diff --git a/error.log b/error.log new file mode 100644 index 000000000..18ff8bf90 --- /dev/null +++ b/error.log @@ -0,0 +1,393872 @@ +> Task :compileJava UP-TO-DATE +> Task :processResources UP-TO-DATE +> Task :classes UP-TO-DATE +> Task :resolveMainClassName UP-TO-DATE + +> Task :bootRun + + . ____ _ __ _ _ + /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ +( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ + \\/ ___)| |_)| | | | | || (_| | ) ) ) ) + ' |____| .__|_| |_|_| |_\__, | / / / / + =========|_|==============|___/=/_/_/_/ + + :: Spring Boot :: (v4.0.0) + +2026-01-05T19:29:27.847+09:00 INFO 19232 --- [b2st] [ restartedMain] com.back.b2st.B2stApplication : Starting B2stApplication using Java 21.0.8 with PID 19232 (C:\Users\user\IdeaProjects\WEB7_9_B2ST_BE\build\classes\java\main started by user in C:\Users\user\IdeaProjects\WEB7_9_B2ST_BE) +2026-01-05T19:29:27.851+09:00 INFO 19232 --- [b2st] [ restartedMain] com.back.b2st.B2stApplication : The following 1 profile is active: "dev" +2026-01-05T19:29:27.898+09:00 INFO 19232 --- [b2st] [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2026-01-05T19:29:27.898+09:00 INFO 19232 --- [b2st] [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2026-01-05T19:29:29.139+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.RxJava2OnClasspathCondition : RxJava2 related Aspect extensions are not activated, because RxJava2 is not on the classpath. +2026-01-05T19:29:29.139+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.ReactorOnClasspathCondition : Reactor related Aspect extensions are not activated because Resilience4j Reactor module is not on the classpath. +2026-01-05T19:29:29.148+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.RxJava2OnClasspathCondition : RxJava2 related Aspect extensions are not activated, because RxJava2 is not on the classpath. +2026-01-05T19:29:29.148+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.ReactorOnClasspathCondition : Reactor related Aspect extensions are not activated because Resilience4j Reactor module is not on the classpath. +2026-01-05T19:29:29.158+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.RxJava2OnClasspathCondition : RxJava2 related Aspect extensions are not activated, because RxJava2 is not on the classpath. +2026-01-05T19:29:29.158+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.ReactorOnClasspathCondition : Reactor related Aspect extensions are not activated because Resilience4j Reactor module is not on the classpath. +2026-01-05T19:29:29.166+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.RxJava2OnClasspathCondition : RxJava2 related Aspect extensions are not activated, because RxJava2 is not on the classpath. +2026-01-05T19:29:29.166+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.ReactorOnClasspathCondition : Reactor related Aspect extensions are not activated because Resilience4j Reactor module is not on the classpath. +2026-01-05T19:29:29.174+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.RxJava2OnClasspathCondition : RxJava2 related Aspect extensions are not activated, because RxJava2 is not on the classpath. +2026-01-05T19:29:29.174+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.ReactorOnClasspathCondition : Reactor related Aspect extensions are not activated because Resilience4j Reactor module is not on the classpath. +2026-01-05T19:29:29.183+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.RxJava2OnClasspathCondition : RxJava2 related Aspect extensions are not activated, because RxJava2 is not on the classpath. +2026-01-05T19:29:29.183+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.ReactorOnClasspathCondition : Reactor related Aspect extensions are not activated because Resilience4j Reactor module is not on the classpath. +2026-01-05T19:29:29.190+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.RxJava2OnClasspathCondition : RxJava2 related Aspect extensions are not activated, because RxJava2 is not on the classpath. +2026-01-05T19:29:29.190+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.g.r.s.u.ReactorOnClasspathCondition : Reactor related Aspect extensions are not activated because Resilience4j Reactor module is not on the classpath. +2026-01-05T19:29:29.337+09:00 INFO 19232 --- [b2st] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode +2026-01-05T19:29:29.339+09:00 INFO 19232 --- [b2st] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2026-01-05T19:29:29.668+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.auth.repository.OAuthNonceRepository; If you want this repository to be a JPA repository, consider annotating your entities with one of these annotations: jakarta.persistence.Entity, jakarta.persistence.MappedSuperclass (preferred), or consider extending one of the following types with your repository: org.springframework.data.jpa.repository.JpaRepository +2026-01-05T19:29:29.670+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.auth.repository.RefreshTokenRepository; If you want this repository to be a JPA repository, consider annotating your entities with one of these annotations: jakarta.persistence.Entity, jakarta.persistence.MappedSuperclass (preferred), or consider extending one of the following types with your repository: org.springframework.data.jpa.repository.JpaRepository +2026-01-05T19:29:29.671+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.auth.repository.WithdrawalRecoveryRepository; If you want this repository to be a JPA repository, consider annotating your entities with one of these annotations: jakarta.persistence.Entity, jakarta.persistence.MappedSuperclass (preferred), or consider extending one of the following types with your repository: org.springframework.data.jpa.repository.JpaRepository +2026-01-05T19:29:29.673+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.email.repository.EmailVerificationRepository; If you want this repository to be a JPA repository, consider annotating your entities with one of these annotations: jakarta.persistence.Entity, jakarta.persistence.MappedSuperclass (preferred), or consider extending one of the following types with your repository: org.springframework.data.jpa.repository.JpaRepository +2026-01-05T19:29:29.827+09:00 INFO 19232 --- [b2st] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 480 ms. Found 24 JPA repository interfaces. +2026-01-05T19:29:29.860+09:00 INFO 19232 --- [b2st] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode +2026-01-05T19:29:29.861+09:00 INFO 19232 --- [b2st] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2026-01-05T19:29:29.962+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.auth.repository.LoginLogRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.lottery.entry.repository.LotteryEntryRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.lottery.result.repository.LotteryResultRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.member.repository.MemberRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.member.repository.RefundAccountRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.member.repository.SignupLogRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.payment.repository.PaymentRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.performanceschedule.repository.PerformanceScheduleRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.performance.repository.PerformanceRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.prereservation.booking.repository.PrereservationBookingRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.964+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.prereservation.entry.repository.PrereservationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.965+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.prereservation.policy.repository.PrereservationTimeTableRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.965+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.queue.repository.QueueEntryRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.965+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.queue.repository.QueueRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.965+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.reservation.repository.ReservationRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.965+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.reservation.repository.ReservationSeatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.965+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.scheduleseat.repository.ScheduleSeatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.965+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.seat.grade.repository.SeatGradeRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.965+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.seat.seat.repository.SeatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.966+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.ticket.repository.TicketRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.966+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.trade.repository.TradeRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.966+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.trade.repository.TradeRequestRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.966+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.venue.section.repository.SectionRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:29.966+09:00 INFO 19232 --- [b2st] [ restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.back.b2st.domain.venue.venue.repository.VenueRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2026-01-05T19:29:30.060+09:00 INFO 19232 --- [b2st] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 191 ms. Found 4 Redis repository interfaces. +2026-01-05T19:29:31.066+09:00 INFO 19232 --- [b2st] [ restartedMain] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) +2026-01-05T19:29:31.079+09:00 INFO 19232 --- [b2st] [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2026-01-05T19:29:31.080+09:00 INFO 19232 --- [b2st] [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.14] +2026-01-05T19:29:31.104+09:00 INFO 19232 --- [b2st] [ restartedMain] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 3205 ms +2026-01-05T19:29:31.621+09:00 INFO 19232 --- [b2st] [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2026-01-05T19:29:31.678+09:00 INFO 19232 --- [b2st] [ restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 7.1.8.Final +2026-01-05T19:29:32.177+09:00 INFO 19232 --- [b2st] [ restartedMain] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer +2026-01-05T19:29:32.213+09:00 INFO 19232 --- [b2st] [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... +2026-01-05T19:29:32.378+09:00 INFO 19232 --- [b2st] [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA +2026-01-05T19:29:32.380+09:00 INFO 19232 --- [b2st] [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. +2026-01-05T19:29:32.403+09:00 WARN 19232 --- [b2st] [ restartedMain] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2026-01-05T19:29:32.421+09:00 INFO 19232 --- [b2st] [ restartedMain] org.hibernate.orm.connections.pooling : HHH10001005: Database info: + Database JDBC URL [jdbc:h2:mem:testdb] + Database driver: H2 JDBC Driver + Database dialect: H2Dialect + Database version: 2.4.240 + Default catalog/schema: testdb/PUBLIC + Autocommit mode: undefined/unknown + Isolation level: READ_COMMITTED [default READ_COMMITTED] + JDBC fetch size: 100 + Pool: DatasourceConnectionProviderImpl + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +2026-01-05T19:29:33.468+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_trade_request(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, requesterId bigint, requesterTicketId bigint, trade_id bigint, status enum ('ACCEPTED', 'PENDING', 'REJECTED'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_trade_request(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, requesterId bigint, requesterTicketId bigint, trade_id bigint, status enum ('ACCEPTED', 'PENDING', 'REJECTED'), primary key (rn_)) transactional +2026-01-05T19:29:33.472+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_login_logs(rn_ integer not null, success boolean, attemptedAt timestamp(6), id bigint, clientIp varchar(45), email varchar(100), failReason enum ('ACCOUNT_LOCKED', 'ACCOUNT_NOT_FOUND', 'ACCOUNT_WITHDRAWN', 'INVALID_PASSWORD'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_login_logs(rn_ integer not null, success boolean, attemptedAt timestamp(6), id bigint, clientIp varchar(45), email varchar(100), failReason enum ('ACCOUNT_LOCKED', 'ACCOUNT_NOT_FOUND', 'ACCOUNT_WITHDRAWN', 'INVALID_PASSWORD'), primary key (rn_)) transactional +2026-01-05T19:29:33.473+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_performance_schedule(drawCompleted boolean, rn_ integer not null, roundNo integer, seatAllocated boolean, bookingCloseAt timestamp(6), bookingOpenAt timestamp(6), createdAt timestamp(6), createdBy bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceScheduleId bigint, performance_performanceId bigint, startAt timestamp(6), bookingType enum ('FIRST_COME', 'LOTTERY', 'PRERESERVE'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_performance_schedule(drawCompleted boolean, rn_ integer not null, roundNo integer, seatAllocated boolean, bookingCloseAt timestamp(6), bookingOpenAt timestamp(6), createdAt timestamp(6), createdBy bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceScheduleId bigint, performance_performanceId bigint, startAt timestamp(6), bookingType enum ('FIRST_COME', 'LOTTERY', 'PRERESERVE'), primary key (rn_)) transactional +2026-01-05T19:29:33.473+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_seat_grades(price integer, rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, seatId bigint, grade enum ('A', 'B', 'RESTRICTED_VIEW', 'ROYAL', 'STANDARD', 'SUPERIOR', 'VIP'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_seat_grades(price integer, rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, seatId bigint, grade enum ('A', 'B', 'RESTRICTED_VIEW', 'ROYAL', 'STANDARD', 'SUPERIOR', 'VIP'), primary key (rn_)) transactional +2026-01-05T19:29:33.474+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_lottery_results(paid boolean, rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, lotteryEntryId bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, paymentDeadline timestamp(6), uuid uuid, primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_lottery_results(paid boolean, rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, lotteryEntryId bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, paymentDeadline timestamp(6), uuid uuid, primary key (rn_)) transactional +2026-01-05T19:29:33.474+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_refund_accounts(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, member_id bigint, modifiedAt timestamp(6), modifiedBy bigint, accountNumber varchar(255), holderName varchar(255), bankCode enum ('CITY', 'HANA', 'IBK', 'KAKAO', 'KB', 'K_BANK', 'NONGHYUP', 'POST', 'SAEMAUL', 'SC', 'SHINHAN', 'SHINHYUP', 'TOSS', 'WOORI'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_refund_accounts(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, member_id bigint, modifiedAt timestamp(6), modifiedBy bigint, accountNumber varchar(255), holderName varchar(255), bankCode enum ('CITY', 'HANA', 'IBK', 'KAKAO', 'KB', 'K_BANK', 'NONGHYUP', 'POST', 'SAEMAUL', 'SC', 'SHINHAN', 'SHINHYUP', 'TOSS', 'WOORI'), primary key (rn_)) transactional +2026-01-05T19:29:33.475+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_performance(rn_ integer not null, bookingCloseAt timestamp(6), bookingOpenAt timestamp(6), createdAt timestamp(6), createdBy bigint, endDate timestamp(6), modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, startDate timestamp(6), venue_venueId bigint, category varchar(50), title varchar(200), posterKey varchar(500), description clob, status enum ('ACTIVE', 'ENDED'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_performance(rn_ integer not null, bookingCloseAt timestamp(6), bookingOpenAt timestamp(6), createdAt timestamp(6), createdBy bigint, endDate timestamp(6), modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, startDate timestamp(6), venue_venueId bigint, category varchar(50), title varchar(200), posterKey varchar(500), description clob, status enum ('ACTIVE', 'ENDED'), primary key (rn_)) transactional +2026-01-05T19:29:33.476+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_prereservation_booking(rn_ integer not null, canceledAt timestamp(6), completedAt timestamp(6), createdAt timestamp(6), createdBy bigint, expiresAt timestamp(6), id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, scheduleId bigint, scheduleSeatId bigint, status enum ('CANCELED', 'COMPLETED', 'CREATED', 'FAILED'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_prereservation_booking(rn_ integer not null, canceledAt timestamp(6), completedAt timestamp(6), createdAt timestamp(6), createdBy bigint, expiresAt timestamp(6), id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, scheduleId bigint, scheduleSeatId bigint, status enum ('CANCELED', 'COMPLETED', 'CREATED', 'FAILED'), primary key (rn_)) transactional +2026-01-05T19:29:33.476+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_members(birth date, isEmailVerified boolean, isIdentityVerified boolean, rn_ integer not null, createdAt timestamp(6), createdBy bigint, deletedAt timestamp(6), id bigint, modifiedAt timestamp(6), modifiedBy bigint, email varchar(255), name varchar(255), password varchar(255), phone varchar(255), providerId varchar(255), provider enum ('EMAIL', 'KAKAO'), role enum ('ADMIN', 'MEMBER'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_members(birth date, isEmailVerified boolean, isIdentityVerified boolean, rn_ integer not null, createdAt timestamp(6), createdBy bigint, deletedAt timestamp(6), id bigint, modifiedAt timestamp(6), modifiedBy bigint, email varchar(255), name varchar(255), password varchar(255), phone varchar(255), providerId varchar(255), provider enum ('EMAIL', 'KAKAO'), role enum ('ADMIN', 'MEMBER'), primary key (rn_)) transactional +2026-01-05T19:29:33.477+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_reservation_seat(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, reservationId bigint, scheduleSeatId bigint, primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_reservation_seat(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, reservationId bigint, scheduleSeatId bigint, primary key (rn_)) transactional +2026-01-05T19:29:33.477+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_trade(price integer, rn_ integer not null, totalCount integer, buyerId bigint, createdAt timestamp(6), createdBy bigint, deletedAt timestamp(6), id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, purchasedAt timestamp(6), scheduleId bigint, ticketId bigint, row varchar(255), seatNumber varchar(255), section varchar(255), status enum ('ACTIVE', 'CANCELLED', 'COMPLETED'), type enum ('EXCHANGE', 'TRANSFER'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_trade(price integer, rn_ integer not null, totalCount integer, buyerId bigint, createdAt timestamp(6), createdBy bigint, deletedAt timestamp(6), id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, purchasedAt timestamp(6), scheduleId bigint, ticketId bigint, row varchar(255), seatNumber varchar(255), section varchar(255), status enum ('ACTIVE', 'CANCELLED', 'COMPLETED'), type enum ('EXCHANGE', 'TRANSFER'), primary key (rn_)) transactional +2026-01-05T19:29:33.479+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_reservation(rn_ integer not null, canceledAt timestamp(6), completedAt timestamp(6), createdAt timestamp(6), createdBy bigint, expiresAt timestamp(6), id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, scheduleId bigint, status enum ('CANCELED', 'COMPLETED', 'CREATED', 'EXPIRED', 'FAILED', 'PENDING'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_reservation(rn_ integer not null, canceledAt timestamp(6), completedAt timestamp(6), createdAt timestamp(6), createdBy bigint, expiresAt timestamp(6), id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, scheduleId bigint, status enum ('CANCELED', 'COMPLETED', 'CREATED', 'EXPIRED', 'FAILED', 'PENDING'), primary key (rn_)) transactional +2026-01-05T19:29:33.481+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_queue_entries(rn_ integer not null, completedAt timestamp(6), createdAt timestamp(6), createdBy bigint, enterableAt timestamp(6), expiresAt timestamp(6), id bigint, joinedAt timestamp(6), modifiedAt timestamp(6), modifiedBy bigint, queueId bigint, userId bigint, entryToken uuid, status enum ('COMPLETED', 'ENTERABLE', 'EXPIRED'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_queue_entries(rn_ integer not null, completedAt timestamp(6), createdAt timestamp(6), createdBy bigint, enterableAt timestamp(6), expiresAt timestamp(6), id bigint, joinedAt timestamp(6), modifiedAt timestamp(6), modifiedBy bigint, queueId bigint, userId bigint, entryToken uuid, status enum ('COMPLETED', 'ENTERABLE', 'EXPIRED'), primary key (rn_)) transactional +2026-01-05T19:29:33.481+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_queues(entryTtlMinutes integer, maxActiveUsers integer, rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, queueType enum ('BOOKING_ORDER', 'ENTRY_GATE'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_queues(entryTtlMinutes integer, maxActiveUsers integer, rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, queueType enum ('BOOKING_ORDER', 'ENTRY_GATE'), primary key (rn_)) transactional +2026-01-05T19:29:33.482+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_sections(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, venueId bigint, sectionName varchar(20), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_sections(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, venueId bigint, sectionName varchar(20), primary key (rn_)) transactional +2026-01-05T19:29:33.482+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_signup_logs(rn_ integer not null, createdAt timestamp(6), id bigint, clientIp varchar(45), email varchar(100), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_signup_logs(rn_ integer not null, createdAt timestamp(6), id bigint, clientIp varchar(45), email varchar(100), primary key (rn_)) transactional +2026-01-05T19:29:33.483+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_tickets(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, reservationId bigint, seatId bigint, qrCode varchar(255), status enum ('CANCELED', 'EXCHANGED', 'EXPIRED', 'ISSUED', 'TRANSFERRED', 'USED'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_tickets(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, reservationId bigint, seatId bigint, qrCode varchar(255), status enum ('CANCELED', 'EXCHANGED', 'EXPIRED', 'ISSUED', 'TRANSFERRED', 'USED'), primary key (rn_)) transactional +2026-01-05T19:29:33.483+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_schedule_seat(rn_ integer not null, createdAt timestamp(6), createdBy bigint, holdExpiredAt timestamp(6), id bigint, modifiedAt timestamp(6), modifiedBy bigint, scheduleId bigint, seatId bigint, status enum ('AVAILABLE', 'HOLD', 'SOLD'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_schedule_seat(rn_ integer not null, createdAt timestamp(6), createdBy bigint, holdExpiredAt timestamp(6), id bigint, modifiedAt timestamp(6), modifiedBy bigint, scheduleId bigint, seatId bigint, status enum ('AVAILABLE', 'HOLD', 'SOLD'), primary key (rn_)) transactional +2026-01-05T19:29:33.483+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_seat_section_applications(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceScheduleId bigint, sectionId bigint, primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_seat_section_applications(rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceScheduleId bigint, sectionId bigint, primary key (rn_)) transactional +2026-01-05T19:29:33.484+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_prereservation_time_tables(rn_ integer not null, bookingEndAt timestamp(6), bookingStartAt timestamp(6), createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceScheduleId bigint, sectionId bigint, primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_prereservation_time_tables(rn_ integer not null, bookingEndAt timestamp(6), bookingStartAt timestamp(6), createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceScheduleId bigint, sectionId bigint, primary key (rn_)) transactional +2026-01-05T19:29:33.484+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_venue(rn_ integer not null, createdAt timestamp(6), createdBy bigint, modifiedAt timestamp(6), modifiedBy bigint, venueId bigint, name varchar(200), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_venue(rn_ integer not null, createdAt timestamp(6), createdBy bigint, modifiedAt timestamp(6), modifiedBy bigint, venueId bigint, name varchar(200), primary key (rn_)) transactional +2026-01-05T19:29:33.485+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_payment(rn_ integer not null, amount bigint, canceledAt timestamp(6), createdAt timestamp(6), createdBy bigint, domainId bigint, expiresAt timestamp(6), id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, paidAt timestamp(6), orderId varchar(100), paymentKey varchar(200), failureReason TEXT, domainType enum ('LOTTERY', 'PRERESERVATION', 'RESERVATION', 'TRADE'), method enum ('CARD', 'EASY_PAY', 'VIRTUAL_ACCOUNT'), status enum ('CANCELED', 'DONE', 'EXPIRED', 'FAILED', 'READY', 'WAITING_FOR_DEPOSIT'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_payment(rn_ integer not null, amount bigint, canceledAt timestamp(6), createdAt timestamp(6), createdBy bigint, domainId bigint, expiresAt timestamp(6), id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, paidAt timestamp(6), orderId varchar(100), paymentKey varchar(200), failureReason TEXT, domainType enum ('LOTTERY', 'PRERESERVATION', 'RESERVATION', 'TRADE'), method enum ('CARD', 'EASY_PAY', 'VIRTUAL_ACCOUNT'), status enum ('CANCELED', 'DONE', 'EXPIRED', 'FAILED', 'READY', 'WAITING_FOR_DEPOSIT'), primary key (rn_)) transactional +2026-01-05T19:29:33.486+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_lottery_entries(quantity integer, rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, scheduleId bigint, uuid uuid, grade enum ('A', 'B', 'RESTRICTED_VIEW', 'ROYAL', 'STANDARD', 'SUPERIOR', 'VIP'), status enum ('APPLIED', 'LOSE', 'WIN'), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_lottery_entries(quantity integer, rn_ integer not null, createdAt timestamp(6), createdBy bigint, id bigint, memberId bigint, modifiedAt timestamp(6), modifiedBy bigint, performanceId bigint, scheduleId bigint, uuid uuid, grade enum ('A', 'B', 'RESTRICTED_VIEW', 'ROYAL', 'STANDARD', 'SUPERIOR', 'VIP'), status enum ('APPLIED', 'LOSE', 'WIN'), primary key (rn_)) transactional +2026-01-05T19:29:33.486+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create global temporary table HTE_seats(rn_ integer not null, seatNumber integer, rowLabel varchar(5), createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, sectionId bigint, venueId bigint, sectionName varchar(20), primary key (rn_)) transactional +Hibernate: + create global temporary table HTE_seats(rn_ integer not null, seatNumber integer, rowLabel varchar(5), createdAt timestamp(6), createdBy bigint, id bigint, modifiedAt timestamp(6), modifiedBy bigint, sectionId bigint, venueId bigint, sectionName varchar(20), primary key (rn_)) transactional +2026-01-05T19:29:33.665+09:00 INFO 19232 --- [b2st] [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2026-01-05T19:29:33.669+09:00 INFO 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.batch : HHH100501: Automatic JDBC statement batching enabled (maximum batch size 50) +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists login_logs cascade +Hibernate: + drop table if exists login_logs cascade +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists lottery_entries cascade +Hibernate: + drop table if exists lottery_entries cascade +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists lottery_results cascade +Hibernate: + drop table if exists lottery_results cascade +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists members cascade +Hibernate: + drop table if exists members cascade +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists payment cascade +Hibernate: + drop table if exists payment cascade +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists performance cascade +Hibernate: + drop table if exists performance cascade +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists performance_schedule cascade +Hibernate: + drop table if exists performance_schedule cascade +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists prereservation_booking cascade +Hibernate: + drop table if exists prereservation_booking cascade +2026-01-05T19:29:33.686+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists prereservation_time_tables cascade +Hibernate: + drop table if exists prereservation_time_tables cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists queue_entries cascade +Hibernate: + drop table if exists queue_entries cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists queues cascade +Hibernate: + drop table if exists queues cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists refund_accounts cascade +Hibernate: + drop table if exists refund_accounts cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists reservation cascade +Hibernate: + drop table if exists reservation cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists reservation_seat cascade +Hibernate: + drop table if exists reservation_seat cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists schedule_seat cascade +Hibernate: + drop table if exists schedule_seat cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists seat_grades cascade +Hibernate: + drop table if exists seat_grades cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists seat_section_applications cascade +Hibernate: + drop table if exists seat_section_applications cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists seats cascade +Hibernate: + drop table if exists seats cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists sections cascade +Hibernate: + drop table if exists sections cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists signup_logs cascade +Hibernate: + drop table if exists signup_logs cascade +2026-01-05T19:29:33.687+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists tickets cascade +Hibernate: + drop table if exists tickets cascade +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists trade cascade +Hibernate: + drop table if exists trade cascade +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists trade_request cascade +Hibernate: + drop table if exists trade_request cascade +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop table if exists venue cascade +Hibernate: + drop table if exists venue cascade +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists login_logs_seq +Hibernate: + drop sequence if exists login_logs_seq +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists lottery_entry_seq +Hibernate: + drop sequence if exists lottery_entry_seq +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists lottery_result_seq +Hibernate: + drop sequence if exists lottery_result_seq +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists members_seq +Hibernate: + drop sequence if exists members_seq +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists payment_seq +Hibernate: + drop sequence if exists payment_seq +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists performance_schedule_seq +Hibernate: + drop sequence if exists performance_schedule_seq +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists performance_seq +Hibernate: + drop sequence if exists performance_seq +2026-01-05T19:29:33.688+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists prereservation_booking_seq +Hibernate: + drop sequence if exists prereservation_booking_seq +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists prereservation_time_table_seq +Hibernate: + drop sequence if exists prereservation_time_table_seq +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists queue_entry_seq +Hibernate: + drop sequence if exists queue_entry_seq +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists queue_seq +Hibernate: + drop sequence if exists queue_seq +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists refund_accounts_seq +Hibernate: + drop sequence if exists refund_accounts_seq +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists reservation_seat_seq +Hibernate: + drop sequence if exists reservation_seat_seq +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists reservation_seq +Hibernate: + drop sequence if exists reservation_seq +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists schedule_seat_seq +Hibernate: + drop sequence if exists schedule_seat_seq +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists seat_id_gen +Hibernate: + drop sequence if exists seat_id_gen +2026-01-05T19:29:33.689+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists seat_section_applications_seq +Hibernate: + drop sequence if exists seat_section_applications_seq +2026-01-05T19:29:33.690+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists seat_seq +Hibernate: + drop sequence if exists seat_seq +2026-01-05T19:29:33.690+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists section_seq +Hibernate: + drop sequence if exists section_seq +2026-01-05T19:29:33.690+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists signup_logs_seq +Hibernate: + drop sequence if exists signup_logs_seq +2026-01-05T19:29:33.690+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists ticket_seq +Hibernate: + drop sequence if exists ticket_seq +2026-01-05T19:29:33.690+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists trade_request_seq +Hibernate: + drop sequence if exists trade_request_seq +2026-01-05T19:29:33.690+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists trade_seq +Hibernate: + drop sequence if exists trade_seq +2026-01-05T19:29:33.690+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + drop sequence if exists venue_seq +Hibernate: + drop sequence if exists venue_seq +2026-01-05T19:29:33.694+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence login_logs_seq start with 1 increment by 50 +Hibernate: + create sequence login_logs_seq start with 1 increment by 50 +2026-01-05T19:29:33.695+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence lottery_entry_seq start with 1 increment by 50 +Hibernate: + create sequence lottery_entry_seq start with 1 increment by 50 +2026-01-05T19:29:33.695+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence lottery_result_seq start with 1 increment by 50 +Hibernate: + create sequence lottery_result_seq start with 1 increment by 50 +2026-01-05T19:29:33.695+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence members_seq start with 1 increment by 50 +Hibernate: + create sequence members_seq start with 1 increment by 50 +2026-01-05T19:29:33.695+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence payment_seq start with 1 increment by 50 +Hibernate: + create sequence payment_seq start with 1 increment by 50 +2026-01-05T19:29:33.696+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence performance_schedule_seq start with 1 increment by 50 +Hibernate: + create sequence performance_schedule_seq start with 1 increment by 50 +2026-01-05T19:29:33.696+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence performance_seq start with 1 increment by 50 +Hibernate: + create sequence performance_seq start with 1 increment by 50 +2026-01-05T19:29:33.696+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence prereservation_booking_seq start with 1 increment by 50 +Hibernate: + create sequence prereservation_booking_seq start with 1 increment by 50 +2026-01-05T19:29:33.697+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence prereservation_time_table_seq start with 1 increment by 50 +Hibernate: + create sequence prereservation_time_table_seq start with 1 increment by 50 +2026-01-05T19:29:33.697+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence queue_entry_seq start with 1 increment by 50 +Hibernate: + create sequence queue_entry_seq start with 1 increment by 50 +2026-01-05T19:29:33.697+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence queue_seq start with 1 increment by 50 +Hibernate: + create sequence queue_seq start with 1 increment by 50 +2026-01-05T19:29:33.697+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence refund_accounts_seq start with 1 increment by 50 +Hibernate: + create sequence refund_accounts_seq start with 1 increment by 50 +2026-01-05T19:29:33.697+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence reservation_seat_seq start with 1 increment by 50 +Hibernate: + create sequence reservation_seat_seq start with 1 increment by 50 +2026-01-05T19:29:33.698+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence reservation_seq start with 1 increment by 50 +Hibernate: + create sequence reservation_seq start with 1 increment by 50 +2026-01-05T19:29:33.698+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence schedule_seat_seq start with 1 increment by 50 +Hibernate: + create sequence schedule_seat_seq start with 1 increment by 50 +2026-01-05T19:29:33.698+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence seat_id_gen start with 1 increment by 50 +Hibernate: + create sequence seat_id_gen start with 1 increment by 50 +2026-01-05T19:29:33.698+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence seat_section_applications_seq start with 1 increment by 50 +Hibernate: + create sequence seat_section_applications_seq start with 1 increment by 50 +2026-01-05T19:29:33.698+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence seat_seq start with 1 increment by 50 +Hibernate: + create sequence seat_seq start with 1 increment by 50 +2026-01-05T19:29:33.698+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence section_seq start with 1 increment by 50 +Hibernate: + create sequence section_seq start with 1 increment by 50 +2026-01-05T19:29:33.699+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence signup_logs_seq start with 1 increment by 50 +Hibernate: + create sequence signup_logs_seq start with 1 increment by 50 +2026-01-05T19:29:33.699+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence ticket_seq start with 1 increment by 50 +Hibernate: + create sequence ticket_seq start with 1 increment by 50 +2026-01-05T19:29:33.699+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence trade_request_seq start with 1 increment by 50 +Hibernate: + create sequence trade_request_seq start with 1 increment by 50 +2026-01-05T19:29:33.699+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence trade_seq start with 1 increment by 50 +Hibernate: + create sequence trade_seq start with 1 increment by 50 +2026-01-05T19:29:33.699+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create sequence venue_seq start with 1 increment by 50 +Hibernate: + create sequence venue_seq start with 1 increment by 50 +2026-01-05T19:29:33.703+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table login_logs ( + success boolean not null, + attempted_at timestamp(6) not null, + login_id bigint not null, + client_ip varchar(45) not null, + email varchar(100) not null, + fail_reason enum ('ACCOUNT_LOCKED','ACCOUNT_NOT_FOUND','ACCOUNT_WITHDRAWN','INVALID_PASSWORD'), + primary key (login_id) + ) +Hibernate: + create table login_logs ( + success boolean not null, + attempted_at timestamp(6) not null, + login_id bigint not null, + client_ip varchar(45) not null, + email varchar(100) not null, + fail_reason enum ('ACCOUNT_LOCKED','ACCOUNT_NOT_FOUND','ACCOUNT_WITHDRAWN','INVALID_PASSWORD'), + primary key (login_id) + ) +2026-01-05T19:29:33.704+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table lottery_entries ( + quantity integer not null, + created_at timestamp(6) not null, + created_by bigint, + lottery_entry_id bigint not null, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + schedule_id bigint not null, + uuid uuid not null unique, + grade enum ('A','B','RESTRICTED_VIEW','ROYAL','STANDARD','SUPERIOR','VIP') not null, + status enum ('APPLIED','LOSE','WIN') not null, + primary key (lottery_entry_id), + constraint uk_member_performance_schedule unique (member_id, performance_id, schedule_id) + ) +Hibernate: + create table lottery_entries ( + quantity integer not null, + created_at timestamp(6) not null, + created_by bigint, + lottery_entry_id bigint not null, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + schedule_id bigint not null, + uuid uuid not null unique, + grade enum ('A','B','RESTRICTED_VIEW','ROYAL','STANDARD','SUPERIOR','VIP') not null, + status enum ('APPLIED','LOSE','WIN') not null, + primary key (lottery_entry_id), + constraint uk_member_performance_schedule unique (member_id, performance_id, schedule_id) + ) +2026-01-05T19:29:33.707+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table lottery_results ( + is_paid boolean not null, + created_at timestamp(6) not null, + created_by bigint, + lottery_entry_id bigint not null, + lottery_result_id bigint not null, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + payment_deadline timestamp(6) not null, + uuid uuid not null unique, + primary key (lottery_result_id), + constraint uk_lottery_entry_member unique (lottery_entry_id, member_id) + ) +Hibernate: + create table lottery_results ( + is_paid boolean not null, + created_at timestamp(6) not null, + created_by bigint, + lottery_entry_id bigint not null, + lottery_result_id bigint not null, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + payment_deadline timestamp(6) not null, + uuid uuid not null unique, + primary key (lottery_result_id), + constraint uk_lottery_entry_member unique (lottery_entry_id, member_id) + ) +2026-01-05T19:29:33.708+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table members ( + birth date, + is_email_verified boolean not null, + is_identity_verified boolean, + created_at timestamp(6) not null, + created_by bigint, + deleted_at timestamp(6), + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + email varchar(255) not null unique, + name varchar(255) not null, + password varchar(255), + phone varchar(255), + provider_id varchar(255), + provider enum ('EMAIL','KAKAO') not null, + role enum ('ADMIN','MEMBER') not null, + primary key (member_id) + ) +Hibernate: + create table members ( + birth date, + is_email_verified boolean not null, + is_identity_verified boolean, + created_at timestamp(6) not null, + created_by bigint, + deleted_at timestamp(6), + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + email varchar(255) not null unique, + name varchar(255) not null, + password varchar(255), + phone varchar(255), + provider_id varchar(255), + provider enum ('EMAIL','KAKAO') not null, + role enum ('ADMIN','MEMBER') not null, + primary key (member_id) + ) +2026-01-05T19:29:33.709+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table payment ( + amount bigint not null, + canceled_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + domain_id bigint not null, + expires_at timestamp(6), + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + paid_at timestamp(6), + payment_id bigint not null, + order_id varchar(100) not null, + payment_key varchar(200), + failure_reason TEXT, + domain_type enum ('LOTTERY','PRERESERVATION','RESERVATION','TRADE') not null, + method enum ('CARD','EASY_PAY','VIRTUAL_ACCOUNT') not null, + status enum ('CANCELED','DONE','EXPIRED','FAILED','READY','WAITING_FOR_DEPOSIT') not null, + primary key (payment_id), + constraint uk_payment_order_id unique (order_id), + constraint uk_payment_payment_key unique (payment_key) + ) +Hibernate: + create table payment ( + amount bigint not null, + canceled_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + domain_id bigint not null, + expires_at timestamp(6), + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + paid_at timestamp(6), + payment_id bigint not null, + order_id varchar(100) not null, + payment_key varchar(200), + failure_reason TEXT, + domain_type enum ('LOTTERY','PRERESERVATION','RESERVATION','TRADE') not null, + method enum ('CARD','EASY_PAY','VIRTUAL_ACCOUNT') not null, + status enum ('CANCELED','DONE','EXPIRED','FAILED','READY','WAITING_FOR_DEPOSIT') not null, + primary key (payment_id), + constraint uk_payment_order_id unique (order_id), + constraint uk_payment_payment_key unique (payment_key) + ) +2026-01-05T19:29:33.710+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table performance ( + booking_close_at timestamp(6), + booking_open_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + end_date timestamp(6) not null, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + start_date timestamp(6) not null, + venue_id bigint not null, + category varchar(50) not null, + title varchar(200) not null, + poster_key varchar(500), + description clob, + status enum ('ACTIVE','ENDED') not null, + primary key (performance_id) + ) +Hibernate: + create table performance ( + booking_close_at timestamp(6), + booking_open_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + end_date timestamp(6) not null, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + start_date timestamp(6) not null, + venue_id bigint not null, + category varchar(50) not null, + title varchar(200) not null, + poster_key varchar(500), + description clob, + status enum ('ACTIVE','ENDED') not null, + primary key (performance_id) + ) +2026-01-05T19:29:33.710+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table performance_schedule ( + draw_completed boolean, + round_no integer not null, + seat_allocated boolean, + booking_close_at timestamp(6), + booking_open_at timestamp(6) not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + performance_schedule_id bigint not null, + start_at timestamp(6) not null, + booking_type enum ('FIRST_COME','LOTTERY','PRERESERVE') not null, + primary key (performance_schedule_id) + ) +Hibernate: + create table performance_schedule ( + draw_completed boolean, + round_no integer not null, + seat_allocated boolean, + booking_close_at timestamp(6), + booking_open_at timestamp(6) not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + performance_schedule_id bigint not null, + start_at timestamp(6) not null, + booking_type enum ('FIRST_COME','LOTTERY','PRERESERVE') not null, + primary key (performance_schedule_id) + ) +2026-01-05T19:29:33.711+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table prereservation_booking ( + canceled_at timestamp(6), + completed_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + expires_at timestamp(6) not null, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + prereservation_booking_id bigint not null, + schedule_id bigint not null, + schedule_seat_id bigint not null, + status enum ('CANCELED','COMPLETED','CREATED','FAILED') not null, + primary key (prereservation_booking_id) + ) +Hibernate: + create table prereservation_booking ( + canceled_at timestamp(6), + completed_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + expires_at timestamp(6) not null, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + prereservation_booking_id bigint not null, + schedule_id bigint not null, + schedule_seat_id bigint not null, + status enum ('CANCELED','COMPLETED','CREATED','FAILED') not null, + primary key (prereservation_booking_id) + ) +2026-01-05T19:29:33.711+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table prereservation_time_tables ( + booking_end_at timestamp(6) not null, + booking_start_at timestamp(6) not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + performance_schedule_id bigint not null, + prereservation_time_table_id bigint not null, + section_id bigint not null, + primary key (prereservation_time_table_id), + constraint uk_prereservation_time_tables_schedule_section unique (performance_schedule_id, section_id) + ) +Hibernate: + create table prereservation_time_tables ( + booking_end_at timestamp(6) not null, + booking_start_at timestamp(6) not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + performance_schedule_id bigint not null, + prereservation_time_table_id bigint not null, + section_id bigint not null, + primary key (prereservation_time_table_id), + constraint uk_prereservation_time_tables_schedule_section unique (performance_schedule_id, section_id) + ) +2026-01-05T19:29:33.712+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table queue_entries ( + completed_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + enterable_at timestamp(6), + expires_at timestamp(6), + joined_at timestamp(6), + modified_at timestamp(6), + modified_by bigint, + queue_entry_id bigint not null, + queue_id bigint not null, + user_id bigint not null, + entry_token uuid not null, + status enum ('COMPLETED','ENTERABLE','EXPIRED') not null, + primary key (queue_entry_id), + constraint uk_queue_user unique (queue_id, user_id), + constraint uk_entry_token unique (entry_token) + ) +Hibernate: + create table queue_entries ( + completed_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + enterable_at timestamp(6), + expires_at timestamp(6), + joined_at timestamp(6), + modified_at timestamp(6), + modified_by bigint, + queue_entry_id bigint not null, + queue_id bigint not null, + user_id bigint not null, + entry_token uuid not null, + status enum ('COMPLETED','ENTERABLE','EXPIRED') not null, + primary key (queue_entry_id), + constraint uk_queue_user unique (queue_id, user_id), + constraint uk_entry_token unique (entry_token) + ) +2026-01-05T19:29:33.713+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table queues ( + entry_ttl_minutes integer not null, + max_active_users integer not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + queue_id bigint not null, + queue_type enum ('BOOKING_ORDER','ENTRY_GATE') not null, + primary key (queue_id), + constraint uk_queue_performance unique (performance_id) + ) +Hibernate: + create table queues ( + entry_ttl_minutes integer not null, + max_active_users integer not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + queue_id bigint not null, + queue_type enum ('BOOKING_ORDER','ENTRY_GATE') not null, + primary key (queue_id), + constraint uk_queue_performance unique (performance_id) + ) +2026-01-05T19:29:33.714+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table refund_accounts ( + account_id bigint not null, + created_at timestamp(6) not null, + created_by bigint, + member_id bigint not null unique, + modified_at timestamp(6), + modified_by bigint, + account_number varchar(255) not null, + holder_name varchar(255) not null, + bank_code enum ('CITY','HANA','IBK','KAKAO','KB','K_BANK','NONGHYUP','POST','SAEMAUL','SC','SHINHAN','SHINHYUP','TOSS','WOORI') not null, + primary key (account_id) + ) +Hibernate: + create table refund_accounts ( + account_id bigint not null, + created_at timestamp(6) not null, + created_by bigint, + member_id bigint not null unique, + modified_at timestamp(6), + modified_by bigint, + account_number varchar(255) not null, + holder_name varchar(255) not null, + bank_code enum ('CITY','HANA','IBK','KAKAO','KB','K_BANK','NONGHYUP','POST','SAEMAUL','SC','SHINHAN','SHINHYUP','TOSS','WOORI') not null, + primary key (account_id) + ) +2026-01-05T19:29:33.714+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table reservation ( + canceled_at timestamp(6), + completed_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + expires_at timestamp(6) not null, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + reservation_id bigint not null, + schedule_id bigint not null, + status enum ('CANCELED','COMPLETED','CREATED','EXPIRED','FAILED','PENDING') not null, + primary key (reservation_id) + ) +Hibernate: + create table reservation ( + canceled_at timestamp(6), + completed_at timestamp(6), + created_at timestamp(6) not null, + created_by bigint, + expires_at timestamp(6) not null, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + reservation_id bigint not null, + schedule_id bigint not null, + status enum ('CANCELED','COMPLETED','CREATED','EXPIRED','FAILED','PENDING') not null, + primary key (reservation_id) + ) +2026-01-05T19:29:33.715+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table reservation_seat ( + created_at timestamp(6) not null, + created_by bigint, + id bigint not null, + modified_at timestamp(6), + modified_by bigint, + reservation_id bigint not null, + schedule_seat_id bigint not null, + primary key (id) + ) +Hibernate: + create table reservation_seat ( + created_at timestamp(6) not null, + created_by bigint, + id bigint not null, + modified_at timestamp(6), + modified_by bigint, + reservation_id bigint not null, + schedule_seat_id bigint not null, + primary key (id) + ) +2026-01-05T19:29:33.715+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table schedule_seat ( + created_at timestamp(6) not null, + created_by bigint, + hold_expired_at timestamp(6), + modified_at timestamp(6), + modified_by bigint, + schedule_id bigint not null, + schedule_seat_id bigint not null, + seat_id bigint not null, + status enum ('AVAILABLE','HOLD','SOLD') not null, + primary key (schedule_seat_id), + constraint uk_schedule_seat_schedule_seat unique (schedule_id, seat_id) + ) +Hibernate: + create table schedule_seat ( + created_at timestamp(6) not null, + created_by bigint, + hold_expired_at timestamp(6), + modified_at timestamp(6), + modified_by bigint, + schedule_id bigint not null, + schedule_seat_id bigint not null, + seat_id bigint not null, + status enum ('AVAILABLE','HOLD','SOLD') not null, + primary key (schedule_seat_id), + constraint uk_schedule_seat_schedule_seat unique (schedule_id, seat_id) + ) +2026-01-05T19:29:33.716+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table seat_grades ( + price integer not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + seat_grade_id bigint not null, + seat_id bigint not null, + grade enum ('A','B','RESTRICTED_VIEW','ROYAL','STANDARD','SUPERIOR','VIP') not null, + primary key (seat_grade_id) + ) +Hibernate: + create table seat_grades ( + price integer not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + seat_grade_id bigint not null, + seat_id bigint not null, + grade enum ('A','B','RESTRICTED_VIEW','ROYAL','STANDARD','SUPERIOR','VIP') not null, + primary key (seat_grade_id) + ) +2026-01-05T19:29:33.716+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table seat_section_applications ( + created_at timestamp(6) not null, + created_by bigint, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + performance_schedule_id bigint not null, + seat_section_application_id bigint not null, + section_id bigint not null, + primary key (seat_section_application_id), + constraint uk_seat_section_applications_schedule_member_section unique (performance_schedule_id, member_id, section_id) + ) +Hibernate: + create table seat_section_applications ( + created_at timestamp(6) not null, + created_by bigint, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + performance_schedule_id bigint not null, + seat_section_application_id bigint not null, + section_id bigint not null, + primary key (seat_section_application_id), + constraint uk_seat_section_applications_schedule_member_section unique (performance_schedule_id, member_id, section_id) + ) +2026-01-05T19:29:33.716+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table seats ( + seat_number integer not null, + row_label varchar(5) not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + seat_id bigint not null, + section_id bigint not null, + venue_id bigint not null, + section_name varchar(20) not null, + primary key (seat_id), + constraint uk_seats_venue_section_row_number unique (venue_id, section_id, section_name, row_label, seat_number) + ) +Hibernate: + create table seats ( + seat_number integer not null, + row_label varchar(5) not null, + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + seat_id bigint not null, + section_id bigint not null, + venue_id bigint not null, + section_name varchar(20) not null, + primary key (seat_id), + constraint uk_seats_venue_section_row_number unique (venue_id, section_id, section_name, row_label, seat_number) + ) +2026-01-05T19:29:33.717+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table sections ( + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + section_id bigint not null, + venue_id bigint not null, + section_name varchar(20) not null, + primary key (section_id), + constraint uk_section_venue_name unique (venue_id, section_name) + ) +Hibernate: + create table sections ( + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + section_id bigint not null, + venue_id bigint not null, + section_name varchar(20) not null, + primary key (section_id), + constraint uk_section_venue_name unique (venue_id, section_name) + ) +2026-01-05T19:29:33.717+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table signup_logs ( + created_at timestamp(6) not null, + signup_log_id bigint not null, + client_ip varchar(45) not null, + email varchar(100) not null, + primary key (signup_log_id) + ) +Hibernate: + create table signup_logs ( + created_at timestamp(6) not null, + signup_log_id bigint not null, + client_ip varchar(45) not null, + email varchar(100) not null, + primary key (signup_log_id) + ) +2026-01-05T19:29:33.718+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table tickets ( + created_at timestamp(6) not null, + created_by bigint, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + reservation_id bigint not null, + seat_id bigint not null, + ticket_id bigint not null, + qr_code varchar(255) unique, + status enum ('CANCELED','EXCHANGED','EXPIRED','ISSUED','TRANSFERRED','USED') not null, + primary key (ticket_id), + constraint uk_tickets_reservation_member_seat unique (reservation_id, member_id, seat_id) + ) +Hibernate: + create table tickets ( + created_at timestamp(6) not null, + created_by bigint, + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + reservation_id bigint not null, + seat_id bigint not null, + ticket_id bigint not null, + qr_code varchar(255) unique, + status enum ('CANCELED','EXCHANGED','EXPIRED','ISSUED','TRANSFERRED','USED') not null, + primary key (ticket_id), + constraint uk_tickets_reservation_member_seat unique (reservation_id, member_id, seat_id) + ) +2026-01-05T19:29:33.718+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table trade ( + price integer, + total_count integer not null, + buyer_id bigint, + created_at timestamp(6) not null, + created_by bigint, + deleted_at timestamp(6), + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + purchased_at timestamp(6), + schedule_id bigint not null, + ticket_id bigint not null, + trade_id bigint not null, + row_name varchar(255) not null, + seat_number varchar(255) not null, + section varchar(255) not null, + status enum ('ACTIVE','CANCELLED','COMPLETED') not null, + type enum ('EXCHANGE','TRANSFER') not null, + primary key (trade_id), + constraint uk_trade_ticket_active unique (ticket_id, status) + ) +Hibernate: + create table trade ( + price integer, + total_count integer not null, + buyer_id bigint, + created_at timestamp(6) not null, + created_by bigint, + deleted_at timestamp(6), + member_id bigint not null, + modified_at timestamp(6), + modified_by bigint, + performance_id bigint not null, + purchased_at timestamp(6), + schedule_id bigint not null, + ticket_id bigint not null, + trade_id bigint not null, + row_name varchar(255) not null, + seat_number varchar(255) not null, + section varchar(255) not null, + status enum ('ACTIVE','CANCELLED','COMPLETED') not null, + type enum ('EXCHANGE','TRANSFER') not null, + primary key (trade_id), + constraint uk_trade_ticket_active unique (ticket_id, status) + ) +2026-01-05T19:29:33.719+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table trade_request ( + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + requester_id bigint not null, + requester_ticket_id bigint not null, + trade_id bigint not null, + trade_request_id bigint not null, + status enum ('ACCEPTED','PENDING','REJECTED') not null, + primary key (trade_request_id) + ) +Hibernate: + create table trade_request ( + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + requester_id bigint not null, + requester_ticket_id bigint not null, + trade_id bigint not null, + trade_request_id bigint not null, + status enum ('ACCEPTED','PENDING','REJECTED') not null, + primary key (trade_request_id) + ) +2026-01-05T19:29:33.719+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create table venue ( + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + venue_id bigint not null, + name varchar(200) not null, + primary key (venue_id) + ) +Hibernate: + create table venue ( + created_at timestamp(6) not null, + created_by bigint, + modified_at timestamp(6), + modified_by bigint, + venue_id bigint not null, + name varchar(200) not null, + primary key (venue_id) + ) +2026-01-05T19:29:33.720+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_login_log_email + on login_logs (email) +Hibernate: + create index idx_login_log_email + on login_logs (email) +2026-01-05T19:29:33.720+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_login_log_client_ip + on login_logs (client_ip) +Hibernate: + create index idx_login_log_client_ip + on login_logs (client_ip) +2026-01-05T19:29:33.720+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_login_log_attempted_at + on login_logs (attempted_at) +Hibernate: + create index idx_login_log_attempted_at + on login_logs (attempted_at) +2026-01-05T19:29:33.721+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_entries_member_created + on lottery_entries (member_id, created_at) +Hibernate: + create index idx_lottery_entries_member_created + on lottery_entries (member_id, created_at) +2026-01-05T19:29:33.721+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_entries_performance + on lottery_entries (performance_id, schedule_id) +Hibernate: + create index idx_lottery_entries_performance + on lottery_entries (performance_id, schedule_id) +2026-01-05T19:29:33.721+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_entries_schedule + on lottery_entries (schedule_id) +Hibernate: + create index idx_lottery_entries_schedule + on lottery_entries (schedule_id) +2026-01-05T19:29:33.721+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_entries_member_performance_schedule + on lottery_entries (member_id, performance_id, schedule_id) +Hibernate: + create index idx_lottery_entries_member_performance_schedule + on lottery_entries (member_id, performance_id, schedule_id) +2026-01-05T19:29:33.722+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_entries_status + on lottery_entries (status) +Hibernate: + create index idx_lottery_entries_status + on lottery_entries (status) +2026-01-05T19:29:33.722+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_entries_uuid + on lottery_entries (uuid) +Hibernate: + create index idx_lottery_entries_uuid + on lottery_entries (uuid) +2026-01-05T19:29:33.722+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_results_lottery_entry + on lottery_results (lottery_entry_id) +Hibernate: + create index idx_lottery_results_lottery_entry + on lottery_results (lottery_entry_id) +2026-01-05T19:29:33.722+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_results_member + on lottery_results (member_id) +Hibernate: + create index idx_lottery_results_member + on lottery_results (member_id) +2026-01-05T19:29:33.723+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_results_lottery_entry_member + on lottery_results (lottery_entry_id, member_id) +Hibernate: + create index idx_lottery_results_lottery_entry_member + on lottery_results (lottery_entry_id, member_id) +2026-01-05T19:29:33.723+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_results_payment_deadline + on lottery_results (payment_deadline) +Hibernate: + create index idx_lottery_results_payment_deadline + on lottery_results (payment_deadline) +2026-01-05T19:29:33.723+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_results_uuid + on lottery_results (uuid) +Hibernate: + create index idx_lottery_results_uuid + on lottery_results (uuid) +2026-01-05T19:29:33.723+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_lottery_results_paid + on lottery_results (is_paid) +Hibernate: + create index idx_lottery_results_paid + on lottery_results (is_paid) +2026-01-05T19:29:33.723+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_member_provider_id + on members (provider, provider_id) +Hibernate: + create index idx_member_provider_id + on members (provider, provider_id) +2026-01-05T19:29:33.724+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_payment_member_created + on payment (member_id, created_at) +Hibernate: + create index idx_payment_member_created + on payment (member_id, created_at) +2026-01-05T19:29:33.724+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_payment_domain + on payment (domain_type, domain_id) +Hibernate: + create index idx_payment_domain + on payment (domain_type, domain_id) +2026-01-05T19:29:33.724+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_payment_expires + on payment (status, expires_at) +Hibernate: + create index idx_payment_expires + on payment (status, expires_at) +2026-01-05T19:29:33.724+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_payment_method_status + on payment (method, status, created_at) +Hibernate: + create index idx_payment_method_status + on payment (method, status, created_at) +2026-01-05T19:29:33.725+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_performance_schedule + on performance_schedule (performance_schedule_id, performance_id) +Hibernate: + create index idx_performance_schedule + on performance_schedule (performance_schedule_id, performance_id) +2026-01-05T19:29:33.725+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_performance_start_at + on performance_schedule (performance_id, start_at) +Hibernate: + create index idx_performance_start_at + on performance_schedule (performance_id, start_at) +2026-01-05T19:29:33.725+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_performance_booking_close_draw + on performance_schedule (booking_close_at, draw_completed) +Hibernate: + create index idx_performance_booking_close_draw + on performance_schedule (booking_close_at, draw_completed) +2026-01-05T19:29:33.725+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_draw + on performance_schedule (draw_completed) +Hibernate: + create index idx_draw + on performance_schedule (draw_completed) +2026-01-05T19:29:33.725+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_seat_allocated + on performance_schedule (seat_allocated) +Hibernate: + create index idx_seat_allocated + on performance_schedule (seat_allocated) +2026-01-05T19:29:33.726+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_prereservation_booking_member + on prereservation_booking (member_id) +Hibernate: + create index idx_prereservation_booking_member + on prereservation_booking (member_id) +2026-01-05T19:29:33.726+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_prereservation_booking_schedule_seat + on prereservation_booking (schedule_seat_id) +Hibernate: + create index idx_prereservation_booking_schedule_seat + on prereservation_booking (schedule_seat_id) +2026-01-05T19:29:33.726+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_prereservation_time_tables_schedule + on prereservation_time_tables (performance_schedule_id) +Hibernate: + create index idx_prereservation_time_tables_schedule + on prereservation_time_tables (performance_schedule_id) +2026-01-05T19:29:33.726+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_prereservation_time_tables_schedule_section + on prereservation_time_tables (performance_schedule_id, section_id) +Hibernate: + create index idx_prereservation_time_tables_schedule_section + on prereservation_time_tables (performance_schedule_id, section_id) +2026-01-05T19:29:33.726+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_queue_entries_status_expires + on queue_entries (status, expires_at) +Hibernate: + create index idx_queue_entries_status_expires + on queue_entries (status, expires_at) +2026-01-05T19:29:33.726+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_queue_entries_queue_status + on queue_entries (queue_id, status) +Hibernate: + create index idx_queue_entries_queue_status + on queue_entries (queue_id, status) +2026-01-05T19:29:33.726+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_reservation_member_schedule + on reservation (member_id, schedule_id) +Hibernate: + create index idx_reservation_member_schedule + on reservation (member_id, schedule_id) +2026-01-05T19:29:33.728+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_reservation_status_expires + on reservation (status, expires_at) +Hibernate: + create index idx_reservation_status_expires + on reservation (status, expires_at) +2026-01-05T19:29:33.728+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_schedule_seat_schedule_seat + on schedule_seat (schedule_id, seat_id) +Hibernate: + create index idx_schedule_seat_schedule_seat + on schedule_seat (schedule_id, seat_id) +2026-01-05T19:29:33.728+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_schedule_seat_schedule_status + on schedule_seat (schedule_id, status) +Hibernate: + create index idx_schedule_seat_schedule_status + on schedule_seat (schedule_id, status) +2026-01-05T19:29:33.728+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_schedule_seat_status_expired + on schedule_seat (status, hold_expired_at) +Hibernate: + create index idx_schedule_seat_status_expired + on schedule_seat (status, hold_expired_at) +2026-01-05T19:29:33.728+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_performance + on seat_grades (performance_id) +Hibernate: + create index idx_performance + on seat_grades (performance_id) +2026-01-05T19:29:33.729+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_performance_seat_grade + on seat_grades (performance_id, seat_id, grade) +Hibernate: + create index idx_performance_seat_grade + on seat_grades (performance_id, seat_id, grade) +2026-01-05T19:29:33.729+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_seats_venue + on seats (venue_id) +Hibernate: + create index idx_seats_venue + on seats (venue_id) +2026-01-05T19:29:33.729+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_seats_venue_section_row_number + on seats (venue_id, section_id, section_name, row_label, seat_number) +Hibernate: + create index idx_seats_venue_section_row_number + on seats (venue_id, section_id, section_name, row_label, seat_number) +2026-01-05T19:29:33.729+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_seats_venue_section + on seats (venue_id, section_id, section_name) +Hibernate: + create index idx_seats_venue_section + on seats (venue_id, section_id, section_name) +2026-01-05T19:29:33.729+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_seats_section + on seats (section_id, section_name) +Hibernate: + create index idx_seats_section + on seats (section_id, section_name) +2026-01-05T19:29:33.729+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_signup_log_email + on signup_logs (email) +Hibernate: + create index idx_signup_log_email + on signup_logs (email) +2026-01-05T19:29:33.730+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_signup_log_client_ip + on signup_logs (client_ip) +Hibernate: + create index idx_signup_log_client_ip + on signup_logs (client_ip) +2026-01-05T19:29:33.730+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_signup_log_created_at + on signup_logs (created_at) +Hibernate: + create index idx_signup_log_created_at + on signup_logs (created_at) +2026-01-05T19:29:33.730+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_signup_log_ip_time + on signup_logs (client_ip, created_at) +Hibernate: + create index idx_signup_log_ip_time + on signup_logs (client_ip, created_at) +2026-01-05T19:29:33.730+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_tickets_reservation_member + on tickets (reservation_id, member_id) +Hibernate: + create index idx_tickets_reservation_member + on tickets (reservation_id, member_id) +2026-01-05T19:29:33.730+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_tickets_member + on tickets (member_id) +Hibernate: + create index idx_tickets_member + on tickets (member_id) +2026-01-05T19:29:33.730+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_trade_member_status + on trade (member_id, status) +Hibernate: + create index idx_trade_member_status + on trade (member_id, status) +2026-01-05T19:29:33.731+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_trade_buyer_status + on trade (buyer_id, status) +Hibernate: + create index idx_trade_buyer_status + on trade (buyer_id, status) +2026-01-05T19:29:33.731+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_trade_performance + on trade (performance_id, status) +Hibernate: + create index idx_trade_performance + on trade (performance_id, status) +2026-01-05T19:29:33.731+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_trade_type_status_created + on trade (type, status, created_at) +Hibernate: + create index idx_trade_type_status_created + on trade (type, status, created_at) +2026-01-05T19:29:33.731+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_trade_status_created + on trade (status, created_at) +Hibernate: + create index idx_trade_status_created + on trade (status, created_at) +2026-01-05T19:29:33.731+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_trade_type_created + on trade (type, created_at) +Hibernate: + create index idx_trade_type_created + on trade (type, created_at) +2026-01-05T19:29:33.732+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_trade_request_trade_status + on trade_request (trade_id, status) +Hibernate: + create index idx_trade_request_trade_status + on trade_request (trade_id, status) +2026-01-05T19:29:33.732+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + create index idx_trade_request_requester_status + on trade_request (requester_id, status) +Hibernate: + create index idx_trade_request_requester_status + on trade_request (requester_id, status) +2026-01-05T19:29:33.732+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + alter table if exists performance + add constraint FKlx8rv5t5hrt28t6v29osmacai + foreign key (venue_id) + references venue +Hibernate: + alter table if exists performance + add constraint FKlx8rv5t5hrt28t6v29osmacai + foreign key (venue_id) + references venue +2026-01-05T19:29:33.744+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + alter table if exists performance_schedule + add constraint FK1si4d884ndg3bq9hwsi3uado0 + foreign key (performance_id) + references performance +Hibernate: + alter table if exists performance_schedule + add constraint FK1si4d884ndg3bq9hwsi3uado0 + foreign key (performance_id) + references performance +2026-01-05T19:29:33.745+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + alter table if exists refund_accounts + add constraint FK6jrqhtqd43prswcnvt3aq9xet + foreign key (member_id) + references members +Hibernate: + alter table if exists refund_accounts + add constraint FK6jrqhtqd43prswcnvt3aq9xet + foreign key (member_id) + references members +2026-01-05T19:29:33.746+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + alter table if exists trade_request + add constraint FKr3sc1va2awrywl7t51vxqskiq + foreign key (trade_id) + references trade +Hibernate: + alter table if exists trade_request + add constraint FKr3sc1va2awrywl7t51vxqskiq + foreign key (trade_id) + references trade +2026-01-05T19:29:33.752+09:00 INFO 19232 --- [b2st] [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2026-01-05T19:29:34.022+09:00 INFO 19232 --- [b2st] [ restartedMain] o.s.d.j.r.query.QueryEnhancerFactories : Hibernate is in classpath; If applicable, HQL parser will be used. +2026-01-05T19:29:34.853+09:00 INFO 19232 --- [b2st] [ restartedMain] c.b.b.g.config.RedisConnectionConfig : Redis Single Server 모드로 RedisConnectionFactory 구성 +2026-01-05T19:29:34.974+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.lettuce.core.resource.KqueueProvider : Starting without optional kqueue library +2026-01-05T19:29:34.975+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.lettuce.core.resource.IOUringProvider : Starting without optional io_uring library +2026-01-05T19:29:34.995+09:00 DEBUG 19232 --- [b2st] [ restartedMain] io.lettuce.core.resource.EpollProvider : Starting without optional epoll library +2026-01-05T19:29:35.009+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.l.c.resource.DefaultClientResources : -Dio.netty.eventLoopThreads: 12 +2026-01-05T19:29:35.014+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.l.c.r.DefaultEventLoopGroupProvider : Creating executor io.netty.util.concurrent.DefaultEventExecutorGroup +2026-01-05T19:29:35.049+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.l.core.event.jfr.EventRecorderHolder : Starting with JFR support +2026-01-05T19:29:35.097+09:00 INFO 19232 --- [b2st] [ restartedMain] c.b.b.g.config.RedisConnectionConfig : Redis Standalone ConnectionFactory 구성 완료 - Host: localhost, Port: 6379 +2026-01-05T19:29:35.364+09:00 INFO 19232 --- [b2st] [ restartedMain] c.b.b.g.config.RedisConnectionConfig : RedisTemplate 빈 생성 완료 (Spring Data Redis 4.0+ 호환) +2026-01-05T19:29:38.091+09:00 INFO 19232 --- [b2st] [ restartedMain] c.b.b2st.global.config.RedissonConfig : Redis Single Server 모드로 Redisson 클라이언트 구성 +2026-01-05T19:29:38.093+09:00 INFO 19232 --- [b2st] [ restartedMain] c.b.b2st.global.config.RedissonConfig : Single Server 구성 완료 - Address: redis://localhost:6379 +2026-01-05T19:29:38.138+09:00 INFO 19232 --- [b2st] [ restartedMain] org.redisson.Version : Redisson 4.0.0 +2026-01-05T19:29:38.339+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.client.RedisConnection : Connection created [addr=redis://localhost:6379,localhost/127.0.0.1:6379] +2026-01-05T19:29:38.339+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.client.RedisConnection : Connection created [addr=redis://localhost:6379,localhost/127.0.0.1:6379] +2026-01-05T19:29:38.383+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] o.redisson.connection.ConnectionsHolder : new connection created: RedisPubSubConnection@758966884 [redisClient=[addr=redis://localhost:6379,localhost/127.0.0.1:6379], channel=[id: 0xb9a50b6d, L:/127.0.0.1:51291 - R:localhost/127.0.0.1:6379], currentCommand=null, usage=0] +2026-01-05T19:29:38.383+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] o.redisson.connection.ConnectionsHolder : new connection created: RedisConnection@878114424 [redisClient=[addr=redis://localhost:6379,localhost/127.0.0.1:6379], channel=[id: 0x95ee0f0f, L:/127.0.0.1:51292 - R:localhost/127.0.0.1:6379], currentCommand=null, usage=0] +2026-01-05T19:29:38.388+09:00 INFO 19232 --- [b2st] [isson-netty-4-6] o.redisson.connection.ConnectionsHolder : 1 connections initialized for localhost/127.0.0.1:6379 +2026-01-05T19:29:38.389+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.client.RedisConnection : Connection created [addr=redis://localhost:6379,localhost/127.0.0.1:6379] +2026-01-05T19:29:38.392+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] o.redisson.connection.ConnectionsHolder : new connection created: RedisConnection@476961784 [redisClient=[addr=redis://localhost:6379,localhost/127.0.0.1:6379], channel=[id: 0x305425d6, L:/127.0.0.1:51293 - R:localhost/127.0.0.1:6379], currentCommand=CommandData [command=(PING), params: [], promise: java.util.concurrent.CompletableFuture@21d79faf[Completed normally], codec=org.redisson.client.codec.StringCodec], usage=0] +2026-01-05T19:29:38.392+09:00 INFO 19232 --- [b2st] [isson-netty-4-8] o.redisson.connection.ConnectionsHolder : 2 connections initialized for localhost/127.0.0.1:6379 +2026-01-05T19:29:38.393+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.redisson.connection.DNSMonitor : DNS monitoring enabled; Current masters: {redis://localhost:6379=localhost/127.0.0.1:6379}, slaves: {} +2026-01-05T19:29:38.748+09:00 DEBUG 19232 --- [b2st] [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2026-01-05T19:29:38.749+09:00 DEBUG 19232 --- [b2st] [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'emailExecutor' +2026-01-05T19:29:38.770+09:00 DEBUG 19232 --- [b2st] [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2026-01-05T19:29:38.770+09:00 DEBUG 19232 --- [b2st] [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'loginEventExecutor' +2026-01-05T19:29:38.775+09:00 DEBUG 19232 --- [b2st] [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2026-01-05T19:29:38.775+09:00 DEBUG 19232 --- [b2st] [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'signupEventExecutor' +2026-01-05T19:29:38.986+09:00 WARN 19232 --- [b2st] [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2026-01-05T19:29:39.310+09:00 INFO 19232 --- [b2st] [ restartedMain] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name customUserDetailsService +2026-01-05T19:29:40.788+09:00 DEBUG 19232 --- [b2st] [ restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' +2026-01-05T19:29:40.913+09:00 DEBUG 19232 --- [b2st] [ restartedMain] i.l.c.r.DefaultEventLoopGroupProvider : Creating executor io.netty.util.concurrent.DefaultEventExecutorGroup +2026-01-05T19:29:41.124+09:00 INFO 19232 --- [b2st] [ restartedMain] o.s.b.h.a.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testdb' +2026-01-05T19:29:41.342+09:00 INFO 19232 --- [b2st] [ restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 5 endpoints beneath base path '/actuator' +2026-01-05T19:29:41.433+09:00 INFO 19232 --- [b2st] [ restartedMain] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' +2026-01-05T19:29:41.444+09:00 INFO 19232 --- [b2st] [ restartedMain] com.back.b2st.B2stApplication : Started B2stApplication in 14.013 seconds (process running for 14.496) +2026-01-05T19:29:41.515+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + count(*) + from + members m1_0 +Hibernate: + select + count(*) + from + members m1_0 +2026-01-05T19:29:41.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:41.539+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit] 테스트 계정 데이터 생성 +2026-01-05T19:29:41.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:29:41.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:29:41.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:41.542680700] +2026-01-05T19:29:41.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:29:41.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:41.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:29:41.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:29:41.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:41.566932400] +2026-01-05T19:29:41.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:29:41.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:29:41.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:41.569437300] +2026-01-05T19:29:41.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:29:41.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:29:41.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:29:41.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.569437300] +2026-01-05T19:29:41.608+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + members_seq +Hibernate: + select + next value + for + members_seq +2026-01-05T19:29:41.634+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit] 관리자 계정 생성 완 +2026-01-05T19:29:41.634+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : - 관리자: admin@tt.com / 1234 +2026-01-05T19:29:41.820+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + members_seq +Hibernate: + select + next value + for + members_seq +2026-01-05T19:29:41.821+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit] 계정 생성 완 +2026-01-05T19:29:41.821+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : - 유저1 : user1@tt.com / 1234567a! +2026-01-05T19:29:41.821+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : - 유저2 : user2@tt.com / 1234567a! +2026-01-05T19:29:41.821+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : - 유저3 : codeisneverodd@gmail.com / 1234567a! +2026-01-05T19:29:41.828+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + count(*) + from + venue v1_0 +Hibernate: + select + count(*) + from + venue v1_0 +2026-01-05T19:29:41.829+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + venue_seq +Hibernate: + select + next value + for + venue_seq +2026-01-05T19:29:41.831+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + performance_seq +Hibernate: + select + next value + for + performance_seq +2026-01-05T19:29:41.835+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + performance_schedule_seq +Hibernate: + select + next value + for + performance_schedule_seq +2026-01-05T19:29:41.837+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + performance_schedule_seq +Hibernate: + select + next value + for + performance_schedule_seq +2026-01-05T19:29:41.840+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + performance_seq +Hibernate: + select + next value + for + performance_seq +2026-01-05T19:29:41.841+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + section_seq +Hibernate: + select + next value + for + section_seq +2026-01-05T19:29:41.843+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + section_seq +Hibernate: + select + next value + for + section_seq +2026-01-05T19:29:41.844+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit/Test] Section initialized. count=3 (venueId=1[A,B,C]) +2026-01-05T19:29:41.844+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + prereservation_time_table_seq +Hibernate: + select + next value + for + prereservation_time_table_seq +2026-01-05T19:29:41.846+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + prereservation_time_table_seq +Hibernate: + select + next value + for + prereservation_time_table_seq +2026-01-05T19:29:41.847+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit/Test] Prereservation time tables initialized. count=9 +2026-01-05T19:29:41.848+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + seat_seq +Hibernate: + select + next value + for + seat_seq +2026-01-05T19:29:41.850+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + seat_seq +Hibernate: + select + next value + for + seat_seq +2026-01-05T19:29:41.854+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + seat_id_gen +Hibernate: + select + next value + for + seat_id_gen +2026-01-05T19:29:41.855+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + seat_id_gen +Hibernate: + select + next value + for + seat_id_gen +2026-01-05T19:29:41.860+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + schedule_seat_seq +Hibernate: + select + next value + for + schedule_seat_seq +2026-01-05T19:29:41.862+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + schedule_seat_seq +Hibernate: + select + next value + for + schedule_seat_seq +2026-01-05T19:29:41.866+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + schedule_seat_seq +Hibernate: + select + next value + for + schedule_seat_seq +2026-01-05T19:29:41.870+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + schedule_seat_seq +Hibernate: + select + next value + for + schedule_seat_seq +2026-01-05T19:29:41.874+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + schedule_seat_seq +Hibernate: + select + next value + for + schedule_seat_seq +2026-01-05T19:29:41.876+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + seat_id_gen +Hibernate: + select + next value + for + seat_id_gen +2026-01-05T19:29:41.913+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:41.619144700] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [admin@tt.com] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:41.619144700] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [관리자] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$p5tq8prChrrXrlfExVDbxuUkjoyoxoOsrhbmm8.PIMkYnw4LSSayu] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [ADMIN] +2026-01-05T19:29:41.913+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [1] +2026-01-05T19:29:41.915+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:41.820580] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user1@tt.com] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:41.820580] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [유저일] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$xFsp8y0aMSb8iXJDXOcAb.S9o/leEALvx49BKeY0vGnWBASrFxMii] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [2] +2026-01-05T19:29:41.915+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:41.821580100] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user2@tt.com] +2026-01-05T19:29:41.915+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:41.821580100] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [유저이] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$lOYaJ6/4JN9gPoFRwl6DWeFcjLlNlbacSNQWbAtBJXDZE//83WP4q] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [3] +2026-01-05T19:29:41.916+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:41.821580100] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [codeisneverodd@gmail.com] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:41.821580100] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [유저삼] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$If5E.8aOcsfCvnMh0q2C3uiRk4WaB1N/83vsiRC.43CTD.vpVTeuG] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:41.916+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [4] +2026-01-05T19:29:41.919+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + venue + (created_at, created_by, modified_at, modified_by, name, venue_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + venue + (created_at, created_by, modified_at, modified_by, name, venue_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.829801500] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.829801500] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [잠실실내체육관] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.920+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance + (booking_close_at, booking_open_at, category, created_at, created_by, description, end_date, modified_at, modified_by, poster_key, start_date, status, title, venue_id, performance_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance + (booking_close_at, booking_open_at, category, created_at, created_by, description, end_date, modified_at, modified_by, poster_key, start_date, status, title, venue_id, performance_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [콘서트] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.832807200] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:CLOB) <- [null] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2024-12-29T21:00] +2026-01-05T19:29:41.920+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:41.832807200] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [null] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:TIMESTAMP) <- [2024-12-20T19:00] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:ENUM) <- [ACTIVE] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:VARCHAR) <- [2024 아이유 콘서트 - HEREH WORLD TOUR] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:BIGINT) <- [1] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:BIGINT) <- [1] +2026-01-05T19:29:41.921+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance + (booking_close_at, booking_open_at, category, created_at, created_by, description, end_date, modified_at, modified_by, poster_key, start_date, status, title, venue_id, performance_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance + (booking_close_at, booking_open_at, category, created_at, created_by, description, end_date, modified_at, modified_by, poster_key, start_date, status, title, venue_id, performance_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [연극] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:CLOB) <- [신청예매(사전신청) 기능 테스트용 연극 공연입니다.] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-10T19:00] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [null] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:TIMESTAMP) <- [2026-01-06T19:00] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:ENUM) <- [ACTIVE] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:VARCHAR) <- [연극 - B2ST 신청예매 테스트] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:BIGINT) <- [1] +2026-01-05T19:29:41.921+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:BIGINT) <- [2] +2026-01-05T19:29:41.923+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.836317600] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.836317600] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [1] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-01T19:00] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [1] +2026-01-05T19:29:41.923+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.923+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [2] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-02T19:00] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [2] +2026-01-05T19:29:41.924+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [3] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-03T19:00] +2026-01-05T19:29:41.924+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [3] +2026-01-05T19:29:41.925+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [4] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-04T19:00] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [4] +2026-01-05T19:29:41.925+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.925+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [5] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-05T19:00] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [5] +2026-01-05T19:29:41.926+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [6] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-06T19:00] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [6] +2026-01-05T19:29:41.926+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.926+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [7] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-07T19:00] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [7] +2026-01-05T19:29:41.927+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [8] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-08T19:00] +2026-01-05T19:29:41.927+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [8] +2026-01-05T19:29:41.927+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.838316100] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [9] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-09T19:00] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [9] +2026-01-05T19:29:41.928+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [10] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-10T19:00] +2026-01-05T19:29:41.928+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [10] +2026-01-05T19:29:41.929+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [11] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-11T19:00] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [11] +2026-01-05T19:29:41.929+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [12] +2026-01-05T19:29:41.929+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-12T19:00] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [12] +2026-01-05T19:29:41.930+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [13] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-13T19:00] +2026-01-05T19:29:41.930+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [13] +2026-01-05T19:29:41.931+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [14] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-14T19:00] +2026-01-05T19:29:41.931+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [14] +2026-01-05T19:29:41.932+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [15] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-15T19:00] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [15] +2026-01-05T19:29:41.932+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [16] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-16T19:00] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [16] +2026-01-05T19:29:41.932+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.932+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [17] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-17T19:00] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [17] +2026-01-05T19:29:41.933+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [18] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-18T19:00] +2026-01-05T19:29:41.933+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [18] +2026-01-05T19:29:41.934+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.839319100] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [19] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-19T19:00] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [19] +2026-01-05T19:29:41.934+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.934+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [20] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-20T19:00] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [20] +2026-01-05T19:29:41.935+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [21] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-21T19:00] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [21] +2026-01-05T19:29:41.935+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [22] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-22T19:00] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [22] +2026-01-05T19:29:41.935+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [FIRST_COME] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.935+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [23] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-23T19:00] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [23] +2026-01-05T19:29:41.936+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.835311300] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:41.835311300] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.840319100] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [24] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2025-01-24T19:00] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [24] +2026-01-05T19:29:41.936+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.841319600] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T18:00] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [PRERESERVE] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.841319600] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.841319600] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [1] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2026-01-07T19:00] +2026-01-05T19:29:41.936+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [25] +2026-01-05T19:29:41.936+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.841319600] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T18:00] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [PRERESERVE] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.841319600] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.841319600] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [2] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2026-01-08T19:00] +2026-01-05T19:29:41.938+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [26] +2026-01-05T19:29:41.939+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:41.841319600] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T18:00] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [PRERESERVE] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.841319600] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:41.841319600] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [3] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:41.939+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2026-01-09T19:00] +2026-01-05T19:29:41.940+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [27] +2026-01-05T19:29:41.944+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.944+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.842316900] +2026-01-05T19:29:41.944+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.944+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.842316900] +2026-01-05T19:29:41.944+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.944+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [A] +2026-01-05T19:29:41.944+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.944+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.945+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.843319500] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.843319500] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [B] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.945+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.844317200] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.844317200] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [C] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.945+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.946+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T18:59:59] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T18:00] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.845407200] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.845407200] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [25] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.946+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T19:59:59] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T19:00] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.846412100] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.846412100] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [25] +2026-01-05T19:29:41.946+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [2] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:41.947+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T20:59:59] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T20:00] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.846412100] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.846412100] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [25] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [3] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [3] +2026-01-05T19:29:41.947+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T18:59:59] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T18:00] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.846412100] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.846412100] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.947+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [26] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [4] +2026-01-05T19:29:41.948+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T19:59:59] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T19:00] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [26] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [2] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [5] +2026-01-05T19:29:41.948+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T20:59:59] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T20:00] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.948+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [26] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [3] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [6] +2026-01-05T19:29:41.949+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T18:59:59] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T18:00] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [27] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:41.949+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [7] +2026-01-05T19:29:41.949+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T19:59:59] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T19:00] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [27] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [2] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [8] +2026-01-05T19:29:41.950+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + prereservation_time_tables + (booking_end_at, booking_start_at, created_at, created_by, modified_at, modified_by, performance_schedule_id, section_id, prereservation_time_table_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-06T20:59:59] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-06T20:00] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:41.847412400] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [27] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [3] +2026-01-05T19:29:41.950+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [9] +2026-01-05T19:29:41.951+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.951+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.848412800] +2026-01-05T19:29:41.951+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.951+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.848412800] +2026-01-05T19:29:41.951+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [1] +2026-01-05T19:29:41.952+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [2] +2026-01-05T19:29:41.952+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [3] +2026-01-05T19:29:41.952+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.952+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [4] +2026-01-05T19:29:41.953+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [5] +2026-01-05T19:29:41.953+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [6] +2026-01-05T19:29:41.953+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.953+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [7] +2026-01-05T19:29:41.954+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.954+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [8] +2026-01-05T19:29:41.955+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [9] +2026-01-05T19:29:41.955+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.850415700] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [10] +2026-01-05T19:29:41.955+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.955+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [11] +2026-01-05T19:29:41.956+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [12] +2026-01-05T19:29:41.956+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.956+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [13] +2026-01-05T19:29:41.957+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [14] +2026-01-05T19:29:41.957+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.957+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [15] +2026-01-05T19:29:41.957+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [16] +2026-01-05T19:29:41.958+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [17] +2026-01-05T19:29:41.958+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [18] +2026-01-05T19:29:41.958+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.958+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [19] +2026-01-05T19:29:41.959+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [20] +2026-01-05T19:29:41.959+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.851415600] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.959+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [21] +2026-01-05T19:29:41.959+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [22] +2026-01-05T19:29:41.960+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.960+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [23] +2026-01-05T19:29:41.960+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [24] +2026-01-05T19:29:41.961+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [25] +2026-01-05T19:29:41.961+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.961+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [26] +2026-01-05T19:29:41.962+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [27] +2026-01-05T19:29:41.962+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [28] +2026-01-05T19:29:41.962+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.962+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [29] +2026-01-05T19:29:41.963+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [30] +2026-01-05T19:29:41.963+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.963+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [31] +2026-01-05T19:29:41.964+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [32] +2026-01-05T19:29:41.964+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.964+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [33] +2026-01-05T19:29:41.964+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.852415600] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [34] +2026-01-05T19:29:41.965+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [35] +2026-01-05T19:29:41.965+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.965+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [36] +2026-01-05T19:29:41.966+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [37] +2026-01-05T19:29:41.966+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [38] +2026-01-05T19:29:41.966+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.966+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [39] +2026-01-05T19:29:41.966+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [40] +2026-01-05T19:29:41.967+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.967+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [41] +2026-01-05T19:29:41.967+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [42] +2026-01-05T19:29:41.968+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.968+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [43] +2026-01-05T19:29:41.968+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [44] +2026-01-05T19:29:41.969+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:41.853415400] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.969+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [45] +2026-01-05T19:29:41.974+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.854415400] +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.854415400] +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:41.974+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:41.974+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [2] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:41.975+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [3] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [3] +2026-01-05T19:29:41.975+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [4] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [4] +2026-01-05T19:29:41.975+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [5] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [5] +2026-01-05T19:29:41.975+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.975+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [6] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [6] +2026-01-05T19:29:41.976+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [7] +2026-01-05T19:29:41.976+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [7] +2026-01-05T19:29:41.977+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [8] +2026-01-05T19:29:41.977+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [8] +2026-01-05T19:29:41.977+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [9] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [9] +2026-01-05T19:29:41.978+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [10] +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [10] +2026-01-05T19:29:41.978+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.978+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.856930900] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [11] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [11] +2026-01-05T19:29:41.979+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [12] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [12] +2026-01-05T19:29:41.979+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [13] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [13] +2026-01-05T19:29:41.979+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [14] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [14] +2026-01-05T19:29:41.979+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.979+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [15] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [15] +2026-01-05T19:29:41.980+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [16] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [16] +2026-01-05T19:29:41.980+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.980+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [17] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [17] +2026-01-05T19:29:41.981+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [18] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [18] +2026-01-05T19:29:41.981+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.981+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [19] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [19] +2026-01-05T19:29:41.982+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [20] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [20] +2026-01-05T19:29:41.982+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.982+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [21] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [21] +2026-01-05T19:29:41.983+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [22] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [22] +2026-01-05T19:29:41.983+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [23] +2026-01-05T19:29:41.983+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [23] +2026-01-05T19:29:41.983+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [24] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [24] +2026-01-05T19:29:41.984+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [25] +2026-01-05T19:29:41.984+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [25] +2026-01-05T19:29:41.984+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.985+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.985+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.985+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.857926600] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [26] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [26] +2026-01-05T19:29:41.986+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [27] +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [27] +2026-01-05T19:29:41.986+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.986+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [28] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:41.987+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [29] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:41.987+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.987+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [30] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:41.988+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [31] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [31] +2026-01-05T19:29:41.988+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.988+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [32] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [32] +2026-01-05T19:29:41.989+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [33] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [33] +2026-01-05T19:29:41.989+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.989+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [34] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [34] +2026-01-05T19:29:41.990+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [35] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [35] +2026-01-05T19:29:41.990+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.858925800] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.990+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [36] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [36] +2026-01-05T19:29:41.991+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.859925700] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.859925700] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [37] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [37] +2026-01-05T19:29:41.991+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.860469300] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.991+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.860469300] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [38] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [38] +2026-01-05T19:29:41.992+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.860469300] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.860469300] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [39] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [39] +2026-01-05T19:29:41.992+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.860469300] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.860469300] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [40] +2026-01-05T19:29:41.992+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [40] +2026-01-05T19:29:41.992+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.860469300] +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.860469300] +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [41] +2026-01-05T19:29:41.993+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [41] +2026-01-05T19:29:41.994+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.860983700] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.860983700] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [42] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [42] +2026-01-05T19:29:41.994+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.860983700] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.860983700] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [43] +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [43] +2026-01-05T19:29:41.994+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.994+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.860983700] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.860983700] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [44] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [44] +2026-01-05T19:29:41.995+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.860983700] +2026-01-05T19:29:41.995+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.860983700] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [45] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [45] +2026-01-05T19:29:41.996+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876147300] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876147300] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [46] +2026-01-05T19:29:41.996+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.996+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [2] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [47] +2026-01-05T19:29:41.997+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [3] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [48] +2026-01-05T19:29:41.997+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.997+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [4] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [49] +2026-01-05T19:29:41.998+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [5] +2026-01-05T19:29:41.998+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [50] +2026-01-05T19:29:42.000+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [6] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [51] +2026-01-05T19:29:42.000+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [7] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [52] +2026-01-05T19:29:42.000+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [8] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [53] +2026-01-05T19:29:42.000+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [9] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [54] +2026-01-05T19:29:42.000+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [10] +2026-01-05T19:29:42.000+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [55] +2026-01-05T19:29:42.001+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [11] +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [56] +2026-01-05T19:29:42.001+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.001+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.002+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.002+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.002+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [12] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [57] +2026-01-05T19:29:42.003+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [13] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [58] +2026-01-05T19:29:42.003+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [14] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [59] +2026-01-05T19:29:42.003+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [15] +2026-01-05T19:29:42.003+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [60] +2026-01-05T19:29:42.004+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.876731] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [16] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [61] +2026-01-05T19:29:42.004+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [17] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [62] +2026-01-05T19:29:42.004+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.004+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [18] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [63] +2026-01-05T19:29:42.005+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [19] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [64] +2026-01-05T19:29:42.005+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [20] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [65] +2026-01-05T19:29:42.005+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.005+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [21] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [66] +2026-01-05T19:29:42.007+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [22] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [67] +2026-01-05T19:29:42.007+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [23] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [68] +2026-01-05T19:29:42.007+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [24] +2026-01-05T19:29:42.007+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [69] +2026-01-05T19:29:42.007+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [25] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [70] +2026-01-05T19:29:42.008+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [26] +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [71] +2026-01-05T19:29:42.008+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.008+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [27] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [72] +2026-01-05T19:29:42.009+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [28] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [73] +2026-01-05T19:29:42.009+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [29] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [74] +2026-01-05T19:29:42.009+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [30] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [75] +2026-01-05T19:29:42.009+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.009+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [31] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [76] +2026-01-05T19:29:42.010+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.877735800] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [32] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [77] +2026-01-05T19:29:42.010+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.010+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [33] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [78] +2026-01-05T19:29:42.011+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [34] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [79] +2026-01-05T19:29:42.011+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:42.011+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [35] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [80] +2026-01-05T19:29:42.012+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [36] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [81] +2026-01-05T19:29:42.012+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [37] +2026-01-05T19:29:42.012+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [82] +2026-01-05T19:29:42.012+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [38] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [83] +2026-01-05T19:29:42.013+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [39] +2026-01-05T19:29:42.013+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [84] +2026-01-05T19:29:42.013+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [40] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [85] +2026-01-05T19:29:42.014+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [41] +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [86] +2026-01-05T19:29:42.014+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.014+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [42] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [87] +2026-01-05T19:29:42.015+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [43] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [88] +2026-01-05T19:29:42.015+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [44] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [89] +2026-01-05T19:29:42.015+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.878737700] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [45] +2026-01-05T19:29:42.015+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [90] +2026-01-05T19:29:42.017+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.861990800] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.861990800] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:42.017+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.862988] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.862988] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.017+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:42.017+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.862988] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.862988] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [3] +2026-01-05T19:29:42.018+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.862988] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.862988] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.018+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [4] +2026-01-05T19:29:42.018+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.862988] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.862988] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [5] +2026-01-05T19:29:42.019+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [6] +2026-01-05T19:29:42.019+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [7] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [7] +2026-01-05T19:29:42.019+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [8] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.019+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [8] +2026-01-05T19:29:42.021+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [9] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [9] +2026-01-05T19:29:42.021+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.021+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [10] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [10] +2026-01-05T19:29:42.022+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [11] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.022+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [11] +2026-01-05T19:29:42.023+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [12] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [12] +2026-01-05T19:29:42.023+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [13] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [13] +2026-01-05T19:29:42.023+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [14] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [14] +2026-01-05T19:29:42.023+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.023+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [15] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [15] +2026-01-05T19:29:42.024+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [16] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [16] +2026-01-05T19:29:42.024+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.024+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [17] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [17] +2026-01-05T19:29:42.025+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [18] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [18] +2026-01-05T19:29:42.025+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [19] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.025+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [19] +2026-01-05T19:29:42.026+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [20] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [20] +2026-01-05T19:29:42.026+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [21] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [21] +2026-01-05T19:29:42.026+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.863989900] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [22] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.026+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [22] +2026-01-05T19:29:42.027+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [23] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [23] +2026-01-05T19:29:42.027+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [24] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [24] +2026-01-05T19:29:42.027+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [25] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.027+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [25] +2026-01-05T19:29:42.027+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [26] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [26] +2026-01-05T19:29:42.028+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [27] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [27] +2026-01-05T19:29:42.028+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [28] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:42.028+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [29] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:42.028+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.028+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [30] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:42.029+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [31] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [31] +2026-01-05T19:29:42.029+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.029+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [32] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [32] +2026-01-05T19:29:42.030+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [33] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [33] +2026-01-05T19:29:42.030+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.030+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [34] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [34] +2026-01-05T19:29:42.031+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [35] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [35] +2026-01-05T19:29:42.031+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.031+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [36] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [36] +2026-01-05T19:29:42.032+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [37] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [37] +2026-01-05T19:29:42.032+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.864988600] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [38] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.032+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [38] +2026-01-05T19:29:42.033+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [39] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [39] +2026-01-05T19:29:42.033+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.033+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [40] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [40] +2026-01-05T19:29:42.034+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [41] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [41] +2026-01-05T19:29:42.034+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [42] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [42] +2026-01-05T19:29:42.034+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [43] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.034+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [43] +2026-01-05T19:29:42.035+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [44] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [44] +2026-01-05T19:29:42.035+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.865989600] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [45] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [45] +2026-01-05T19:29:42.035+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.035+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [46] +2026-01-05T19:29:42.036+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [47] +2026-01-05T19:29:42.036+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.036+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [48] +2026-01-05T19:29:42.036+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [49] +2026-01-05T19:29:42.037+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.037+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [50] +2026-01-05T19:29:42.039+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [51] +2026-01-05T19:29:42.039+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [7] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [52] +2026-01-05T19:29:42.039+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [8] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [53] +2026-01-05T19:29:42.039+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.866637800] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [9] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.039+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [54] +2026-01-05T19:29:42.040+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [10] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [55] +2026-01-05T19:29:42.040+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [11] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [56] +2026-01-05T19:29:42.040+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.040+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [12] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [57] +2026-01-05T19:29:42.041+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [13] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [58] +2026-01-05T19:29:42.041+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.041+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [14] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [59] +2026-01-05T19:29:42.042+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [15] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [60] +2026-01-05T19:29:42.042+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [16] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [61] +2026-01-05T19:29:42.042+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [17] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [62] +2026-01-05T19:29:42.042+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [18] +2026-01-05T19:29:42.042+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [63] +2026-01-05T19:29:42.043+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.867642600] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [19] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [64] +2026-01-05T19:29:42.043+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [20] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.043+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [65] +2026-01-05T19:29:42.043+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [21] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [66] +2026-01-05T19:29:42.044+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [22] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [67] +2026-01-05T19:29:42.044+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [23] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [68] +2026-01-05T19:29:42.044+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [24] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.044+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [69] +2026-01-05T19:29:42.044+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [25] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [70] +2026-01-05T19:29:42.045+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [26] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [71] +2026-01-05T19:29:42.045+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.045+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [27] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [72] +2026-01-05T19:29:42.046+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [28] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [73] +2026-01-05T19:29:42.046+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.046+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [29] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [74] +2026-01-05T19:29:42.047+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [30] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [75] +2026-01-05T19:29:42.047+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.047+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [31] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [76] +2026-01-05T19:29:42.049+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [32] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [77] +2026-01-05T19:29:42.049+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.868643700] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [33] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [78] +2026-01-05T19:29:42.049+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [34] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.049+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [79] +2026-01-05T19:29:42.050+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [35] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [80] +2026-01-05T19:29:42.050+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [36] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [81] +2026-01-05T19:29:42.050+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.050+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [37] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [82] +2026-01-05T19:29:42.051+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [38] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [83] +2026-01-05T19:29:42.051+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.051+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [39] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [84] +2026-01-05T19:29:42.052+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [40] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [85] +2026-01-05T19:29:42.052+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [41] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [86] +2026-01-05T19:29:42.052+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.052+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [42] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [87] +2026-01-05T19:29:42.053+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [43] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [88] +2026-01-05T19:29:42.053+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [44] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [89] +2026-01-05T19:29:42.053+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [25] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [45] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.053+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [90] +2026-01-05T19:29:42.053+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [91] +2026-01-05T19:29:42.054+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.054+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [92] +2026-01-05T19:29:42.054+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [93] +2026-01-05T19:29:42.055+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [94] +2026-01-05T19:29:42.055+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.055+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.869642300] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [95] +2026-01-05T19:29:42.056+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [96] +2026-01-05T19:29:42.056+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [7] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [97] +2026-01-05T19:29:42.056+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.056+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [8] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [98] +2026-01-05T19:29:42.057+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [9] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [99] +2026-01-05T19:29:42.057+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [10] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.057+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [100] +2026-01-05T19:29:42.059+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [11] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [101] +2026-01-05T19:29:42.059+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [12] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [102] +2026-01-05T19:29:42.059+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [13] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [103] +2026-01-05T19:29:42.059+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [14] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [104] +2026-01-05T19:29:42.059+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [15] +2026-01-05T19:29:42.059+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [105] +2026-01-05T19:29:42.061+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [16] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [106] +2026-01-05T19:29:42.061+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [17] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [107] +2026-01-05T19:29:42.061+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.870643900] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [18] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [108] +2026-01-05T19:29:42.062+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [19] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [109] +2026-01-05T19:29:42.062+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [20] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [110] +2026-01-05T19:29:42.062+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [21] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [111] +2026-01-05T19:29:42.063+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [22] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.063+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [112] +2026-01-05T19:29:42.063+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [23] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [113] +2026-01-05T19:29:42.064+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [24] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [114] +2026-01-05T19:29:42.064+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [25] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [115] +2026-01-05T19:29:42.065+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [26] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [116] +2026-01-05T19:29:42.065+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [27] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [117] +2026-01-05T19:29:42.066+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [28] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [118] +2026-01-05T19:29:42.066+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [29] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [119] +2026-01-05T19:29:42.067+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [30] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [120] +2026-01-05T19:29:42.067+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [31] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [121] +2026-01-05T19:29:42.069+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.871643400] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [32] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [122] +2026-01-05T19:29:42.069+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [33] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [123] +2026-01-05T19:29:42.070+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [34] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [124] +2026-01-05T19:29:42.070+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [35] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [125] +2026-01-05T19:29:42.071+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [36] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [126] +2026-01-05T19:29:42.071+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [37] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [127] +2026-01-05T19:29:42.072+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.872643300] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [38] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [128] +2026-01-05T19:29:42.072+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [39] +2026-01-05T19:29:42.072+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [129] +2026-01-05T19:29:42.073+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [40] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [130] +2026-01-05T19:29:42.073+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [41] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [131] +2026-01-05T19:29:42.074+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [42] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [132] +2026-01-05T19:29:42.074+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [43] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [133] +2026-01-05T19:29:42.074+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [44] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [134] +2026-01-05T19:29:42.076+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [26] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [45] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [135] +2026-01-05T19:29:42.076+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [136] +2026-01-05T19:29:42.077+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [137] +2026-01-05T19:29:42.077+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [138] +2026-01-05T19:29:42.078+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [139] +2026-01-05T19:29:42.078+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:42.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [140] +2026-01-05T19:29:42.079+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [141] +2026-01-05T19:29:42.079+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [7] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [142] +2026-01-05T19:29:42.080+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [8] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [143] +2026-01-05T19:29:42.080+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [9] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [144] +2026-01-05T19:29:42.080+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [10] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [145] +2026-01-05T19:29:42.081+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [11] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [146] +2026-01-05T19:29:42.081+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [12] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [147] +2026-01-05T19:29:42.083+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.873642700] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [13] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [148] +2026-01-05T19:29:42.083+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [14] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [149] +2026-01-05T19:29:42.084+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [15] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [150] +2026-01-05T19:29:42.085+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [16] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [151] +2026-01-05T19:29:42.086+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [17] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [152] +2026-01-05T19:29:42.086+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [18] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [153] +2026-01-05T19:29:42.087+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [19] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [154] +2026-01-05T19:29:42.087+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [20] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [155] +2026-01-05T19:29:42.088+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [21] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [156] +2026-01-05T19:29:42.088+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [22] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [157] +2026-01-05T19:29:42.089+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [23] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [158] +2026-01-05T19:29:42.089+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [24] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [159] +2026-01-05T19:29:42.090+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [25] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [160] +2026-01-05T19:29:42.090+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [26] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [161] +2026-01-05T19:29:42.091+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [27] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [162] +2026-01-05T19:29:42.091+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [28] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [163] +2026-01-05T19:29:42.092+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [29] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [164] +2026-01-05T19:29:42.092+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [30] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [165] +2026-01-05T19:29:42.093+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [31] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [166] +2026-01-05T19:29:42.093+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [32] +2026-01-05T19:29:42.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [167] +2026-01-05T19:29:42.094+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [33] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [168] +2026-01-05T19:29:42.094+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [34] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [169] +2026-01-05T19:29:42.095+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [35] +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [170] +2026-01-05T19:29:42.096+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [36] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [171] +2026-01-05T19:29:42.096+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [37] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [172] +2026-01-05T19:29:42.096+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [38] +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [173] +2026-01-05T19:29:42.097+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [39] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [174] +2026-01-05T19:29:42.098+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [40] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [175] +2026-01-05T19:29:42.098+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [41] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [176] +2026-01-05T19:29:42.099+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [42] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [177] +2026-01-05T19:29:42.099+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [43] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [178] +2026-01-05T19:29:42.100+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [44] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [179] +2026-01-05T19:29:42.101+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + schedule_seat + (created_at, created_by, hold_expired_at, modified_at, modified_by, schedule_id, seat_id, status, schedule_seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [null] +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:41.874642700] +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [27] +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [45] +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:ENUM) <- [AVAILABLE] +2026-01-05T19:29:42.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [180] +2026-01-05T19:29:42.102+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T19:29:42.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [user1@tt.com] +2026-01-05T19:29:42.108+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +Hibernate: + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +2026-01-05T19:29:42.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:29:42.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [1] +2026-01-05T19:29:42.109+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + reservation_seq +Hibernate: + select + next value + for + reservation_seq +2026-01-05T19:29:42.113+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + reservation_seat_seq +Hibernate: + select + next value + for + reservation_seat_seq +2026-01-05T19:29:42.117+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + payment_seq +Hibernate: + select + next value + for + payment_seq +2026-01-05T19:29:42.120+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + ticket_seq +Hibernate: + select + next value + for + ticket_seq +2026-01-05T19:29:42.123+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit] user1@tt.com - 예매/결제/티켓 생성 완료 (좌석: A구역 1행 1번) +2026-01-05T19:29:42.146+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.110583400] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:34:42.109582400] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:42.110583400] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [PENDING] +2026-01-05T19:29:42.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BIGINT) <- [1] +2026-01-05T19:29:42.147+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.114583100] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.114583100] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:42.147+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10000] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.118660] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:ENUM) <- [RESERVATION] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [null] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [null] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [CARD] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:TIMESTAMP) <- [2026-01-05T19:29:42.118660] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [null] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:VARCHAR) <- [ORDER-INIT-1767608982116-0] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:TIMESTAMP) <- [2026-01-05T19:29:42.117659400] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:VARCHAR) <- [null] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:ENUM) <- [DONE] +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (17:BIGINT) <- [1] +2026-01-05T19:29:42.147+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.122660200] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [2] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:42.122660200] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:VARCHAR) <- [null] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [1] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [ISSUED] +2026-01-05T19:29:42.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [1] +2026-01-05T19:29:42.152+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +Hibernate: + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.115632800] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:34:42.109582400] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [2] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:TIMESTAMP) <- [2026-01-05T19:29:42.146852300] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [null] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [COMPLETED] +2026-01-05T19:29:42.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [1] +2026-01-05T19:29:42.153+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +Hibernate: + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +2026-01-05T19:29:42.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2026-01-05T19:29:42.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.144846900] +2026-01-05T19:29:42.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2026-01-05T19:29:42.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:29:42.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:ENUM) <- [SOLD] +2026-01-05T19:29:42.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:42.155+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +Hibernate: + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +2026-01-05T19:29:42.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:29:42.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [2] +2026-01-05T19:29:42.155+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + reservation_seq +Hibernate: + select + next value + for + reservation_seq +2026-01-05T19:29:42.156+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + reservation_seat_seq +Hibernate: + select + next value + for + reservation_seat_seq +2026-01-05T19:29:42.156+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + payment_seq +Hibernate: + select + next value + for + payment_seq +2026-01-05T19:29:42.157+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + ticket_seq +Hibernate: + select + next value + for + ticket_seq +2026-01-05T19:29:42.157+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit] user1@tt.com - 예매/결제/티켓 생성 완료 (좌석: A구역 1행 2번) +2026-01-05T19:29:42.176+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.156365500] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:34:42.155357800] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:42.156365500] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [PENDING] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BIGINT) <- [2] +2026-01-05T19:29:42.176+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.156365500] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.156365500] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [2] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.176+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:42.177+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10000] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.157364500] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [2] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:ENUM) <- [RESERVATION] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [CARD] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:TIMESTAMP) <- [2026-01-05T19:29:42.157364500] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:VARCHAR) <- [ORDER-INIT-1767608982156-1] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:TIMESTAMP) <- [2026-01-05T19:29:42.156365500] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:VARCHAR) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:ENUM) <- [DONE] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (17:BIGINT) <- [2] +2026-01-05T19:29:42.177+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.157364500] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [2] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:42.157364500] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:VARCHAR) <- [null] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [2] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [2] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [ISSUED] +2026-01-05T19:29:42.177+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [2] +2026-01-05T19:29:42.178+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +Hibernate: + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.156365500] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:34:42.155357800] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [2] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:TIMESTAMP) <- [2026-01-05T19:29:42.176975700] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [null] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [COMPLETED] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [2] +2026-01-05T19:29:42.178+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +Hibernate: + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.175942400] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:ENUM) <- [SOLD] +2026-01-05T19:29:42.178+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [2] +2026-01-05T19:29:42.179+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +Hibernate: + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +2026-01-05T19:29:42.179+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:29:42.179+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [3] +2026-01-05T19:29:42.180+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit] user1@tt.com - 예매/결제/티켓 생성 완료 (좌석: A구역 1행 3번) +2026-01-05T19:29:42.193+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.179974900] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:34:42.179974900] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:42.179974900] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [PENDING] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BIGINT) <- [3] +2026-01-05T19:29:42.194+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.180974100] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.180974100] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [3] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:42.194+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10000] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.180974100] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [3] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:ENUM) <- [RESERVATION] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [CARD] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:TIMESTAMP) <- [2026-01-05T19:29:42.180974100] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:VARCHAR) <- [ORDER-INIT-1767608982180-2] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:TIMESTAMP) <- [2026-01-05T19:29:42.180974100] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:VARCHAR) <- [null] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:ENUM) <- [DONE] +2026-01-05T19:29:42.194+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (17:BIGINT) <- [3] +2026-01-05T19:29:42.195+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.180974100] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [2] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:42.180974100] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:VARCHAR) <- [null] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [3] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [ISSUED] +2026-01-05T19:29:42.195+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [3] +2026-01-05T19:29:42.195+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +Hibernate: + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.180974100] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:34:42.179974900] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [2] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:TIMESTAMP) <- [2026-01-05T19:29:42.193066800] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [null] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [COMPLETED] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [3] +2026-01-05T19:29:42.196+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +Hibernate: + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.193066800] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:ENUM) <- [SOLD] +2026-01-05T19:29:42.196+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [3] +2026-01-05T19:29:42.197+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +Hibernate: + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +2026-01-05T19:29:42.197+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:29:42.197+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2026-01-05T19:29:42.200+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T19:29:42.200+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [codeisneverodd@gmail.com] +2026-01-05T19:29:42.201+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.201+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.201+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.201+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.198105] +2026-01-05T19:29:42.201+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.201+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:34:42.197104600] +2026-01-05T19:29:42.201+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:42.198105] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [PENDING] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BIGINT) <- [4] +2026-01-05T19:29:42.202+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.198105] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.198105] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [4] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [6] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:42.202+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +Hibernate: + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:42.197104600] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.201612200] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [6] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:ENUM) <- [HOLD] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [6] +2026-01-05T19:29:42.202+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +Hibernate: + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:29:42.202+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2026-01-05T19:29:42.204+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit] codeisneverodd@gmail.com - 예매/결제/티켓 생성 완료 (좌석: A구역 1행 4번) +2026-01-05T19:29:42.223+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.203185700] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:34:42.203185700] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [4] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:42.203185700] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [PENDING] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BIGINT) <- [5] +2026-01-05T19:29:42.223+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.203185700] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.203185700] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [5] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [4] +2026-01-05T19:29:42.223+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:42.223+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10000] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.203715700] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [5] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:ENUM) <- [RESERVATION] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [4] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [CARD] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:TIMESTAMP) <- [2026-01-05T19:29:42.203715700] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:VARCHAR) <- [ORDER-INIT-1767608982203-3] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:TIMESTAMP) <- [2026-01-05T19:29:42.203715700] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:VARCHAR) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:ENUM) <- [DONE] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (17:BIGINT) <- [4] +2026-01-05T19:29:42.224+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.203715700] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [4] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:42.203715700] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:VARCHAR) <- [null] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [4] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [ISSUED] +2026-01-05T19:29:42.224+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [4] +2026-01-05T19:29:42.225+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +Hibernate: + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.203715700] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:34:42.203185700] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [4] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:TIMESTAMP) <- [2026-01-05T19:29:42.222205700] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [null] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [COMPLETED] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [5] +2026-01-05T19:29:42.225+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +Hibernate: + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.222205700] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [4] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:ENUM) <- [SOLD] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [4] +2026-01-05T19:29:42.225+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +Hibernate: + select + ss1_0.schedule_seat_id, + ss1_0.created_at, + ss1_0.created_by, + ss1_0.hold_expired_at, + ss1_0.modified_at, + ss1_0.modified_by, + ss1_0.schedule_id, + ss1_0.seat_id, + ss1_0.status + from + schedule_seat ss1_0 + where + ss1_0.schedule_id=? + and ss1_0.seat_id=? +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:29:42.225+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2026-01-05T19:29:42.226+09:00 INFO 19232 --- [b2st] [ restartedMain] c.back.b2st.global.init.DataInitializer : [DataInit] codeisneverodd@gmail.com - 예매/결제/티켓 생성 완료 (좌석: A구역 1행 5번) +2026-01-05T19:29:42.254+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + count(*) + from + members m1_0 +Hibernate: + select + count(*) + from + members m1_0 +2026-01-05T19:29:42.850+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation + (canceled_at, completed_at, created_at, created_by, expires_at, member_id, modified_at, modified_by, schedule_id, status, reservation_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:34:42.226716600] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [4] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [1] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [PENDING] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BIGINT) <- [6] +2026-01-05T19:29:42.850+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + reservation_seat + (created_at, created_by, modified_at, modified_by, reservation_id, schedule_seat_id, id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [6] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [5] +2026-01-05T19:29:42.850+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:42.851+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + payment + (amount, canceled_at, created_at, created_by, domain_id, domain_type, expires_at, failure_reason, member_id, method, modified_at, modified_by, order_id, paid_at, payment_key, status, payment_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10000] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [6] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:ENUM) <- [RESERVATION] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [4] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [CARD] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:VARCHAR) <- [ORDER-INIT-1767608982226-4] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:VARCHAR) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:ENUM) <- [DONE] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (17:BIGINT) <- [5] +2026-01-05T19:29:42.851+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + tickets + (created_at, created_by, member_id, modified_at, modified_by, qr_code, reservation_id, seat_id, status, ticket_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [4] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:VARCHAR) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [5] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [ISSUED] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [5] +2026-01-05T19:29:42.851+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.314926] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user5@test.com] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.314926] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.851+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저5] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$favN797BnLq64JEC6X4osO/rBz9a0KQYFZ.rekgRYel9Q3WerIIgS] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [5] +2026-01-05T19:29:42.852+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.374724600] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user6@test.com] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.374724600] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저6] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$EtlbVdLAeeFtzOJKKzmtI.T6GJGMoqJqv8xJ83rcqQdXUS08ldROW] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [6] +2026-01-05T19:29:42.852+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.435037600] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user7@test.com] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.435037600] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저7] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$J4yu1G6u/w.flhkus5oDEeO.nk11Hn3dssH.FVjF.uwIaJ8p2mDR.] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.852+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [7] +2026-01-05T19:29:42.853+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.853+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.853+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.494303700] +2026-01-05T19:29:42.853+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.853+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.853+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user8@test.com] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.494303700] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저8] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$o7FKBkkld2gOhkAZoheRw.xNRJKI7vrl9KWp8AG3gdgnjZ2uns1/m] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [8] +2026-01-05T19:29:42.854+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.553751400] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user9@test.com] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.553751400] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저9] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$4g/CrMs1tnnz/PvP4zySWeet5MBJRwtGLDLheVueYm.ukhPb.Jnva] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [9] +2026-01-05T19:29:42.854+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.611620200] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user10@test.com] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.611620200] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.854+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저10] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$NHPA0GHjSwQtoUYzAwhrc.uUiB96T7zvvMSEuq1VjdcR7/hiqXDDa] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [10] +2026-01-05T19:29:42.855+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.671611300] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user11@test.com] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.671611300] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저11] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$Gqp6TZNQIgq1XPIC3PQQ/ugkexYXjdJjMYRf8t.ibmlUI1xXGL25W] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [11] +2026-01-05T19:29:42.855+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.731464700] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user12@test.com] +2026-01-05T19:29:42.855+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.731464700] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저12] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$r4qFIooPtHTM6lRRn/5qYOE9kbTHEKrOp/8jNNccJZbE4yT/WE7lm] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [12] +2026-01-05T19:29:42.856+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.790176500] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user13@test.com] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.790176500] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저13] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$6rg2rQ2b80mZaezllmvTV.HT7iBYg9CxtsqQaz2ycHRy3.ZI1nW3W] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [13] +2026-01-05T19:29:42.856+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.849667400] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:42.856+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user14@test.com] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.849667400] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저14] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$dx6FtMXE0jdqpyuFbhdPGuQSDfPbRzbUSzwEKLH0a.kPWdtaYmORi] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [14] +2026-01-05T19:29:42.857+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +Hibernate: + update + reservation + set + canceled_at=?, + completed_at=?, + created_by=?, + expires_at=?, + member_id=?, + modified_at=?, + modified_by=?, + schedule_id=?, + status=? + where + reservation_id=? +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.226716600] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:34:42.226716600] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [4] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:TIMESTAMP) <- [2026-01-05T19:29:42.850672400] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [null] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [1] +2026-01-05T19:29:42.857+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:ENUM) <- [COMPLETED] +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [6] +2026-01-05T19:29:42.858+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +Hibernate: + update + schedule_seat + set + created_by=?, + hold_expired_at=?, + modified_at=?, + modified_by=?, + schedule_id=?, + seat_id=?, + status=? + where + schedule_seat_id=? +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:42.849667400] +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [5] +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:ENUM) <- [SOLD] +2026-01-05T19:29:42.858+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [5] +2026-01-05T19:29:42.858+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + count(*) + from + members m1_0 +Hibernate: + select + count(*) + from + members m1_0 +2026-01-05T19:29:43.447+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:29:43.449+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.449+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.449+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.917085100] +2026-01-05T19:29:43.449+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.449+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.449+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user15@test.com] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.917085100] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저15] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$tCvzJP5jEeY2oGRfyO.82uRbzaw8JHHN3rh0FSurNZHlkM3IgSu/m] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [15] +2026-01-05T19:29:43.450+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:42.975480200] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user16@test.com] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:42.975480200] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저16] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$9f/X6KFkFlmjsrrgfqdrhuW4T9b7m32Ug1iDkbyD1XE7wAxjulgni] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [16] +2026-01-05T19:29:43.450+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.034393500] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user17@test.com] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.034393500] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저17] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$pFZkTI7.uegB6XMqceN28.WPwKnywEeKUBZ06OMyhhiOgLBkboihq] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [17] +2026-01-05T19:29:43.450+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.094046] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user18@test.com] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.094046] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.450+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저18] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$SQZy.DvzY5qDfNrRt1qCCOAMYYtGF9ZPFDQ1c3dgTNqHeGbnJ0SbO] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [18] +2026-01-05T19:29:43.451+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.154089900] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user19@test.com] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.154089900] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저19] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$lWn4srcWJnOngSIw/zI6G.jX.X2/5VHP0/nRjn.1shsC6vvglq4wO] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [19] +2026-01-05T19:29:43.451+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.213131400] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user20@test.com] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.451+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.213131400] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저20] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$XJ4m4DrX7YQ4fPF0dl.4we85JusmZiJXOEq8Iv9qYxKxu.TH03h0y] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [20] +2026-01-05T19:29:43.452+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.271683500] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user21@test.com] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.271683500] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저21] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$YW.D32MRd3TSeDdB1zd8peGcwZYsCc1KeVS.btEXBdqluu/Wt45d.] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [21] +2026-01-05T19:29:43.452+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.330727] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user22@test.com] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.330727] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.452+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저22] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$znzo1e.TwR.XXZT30RCj0OWUbI1JemdBr1xwjhGErPvhHlNb2RfDC] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [22] +2026-01-05T19:29:43.453+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.389908500] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user23@test.com] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.389908500] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저23] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$O8O3DvG4QJtnsEyJKz/5g.LUrGRmb863Yjn5gXeGDGIimlPjIK1iS] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [23] +2026-01-05T19:29:43.453+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.448131400] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user24@test.com] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.448131400] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저24] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$/Be6v6nSzGGWLCZzFLsIieTAiCnKiScJzf4EgtdgMLJC4vDMUXYOe] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:43.453+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [24] +2026-01-05T19:29:43.454+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + count(*) + from + members m1_0 +Hibernate: + select + count(*) + from + members m1_0 +2026-01-05T19:29:44.044+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + venue_seq +Hibernate: + select + next value + for + venue_seq +2026-01-05T19:29:44.046+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + seat_seq +Hibernate: + select + next value + for + seat_seq +2026-01-05T19:29:44.049+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + seat_id_gen +Hibernate: + select + next value + for + seat_id_gen +2026-01-05T19:29:44.052+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + lottery_entry_seq +Hibernate: + select + next value + for + lottery_entry_seq +2026-01-05T19:29:44.054+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + lottery_entry_seq +Hibernate: + select + next value + for + lottery_entry_seq +2026-01-05T19:29:44.056+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + select + next value + for + lottery_entry_seq +Hibernate: + select + next value + for + lottery_entry_seq +2026-01-05T19:29:44.060+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.512769900] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user25@test.com] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.512769900] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저25] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$VS..XDN3KY/JpaOqkg50iOd1LrCEoc.83uhn/dip1aAQQiB2geNBa] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [25] +2026-01-05T19:29:44.060+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.572460100] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user26@test.com] +2026-01-05T19:29:44.060+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.572460100] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저26] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$LGuJilSOI8K0pT..nsMiGuKag0u5BE9MUbtaprBnHkE4ZtxRKJiPm] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [26] +2026-01-05T19:29:44.061+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.631077500] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user27@test.com] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.631077500] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저27] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$SSVlexAbPy//E2v12rv7n.Qes2ef5/LVnTLTaJOGRFlFY5y.oUUL2] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [27] +2026-01-05T19:29:44.061+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.691625400] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user28@test.com] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.691625400] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저28] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$OkPWjPGXsTomjgw.CbuZmu0TbSx0b1r4MXxA3N2ur5xkFm/72jd1O] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.061+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [28] +2026-01-05T19:29:44.061+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.749195500] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user29@test.com] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.749195500] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저29] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$p0fERruqOsoHb6WDWkbwt.Ze1Jsmio/xX/ojWOxmXhKbWCeCcP8BK] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [29] +2026-01-05T19:29:44.062+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.807231] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user30@test.com] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.807231] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저30] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$tfgLDbsVZtYirxuTjCP16.z9D7CmeWUmbxEo7e1kANOSp4O1IMSDG] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [30] +2026-01-05T19:29:44.062+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.866771300] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user31@test.com] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.062+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.866771300] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저31] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$3YRV6IgcwH6hErfkm0IJGOCrEroz.84nMJizQ5kspJ50JvrEwFrqG] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [31] +2026-01-05T19:29:44.064+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.925621100] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user32@test.com] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.925621100] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저32] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$eum9lHUorhbinNs7y87XVu6Jqlkl86VPuoWTXhj2/EjikMEgojWBe] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.064+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [32] +2026-01-05T19:29:44.064+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:43.985068500] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user33@test.com] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:43.985068500] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저33] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$RZ6Kaw29j0CN1MhgTF8PX.PghZGAPZFB2RTuadq291P9YR.rBUMXq] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [33] +2026-01-05T19:29:44.065+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:44.044110800] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [user34@test.com] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [true] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [true] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:44.044110800] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [테스트유저34] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$lZkEdd7aND/ivNpVWC/CoegxEP7RJ5mEU4aVEyRL6a4s6D2bFMV3S] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:29:44.065+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [34] +2026-01-05T19:29:44.066+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + venue + (created_at, created_by, modified_at, modified_by, name, venue_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + venue + (created_at, created_by, modified_at, modified_by, name, venue_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.045109600] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.045109600] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [추첨공연장] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:44.066+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.045109600] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.045109600] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [A] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.066+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.045109600] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.045109600] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [B] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.066+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + sections + (created_at, created_by, modified_at, modified_by, section_name, venue_id, section_id) + values + (?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.045109600] +2026-01-05T19:29:44.066+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.045109600] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [C] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.067+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [46] +2026-01-05T19:29:44.067+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.067+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [47] +2026-01-05T19:29:44.068+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [48] +2026-01-05T19:29:44.068+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.068+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [49] +2026-01-05T19:29:44.069+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [50] +2026-01-05T19:29:44.069+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.069+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.046110500] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [51] +2026-01-05T19:29:44.070+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [52] +2026-01-05T19:29:44.070+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.070+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [53] +2026-01-05T19:29:44.071+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [54] +2026-01-05T19:29:44.071+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [55] +2026-01-05T19:29:44.071+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.071+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [56] +2026-01-05T19:29:44.071+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.073+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [57] +2026-01-05T19:29:44.074+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [58] +2026-01-05T19:29:44.074+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [59] +2026-01-05T19:29:44.074+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [4] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [A] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.074+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [60] +2026-01-05T19:29:44.074+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [61] +2026-01-05T19:29:44.075+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.075+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [62] +2026-01-05T19:29:44.076+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [63] +2026-01-05T19:29:44.076+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.076+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [64] +2026-01-05T19:29:44.077+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.077+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [65] +2026-01-05T19:29:44.078+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [66] +2026-01-05T19:29:44.078+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.078+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [67] +2026-01-05T19:29:44.079+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.079+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [68] +2026-01-05T19:29:44.079+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [69] +2026-01-05T19:29:44.080+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.080+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [70] +2026-01-05T19:29:44.080+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [71] +2026-01-05T19:29:44.081+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.081+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [72] +2026-01-05T19:29:44.081+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [73] +2026-01-05T19:29:44.082+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.082+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [74] +2026-01-05T19:29:44.082+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [5] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [B] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [75] +2026-01-05T19:29:44.083+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.083+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [76] +2026-01-05T19:29:44.083+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [77] +2026-01-05T19:29:44.084+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.047110400] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.084+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [78] +2026-01-05T19:29:44.084+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [79] +2026-01-05T19:29:44.085+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [1] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.085+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [80] +2026-01-05T19:29:44.085+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [81] +2026-01-05T19:29:44.086+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.086+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [82] +2026-01-05T19:29:44.086+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [83] +2026-01-05T19:29:44.087+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.087+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [84] +2026-01-05T19:29:44.087+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [2] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [85] +2026-01-05T19:29:44.088+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [1] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.088+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [86] +2026-01-05T19:29:44.088+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [2] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [87] +2026-01-05T19:29:44.089+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [3] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.089+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [88] +2026-01-05T19:29:44.089+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [4] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [89] +2026-01-05T19:29:44.090+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seats + (created_at, created_by, modified_at, modified_by, row_label, seat_number, section_id, section_name, venue_id, seat_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [null] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [3] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:INTEGER) <- [5] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [6] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:VARCHAR) <- [C] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [2] +2026-01-05T19:29:44.090+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [90] +2026-01-05T19:29:44.091+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance + (booking_close_at, booking_open_at, category, created_at, created_by, description, end_date, modified_at, modified_by, poster_key, start_date, status, title, venue_id, performance_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance + (booking_close_at, booking_open_at, category, created_at, created_by, description, end_date, modified_at, modified_by, poster_key, start_date, status, title, venue_id, performance_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [null] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [콘서트] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:CLOB) <- [null] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-12T19:29:44.048110600] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [null] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.091+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:ENUM) <- [ACTIVE] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:VARCHAR) <- [테스트 공연] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (14:BIGINT) <- [2] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (15:BIGINT) <- [3] +2026-01-05T19:29:44.092+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [3] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [1] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2026-01-06T19:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [28] +2026-01-05T19:29:44.092+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [3] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [2] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:44.092+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2026-01-07T19:29:44.048110600] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [29] +2026-01-05T19:29:44.093+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + performance_schedule + (booking_close_at, booking_open_at, booking_type, created_at, created_by, draw_completed, modified_at, modified_by, performance_id, round_no, seat_allocated, start_at, performance_schedule_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-02-04T19:29:44.048110600] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T18:29:44.048110600] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [LOTTERY] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T19:29:44.048110600] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [null] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [3] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:INTEGER) <- [3] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:BOOLEAN) <- [false] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:TIMESTAMP) <- [2026-01-08T19:29:44.048110600] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [30] +2026-01-05T19:29:44.093+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [RESTRICTED_VIEW] +2026-01-05T19:29:44.093+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [46] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [91] +2026-01-05T19:29:44.094+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [A] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [47] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [92] +2026-01-05T19:29:44.094+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [SUPERIOR] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.094+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [48] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [93] +2026-01-05T19:29:44.095+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [49] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [94] +2026-01-05T19:29:44.095+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.095+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [50] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [95] +2026-01-05T19:29:44.096+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [51] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [96] +2026-01-05T19:29:44.096+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [52] +2026-01-05T19:29:44.096+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [97] +2026-01-05T19:29:44.096+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [A] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [53] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [98] +2026-01-05T19:29:44.097+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [RESTRICTED_VIEW] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [54] +2026-01-05T19:29:44.097+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [99] +2026-01-05T19:29:44.097+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [55] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [100] +2026-01-05T19:29:44.098+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [56] +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [101] +2026-01-05T19:29:44.098+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.098+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [57] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [102] +2026-01-05T19:29:44.099+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [58] +2026-01-05T19:29:44.099+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [103] +2026-01-05T19:29:44.100+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.049110400] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [59] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [104] +2026-01-05T19:29:44.100+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [SUPERIOR] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [60] +2026-01-05T19:29:44.100+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [105] +2026-01-05T19:29:44.101+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [61] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [106] +2026-01-05T19:29:44.101+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [B] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [62] +2026-01-05T19:29:44.101+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [107] +2026-01-05T19:29:44.102+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [63] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [108] +2026-01-05T19:29:44.102+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [SUPERIOR] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [64] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [109] +2026-01-05T19:29:44.102+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.102+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.103+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.103+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [65] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [110] +2026-01-05T19:29:44.104+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [66] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [111] +2026-01-05T19:29:44.104+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [A] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [67] +2026-01-05T19:29:44.104+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [112] +2026-01-05T19:29:44.105+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [SUPERIOR] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [68] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [113] +2026-01-05T19:29:44.105+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [69] +2026-01-05T19:29:44.105+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [114] +2026-01-05T19:29:44.105+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [RESTRICTED_VIEW] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [70] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [115] +2026-01-05T19:29:44.106+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [SUPERIOR] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [71] +2026-01-05T19:29:44.106+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [116] +2026-01-05T19:29:44.106+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [RESTRICTED_VIEW] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [72] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [117] +2026-01-05T19:29:44.107+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [73] +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [118] +2026-01-05T19:29:44.107+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.107+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [A] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [74] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [119] +2026-01-05T19:29:44.108+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [SUPERIOR] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [75] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [120] +2026-01-05T19:29:44.108+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.108+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [B] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [76] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [121] +2026-01-05T19:29:44.109+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [RESTRICTED_VIEW] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [77] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [122] +2026-01-05T19:29:44.109+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [B] +2026-01-05T19:29:44.109+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [78] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [123] +2026-01-05T19:29:44.110+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [79] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [124] +2026-01-05T19:29:44.110+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [B] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.110+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [30000] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [80] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [125] +2026-01-05T19:29:44.111+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [81] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [126] +2026-01-05T19:29:44.111+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [RESTRICTED_VIEW] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.111+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [82] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [127] +2026-01-05T19:29:44.112+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.050110700] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [83] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [128] +2026-01-05T19:29:44.112+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [84] +2026-01-05T19:29:44.112+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [129] +2026-01-05T19:29:44.113+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [SUPERIOR] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [20000] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [85] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [130] +2026-01-05T19:29:44.113+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [86] +2026-01-05T19:29:44.113+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [131] +2026-01-05T19:29:44.113+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [RESTRICTED_VIEW] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [87] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [132] +2026-01-05T19:29:44.114+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [RESTRICTED_VIEW] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [88] +2026-01-05T19:29:44.114+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [133] +2026-01-05T19:29:44.114+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [89] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [134] +2026-01-05T19:29:44.115+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + seat_grades + (created_at, created_by, grade, modified_at, modified_by, performance_id, price, seat_id, seat_grade_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [SUPERIOR] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T19:29:44.051109900] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [null] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:INTEGER) <- [10000] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:BIGINT) <- [90] +2026-01-05T19:29:44.115+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [135] +2026-01-05T19:29:44.116+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.116+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.052144200] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [5] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.052144200] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.117+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [53f6489a-33fe-40a5-ab35-095aa9374536] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [1] +2026-01-05T19:29:44.120+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.054144600] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [6] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.054144600] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [0327912b-d8f2-45ec-906c-4e01f52d2e4b] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [2] +2026-01-05T19:29:44.120+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.054144600] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [7] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.054144600] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [370f00f9-00f6-4b54-85b1-67897bd1c4a3] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [3] +2026-01-05T19:29:44.120+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.054144600] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [8] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.054144600] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [51939314-b245-4091-985d-d020c0ad5a58] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [4] +2026-01-05T19:29:44.120+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [9] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.120+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [a3465d58-6b4b-4c5e-a952-e2a0290e802a] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [5] +2026-01-05T19:29:44.122+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [10] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [2c673d55-81d0-4ea5-b133-7284fd8af4bb] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [6] +2026-01-05T19:29:44.122+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [11] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [49be4dc1-5b1e-4153-992b-8dca7e9f84b0] +2026-01-05T19:29:44.122+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [7] +2026-01-05T19:29:44.123+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [12] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [7cb038db-6243-4ff2-9178-438a6214054f] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [8] +2026-01-05T19:29:44.123+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [13] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [88d847e3-91cb-4a8f-bcc0-021253b7504f] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [9] +2026-01-05T19:29:44.123+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [14] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.123+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [5794d788-a5f3-4b1a-b24b-317dd26fa9ba] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [10] +2026-01-05T19:29:44.124+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [15] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [28cef6cf-c939-4c73-8e83-9122b6d5b5b9] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [11] +2026-01-05T19:29:44.124+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.124+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [16] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [49754e43-dda7-45d4-9229-b4a5bd70a5e8] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [12] +2026-01-05T19:29:44.125+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [17] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [42f93b42-0a58-4753-82b9-ca2b4fa8ab0a] +2026-01-05T19:29:44.125+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [13] +2026-01-05T19:29:44.126+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [18] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [dda14a70-6f6a-4712-a704-ad502eb44415] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [14] +2026-01-05T19:29:44.126+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [19] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.126+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [5f63a6ee-ef74-4abb-98bb-ae9c96ffbf0d] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [15] +2026-01-05T19:29:44.127+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [20] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [040dc623-593e-4d02-b7d7-1aafdb0a91eb] +2026-01-05T19:29:44.127+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [16] +2026-01-05T19:29:44.127+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [21] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [63d02695-dcbe-4a7d-b13b-744609bc9bc9] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [17] +2026-01-05T19:29:44.128+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [22] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.128+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [17982591-09ab-4c79-9b86-e2be3605a4dc] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [18] +2026-01-05T19:29:44.129+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [23] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [05555a6f-db37-4470-93bf-599c13f60faa] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [19] +2026-01-05T19:29:44.129+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.129+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [24] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [a4ff81ef-14af-4e78-a06d-bec92e13dec2] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [20] +2026-01-05T19:29:44.130+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [25] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [5aea425e-eee1-4839-9bcd-68987cbe6a84] +2026-01-05T19:29:44.130+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [21] +2026-01-05T19:29:44.130+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [26] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [631b77e1-33ab-4e07-957f-7947c7d3493c] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [22] +2026-01-05T19:29:44.131+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [27] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [60ba55f1-c62e-43e8-950a-76c2552ada64] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [23] +2026-01-05T19:29:44.131+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [28] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [1f3f19f7-fd55-4848-af9a-aee8adb26ee3] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [24] +2026-01-05T19:29:44.131+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.131+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [29] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [ecf55a28-cdf5-458f-9171-5353304c8051] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [25] +2026-01-05T19:29:44.132+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [30] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [9bb6b24e-4fcb-4791-8722-90061b2eff4c] +2026-01-05T19:29:44.132+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [26] +2026-01-05T19:29:44.132+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [31] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [733b3578-be6f-4ca3-968b-5e5666893d66] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [27] +2026-01-05T19:29:44.133+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [32] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.133+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [1343c24f-4e67-4d0b-b36e-17b397832567] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [28] +2026-01-05T19:29:44.134+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [33] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [77139586-93f9-4178-be97-91de933d43fe] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [29] +2026-01-05T19:29:44.134+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.134+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [34] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.055144200] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [28] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [d8504f21-f49c-4873-a4c5-c817dbbdf591] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [30] +2026-01-05T19:29:44.135+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [5] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [767effd3-a846-4a09-9ae9-65cfd4edaff6] +2026-01-05T19:29:44.135+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [31] +2026-01-05T19:29:44.135+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [6] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [27133a9e-4f96-45b8-b2a2-3ae67cbc5f63] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [32] +2026-01-05T19:29:44.136+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [7] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.136+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [dc041f86-2809-4a65-9a64-33455a9c412c] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [33] +2026-01-05T19:29:44.137+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [8] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [28b8b485-aab2-496f-88db-13ba98a497b2] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [34] +2026-01-05T19:29:44.137+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.137+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [9] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [553b1a3a-7955-49b2-8e49-c66ad5071cc9] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [35] +2026-01-05T19:29:44.138+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [10] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [da7f6b5a-113f-4ceb-9a49-7b297d8a457a] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [36] +2026-01-05T19:29:44.138+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [11] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.138+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [a59eed88-5b81-4307-aeb0-375faa44835d] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [37] +2026-01-05T19:29:44.139+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [12] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [0ac4828c-de56-41d9-a2da-ef696ba08e45] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [38] +2026-01-05T19:29:44.139+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [13] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [9b41dc37-fe89-45e2-94a6-5b26f07b2c2e] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [39] +2026-01-05T19:29:44.139+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.139+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [14] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [d52a442c-9a6c-4cdc-a3af-e9709d78d2b1] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [40] +2026-01-05T19:29:44.140+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [15] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [45e670b6-f20a-4506-bfe3-45e688d1c08f] +2026-01-05T19:29:44.140+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [41] +2026-01-05T19:29:44.141+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [16] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [fe42f334-1e5c-4efe-a433-05cbe0f348c1] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [42] +2026-01-05T19:29:44.141+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [17] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [e72c2a74-6c5d-4c9b-8607-e3ef89d8bbc4] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [43] +2026-01-05T19:29:44.141+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [18] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [d130c7af-2e78-4dcb-bd7a-f78c0cac62ee] +2026-01-05T19:29:44.141+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [44] +2026-01-05T19:29:44.141+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [19] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [a4cf40d7-0734-4c48-9f98-b9824aca1c14] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [45] +2026-01-05T19:29:44.143+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [20] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.143+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [9c54b66f-3203-4463-a4c1-38717e4438e8] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [46] +2026-01-05T19:29:44.144+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [21] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [e94dda79-2dd2-463d-b6fe-1ce8c5a109c1] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [47] +2026-01-05T19:29:44.144+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.144+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [22] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [20fa5a00-da49-44e1-a812-6af2f854bd4a] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [48] +2026-01-05T19:29:44.145+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [23] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [038e5bf4-6a86-4949-99ca-953bee81be99] +2026-01-05T19:29:44.145+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [49] +2026-01-05T19:29:44.145+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.146+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [24] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [072dd2c7-78b9-44f8-b0e6-2370d4641f0a] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [50] +2026-01-05T19:29:44.147+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [25] +2026-01-05T19:29:44.147+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [400fa5c4-102d-46e0-bcba-2eb14d9f419e] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [51] +2026-01-05T19:29:44.148+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [26] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [30a30ace-763e-40ae-8057-c406f08b9d3a] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [52] +2026-01-05T19:29:44.148+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.148+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [27] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.056144200] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [fb39e3cb-e852-4a88-b536-59db43afd42b] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [53] +2026-01-05T19:29:44.149+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [28] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [28fe1269-0a1f-402a-9214-b9751bfcca46] +2026-01-05T19:29:44.149+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [54] +2026-01-05T19:29:44.149+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [29] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [561de2a5-f976-4d2d-8aab-48d2e73b3f98] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [55] +2026-01-05T19:29:44.150+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [30] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.150+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [2e5c299f-1886-4595-883c-df95b939bd65] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [56] +2026-01-05T19:29:44.151+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [31] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [44dcf45b-eb6a-4fc8-af3d-1112134cc44a] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [57] +2026-01-05T19:29:44.151+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.151+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [32] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [82eac6db-4184-48c6-b3a4-a7127ddb9894] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [58] +2026-01-05T19:29:44.152+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [33] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [f53f796c-c37a-48d3-9386-1eb5d9268fc0] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [59] +2026-01-05T19:29:44.152+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [34] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [29] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [05c579eb-a279-4055-8420-a8ba53f25986] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [60] +2026-01-05T19:29:44.152+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [5] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.152+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [8de1660c-675a-4c50-b921-6afda124b1f6] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [61] +2026-01-05T19:29:44.153+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [6] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [02730a30-9cc8-4559-81d1-4d2d83450967] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [62] +2026-01-05T19:29:44.153+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.153+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [7] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [60e48382-9143-4858-85f7-d608a7ac8ba0] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [63] +2026-01-05T19:29:44.154+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [8] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [78630c6b-2476-428e-bee3-eaf57207f5a2] +2026-01-05T19:29:44.154+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [64] +2026-01-05T19:29:44.154+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [9] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [e8bfcc5f-690d-4829-988b-a1a8d0dfa448] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [65] +2026-01-05T19:29:44.155+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [10] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.155+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [d325312f-7e37-415f-b3ec-710ff19c1aea] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [66] +2026-01-05T19:29:44.156+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [11] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [ab701c31-eb79-4f47-8585-8e7e3ddea875] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [67] +2026-01-05T19:29:44.156+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.156+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [12] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [7aafd891-1cea-474a-ac1c-c0a4d75db8b0] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [68] +2026-01-05T19:29:44.157+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [13] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [99ff68b1-f73e-416c-9c95-2d0d0a1e9993] +2026-01-05T19:29:44.157+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [69] +2026-01-05T19:29:44.158+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [STANDARD] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [14] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [45b9495d-7d1d-4f4b-bbce-fe7495fb0a2f] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [70] +2026-01-05T19:29:44.158+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [15] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.158+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [e9ab5401-63c5-435c-a22b-f7ccab524cf2] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [71] +2026-01-05T19:29:44.159+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [16] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [030f1e33-f671-435a-ac1b-1a49d474c5c8] +2026-01-05T19:29:44.159+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [72] +2026-01-05T19:29:44.159+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [17] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [443c7253-d905-44c9-ba39-5b24fc89ea28] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [73] +2026-01-05T19:29:44.160+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [18] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.160+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [690d65a1-d0f2-4792-a655-981202b50143] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [74] +2026-01-05T19:29:44.161+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [19] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [6c9d4062-7d95-4f6c-8132-8b43049fe993] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [75] +2026-01-05T19:29:44.161+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [20] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.161+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [8b019e96-15c3-49d0-97b0-52a2953c03dd] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [76] +2026-01-05T19:29:44.162+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [21] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [844d1472-631a-42f3-9474-07ebfe296ce2] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [77] +2026-01-05T19:29:44.162+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [22] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [dd62c340-7f30-48e9-aa9f-b8c58495c894] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [78] +2026-01-05T19:29:44.162+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [23] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.162+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [e771589c-c405-4938-89a7-c9c98f1532d0] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [79] +2026-01-05T19:29:44.164+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [VIP] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [24] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [f35fad8c-e342-46ef-ac56-60980f792a6f] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [80] +2026-01-05T19:29:44.164+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.164+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [25] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.057143500] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [e8e80d0b-e685-4704-bcbb-7120721b0a6f] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [81] +2026-01-05T19:29:44.165+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [26] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [4f613f8e-7fe7-418d-84f0-403f1fd86b00] +2026-01-05T19:29:44.165+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [82] +2026-01-05T19:29:44.165+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [27] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [b130b141-5a69-4c07-b857-ecff06a8f6df] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [83] +2026-01-05T19:29:44.166+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [28] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [3] +2026-01-05T19:29:44.166+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [f8d6df90-2137-408b-889c-502e93e64e78] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [84] +2026-01-05T19:29:44.167+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [29] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [4228c3c6-332a-4200-94d5-709b6412d28e] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [85] +2026-01-05T19:29:44.167+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.167+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [30] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [e7102289-6b61-4b46-aa8d-bc68eb252946] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [86] +2026-01-05T19:29:44.168+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [31] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [d16c80b8-9245-4973-986c-28145834b2e0] +2026-01-05T19:29:44.168+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [87] +2026-01-05T19:29:44.168+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [32] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [2] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [b19a771e-e140-4f7c-b3c1-a444343c2297] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [88] +2026-01-05T19:29:44.169+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [33] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [4] +2026-01-05T19:29:44.169+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [5c7c1eb9-5e07-4bfc-b623-22685c21be31] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [89] +2026-01-05T19:29:44.170+09:00 DEBUG 19232 --- [b2st] [ restartedMain] org.hibernate.SQL : + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + lottery_entries + (created_at, created_by, grade, member_id, modified_at, modified_by, performance_id, quantity, schedule_id, status, uuid, lottery_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [null] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [ROYAL] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [34] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:TIMESTAMP) <- [2026-01-05T19:29:44.058144400] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [null] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (7:BIGINT) <- [3] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (8:INTEGER) <- [1] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [30] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (10:ENUM) <- [APPLIED] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (11:UUID) <- [b006507e-a5b2-471e-bc1b-1c70a027a099] +2026-01-05T19:29:44.170+09:00 TRACE 19232 --- [b2st] [ restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [90] +2026-01-05T19:29:44.176+09:00 WARN 19232 --- [b2st] [ restartedMain] o.s.core.events.SpringDocAppInitializer : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false' +2026-01-05T19:29:44.176+09:00 WARN 19232 --- [b2st] [ restartedMain] o.s.core.events.SpringDocAppInitializer : SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false' +2026-01-05T19:29:44.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:46.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:46.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:29:46.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:29:46.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:46.595153200] +2026-01-05T19:29:46.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:29:46.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:29:46.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:46.596159] +2026-01-05T19:29:46.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:29:46.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:29:46.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:29:46.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:46.596159] +2026-01-05T19:29:47.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:48.548+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:29:50.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:51.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:51.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:29:51.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:29:51.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:51.605616900] +2026-01-05T19:29:51.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:29:51.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:29:51.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:51.606650600] +2026-01-05T19:29:51.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:29:51.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:29:51.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:29:51.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:51.606650600] +2026-01-05T19:29:53.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:53.643+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:29:56.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:56.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:29:56.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:29:56.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:29:56.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:56.618532600] +2026-01-05T19:29:56.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:29:56.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:29:56.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:29:56.619538400] +2026-01-05T19:29:56.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:29:56.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:29:56.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:29:56.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:29:56.619538400] +2026-01-05T19:29:58.748+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:29:59.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:01.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:01.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:01.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:01.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:01.622834400] +2026-01-05T19:30:01.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:01.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:01.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:01.623839600] +2026-01-05T19:30:01.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:01.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:01.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:01.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:01.623839600] +2026-01-05T19:30:02.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:03.848+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:05.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:06.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:06.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:06.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:06.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:06.641922400] +2026-01-05T19:30:06.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:06.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:06.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:06.643552300] +2026-01-05T19:30:06.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:06.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:06.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:06.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:06.643552300] +2026-01-05T19:30:08.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:08.944+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:11.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:30:11.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:30:11.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:11.577307400] +2026-01-05T19:30:11.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:30:11.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:11.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:11.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:11.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:11.655477900] +2026-01-05T19:30:11.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:11.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:11.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:11.656483200] +2026-01-05T19:30:11.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:11.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:11.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:11.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:11.656483200] +2026-01-05T19:30:11.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:14.044+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:14.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:16.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:16.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:16.663+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:16.663+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:16.663430] +2026-01-05T19:30:16.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:16.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:16.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:16.664434400] +2026-01-05T19:30:16.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:16.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:16.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:16.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:16.664434400] +2026-01-05T19:30:17.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:19.150+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:20.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:21.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:21.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:21.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:21.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:21.669906800] +2026-01-05T19:30:21.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:21.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:21.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:21.670912600] +2026-01-05T19:30:21.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:21.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:21.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:21.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:21.670912600] +2026-01-05T19:30:23.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:24.245+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:26.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:26.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:26.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:26.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:26.686829600] +2026-01-05T19:30:26.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:26.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:26.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:26.688386600] +2026-01-05T19:30:26.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:26.689+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:26.689+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:26.689+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:26.688386600] +2026-01-05T19:30:26.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:29.345+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:29.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:31.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:31.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:31.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:31.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:31.697405400] +2026-01-05T19:30:31.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:31.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:31.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:31.698966700] +2026-01-05T19:30:31.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:31.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:31.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:31.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:31.698966700] +2026-01-05T19:30:32.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:34.444+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:35.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:36.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:36.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:36.713+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:36.713+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:36.712723500] +2026-01-05T19:30:36.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:36.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:36.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:36.714314800] +2026-01-05T19:30:36.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:36.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:36.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:36.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:36.714314800] +2026-01-05T19:30:38.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:39.543+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:41.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:30:41.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:30:41.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:41.594401700] +2026-01-05T19:30:41.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:30:41.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:41.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:41.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:41.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:41.717412300] +2026-01-05T19:30:41.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:41.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:41.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:41.718066400] +2026-01-05T19:30:41.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:41.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:41.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:41.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:41.718066400] +2026-01-05T19:30:41.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:44.643+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:44.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:46.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:46.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:46.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:46.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:46.725346600] +2026-01-05T19:30:46.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:46.726+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:46.726+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:46.726351700] +2026-01-05T19:30:46.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:46.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:46.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:46.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:46.726351700] +2026-01-05T19:30:47.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:49.746+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:50.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:51.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:51.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:51.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:51.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:51.737350800] +2026-01-05T19:30:51.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:51.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:51.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:51.737855200] +2026-01-05T19:30:51.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:51.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:51.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:51.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:51.737855200] +2026-01-05T19:30:53.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:54.845+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:30:56.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:56.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:30:56.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:30:56.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:56.747709300] +2026-01-05T19:30:56.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:56.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:30:56.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:30:56.748328700] +2026-01-05T19:30:56.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:30:56.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:30:56.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:30:56.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:30:56.748328700] +2026-01-05T19:30:56.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:59.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:30:59.945+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:01.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:01.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:01.752475100] +2026-01-05T19:31:01.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:01.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:01.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:01.754131] +2026-01-05T19:31:01.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:01.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:01.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:01.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:01.754131] +2026-01-05T19:31:02.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:05.044+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:05.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:06.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:06.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:06.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:06.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:06.756768300] +2026-01-05T19:31:06.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:06.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:06.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:06.757772500] +2026-01-05T19:31:06.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:06.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:06.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:06.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:06.757772500] +2026-01-05T19:31:08.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:10.144+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:11.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:31:11.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:31:11.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:11.609329800] +2026-01-05T19:31:11.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:31:11.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:11.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:11.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:11.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:11.763876600] +2026-01-05T19:31:11.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:11.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:11.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:11.764507600] +2026-01-05T19:31:11.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:11.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:11.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:11.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:11.764507600] +2026-01-05T19:31:11.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:14.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:15.253+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:16.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:16.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:16.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:16.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:16.780142300] +2026-01-05T19:31:16.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:16.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:16.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:16.780812300] +2026-01-05T19:31:16.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:16.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:16.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:16.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:16.780812300] +2026-01-05T19:31:17.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:20.347+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:20.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:21.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:21.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:21.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:21.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:21.782559800] +2026-01-05T19:31:21.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:21.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:21.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:21.783562800] +2026-01-05T19:31:21.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:21.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:21.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:21.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:21.783562800] +2026-01-05T19:31:23.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:25.443+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:26.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:26.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:26.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:26.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:26.797972800] +2026-01-05T19:31:26.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:26.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:26.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:26.799064300] +2026-01-05T19:31:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:26.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:26.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:26.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:26.799064300] +2026-01-05T19:31:26.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:29.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:30.545+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:31.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:31.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:31.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:31.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:31.801312500] +2026-01-05T19:31:31.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:31.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:31.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:31.802416] +2026-01-05T19:31:31.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:31.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:31.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:31.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:31.802416] +2026-01-05T19:31:32.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:35.653+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:35.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:36.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:36.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:36.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:36.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:36.806001200] +2026-01-05T19:31:36.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:36.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:36.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:36.806559800] +2026-01-05T19:31:36.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:36.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:36.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:36.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:36.806559800] +2026-01-05T19:31:38.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:40.745+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:41.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:31:41.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:31:41.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:41.620047900] +2026-01-05T19:31:41.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:31:41.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:41.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:41.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:41.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:41.821681100] +2026-01-05T19:31:41.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:41.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:41.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:41.822226900] +2026-01-05T19:31:41.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:41.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:41.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:41.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:41.822226900] +2026-01-05T19:31:41.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:44.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:45.842+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:46.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:46.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:46.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:46.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:46.834141100] +2026-01-05T19:31:46.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:46.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:46.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:46.834790900] +2026-01-05T19:31:46.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:46.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:46.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:46.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:46.834790900] +2026-01-05T19:31:47.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:50.943+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:50.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:51.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:51.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:51.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:51.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:51.848038100] +2026-01-05T19:31:51.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:51.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:51.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:51.848621300] +2026-01-05T19:31:51.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:51.850+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:51.850+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:51.850+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:51.848621300] +2026-01-05T19:31:53.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:56.042+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:31:56.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:56.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:31:56.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:31:56.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:56.860041100] +2026-01-05T19:31:56.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:56.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:31:56.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:31:56.861046900] +2026-01-05T19:31:56.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:31:56.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:31:56.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:31:56.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:31:56.861046900] +2026-01-05T19:31:56.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:31:59.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:01.147+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:01.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:01.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:01.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:01.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:01.877645] +2026-01-05T19:32:01.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:01.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:01.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:01.878650900] +2026-01-05T19:32:01.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:01.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:01.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:01.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:01.878650900] +2026-01-05T19:32:02.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:05.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:06.246+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:06.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:06.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:06.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:06.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:06.884275600] +2026-01-05T19:32:06.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:06.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:06.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:06.884828400] +2026-01-05T19:32:06.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:06.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:06.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:06.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:06.884828400] +2026-01-05T19:32:09.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:11.342+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:11.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:32:11.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:32:11.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:11.624899500] +2026-01-05T19:32:11.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:32:11.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:11.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:11.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:11.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:11.892119900] +2026-01-05T19:32:11.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:11.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:11.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:11.893125500] +2026-01-05T19:32:11.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:11.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:11.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:11.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:11.893125500] +2026-01-05T19:32:12.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:15.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:16.447+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:16.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:16.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:16.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:16.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:16.900402900] +2026-01-05T19:32:16.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:16.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:16.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:16.901040300] +2026-01-05T19:32:16.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:16.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:16.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:16.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:16.901040300] +2026-01-05T19:32:18.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:21.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:21.544+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:21.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:21.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:21.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:21.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:21.912536900] +2026-01-05T19:32:21.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:21.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:21.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:21.913148200] +2026-01-05T19:32:21.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:21.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:21.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:21.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:21.913148200] +2026-01-05T19:32:24.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:26.649+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:26.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:26.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:26.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:26.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:26.915492300] +2026-01-05T19:32:26.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:26.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:26.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:26.916561500] +2026-01-05T19:32:26.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:26.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:26.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:26.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:26.916561500] +2026-01-05T19:32:27.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:30.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:31.747+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:31.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:31.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:31.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:31.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:31.933297900] +2026-01-05T19:32:31.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:31.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:31.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:31.933891300] +2026-01-05T19:32:31.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:31.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:31.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:31.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:31.933891300] +2026-01-05T19:32:33.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:36.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:36.842+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:36.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:36.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:36.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:36.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:36.942959700] +2026-01-05T19:32:36.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:36.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:36.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:36.943487900] +2026-01-05T19:32:36.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:36.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:36.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:36.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:36.943487900] +2026-01-05T19:32:39.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:41.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:32:41.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:32:41.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:41.634891300] +2026-01-05T19:32:41.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:32:41.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:41.948+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:41.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:41.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:41.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:41.948719500] +2026-01-05T19:32:41.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:41.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:41.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:41.949726] +2026-01-05T19:32:41.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:41.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:41.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:41.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:41.949726] +2026-01-05T19:32:42.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:45.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:46.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:46.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:46.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:46.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:46.964630800] +2026-01-05T19:32:46.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:46.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:46.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:46.965168300] +2026-01-05T19:32:46.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:46.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:46.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:46.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:46.965168300] +2026-01-05T19:32:47.043+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:48.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:51.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:51.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:51.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:51.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:51.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:51.978647600] +2026-01-05T19:32:51.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:51.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:51.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:51.979649100] +2026-01-05T19:32:51.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:51.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:51.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:51.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:51.979649100] +2026-01-05T19:32:52.150+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:32:54.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:56.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:56.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:32:56.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:32:56.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:56.992419] +2026-01-05T19:32:56.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:56.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:32:56.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:32:56.993957100] +2026-01-05T19:32:56.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:32:56.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:32:56.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:32:56.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:32:56.993957100] +2026-01-05T19:32:57.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:32:57.242+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:00.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:01.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:02.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:02.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:02.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:02.011119900] +2026-01-05T19:33:02.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:02.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:02.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:02.012124900] +2026-01-05T19:33:02.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:02.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:02.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:02.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:02.012124900] +2026-01-05T19:33:02.342+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:03.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:06.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:06.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:07.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:07.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:07.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:07.022283800] +2026-01-05T19:33:07.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:07.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:07.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:07.023288800] +2026-01-05T19:33:07.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:07.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:07.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:07.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:07.023288800] +2026-01-05T19:33:07.442+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:09.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:11.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:33:11.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:33:11.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:11.647190200] +2026-01-05T19:33:11.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:33:11.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:12.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:12.038106300] +2026-01-05T19:33:12.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:12.039104100] +2026-01-05T19:33:12.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:12.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:12.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:12.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:12.039104100] +2026-01-05T19:33:12.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:12.552+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:15.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:16.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:17.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:17.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:17.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:17.042048] +2026-01-05T19:33:17.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:17.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:17.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:17.042048] +2026-01-05T19:33:17.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:17.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:17.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:17.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:17.042048] +2026-01-05T19:33:17.647+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:18.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:21.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:21.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:22.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:22.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:22.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:22.055883800] +2026-01-05T19:33:22.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:22.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:22.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:22.056441600] +2026-01-05T19:33:22.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:22.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:22.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:22.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:22.056441600] +2026-01-05T19:33:22.743+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:24.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:26.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:27.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:27.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:27.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:27.061557200] +2026-01-05T19:33:27.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:27.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:27.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:27.062259] +2026-01-05T19:33:27.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:27.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:27.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:27.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:27.062259] +2026-01-05T19:33:27.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:27.845+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:30.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:31.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:32.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:32.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:32.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:32.071357500] +2026-01-05T19:33:32.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:32.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:32.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:32.072358] +2026-01-05T19:33:32.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:32.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:32.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:32.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:32.072358] +2026-01-05T19:33:32.945+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:33.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:36.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:36.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:37.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:37.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:37.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:37.076833800] +2026-01-05T19:33:37.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:37.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:37.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:37.077406900] +2026-01-05T19:33:37.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:37.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:37.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:37.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:37.077406900] +2026-01-05T19:33:38.043+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:39.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:41.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:33:41.663+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:33:41.663+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:41.662700800] +2026-01-05T19:33:41.663+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:33:42.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:42.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:42.080837600] +2026-01-05T19:33:42.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:42.081+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:42.081+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:42.081838200] +2026-01-05T19:33:42.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:42.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:42.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:42.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:42.081838200] +2026-01-05T19:33:42.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:43.146+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:45.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:47.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:47.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:47.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:47.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:47.083663600] +2026-01-05T19:33:47.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:47.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:47.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:47.084699400] +2026-01-05T19:33:47.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:47.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:47.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:47.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:47.084699400] +2026-01-05T19:33:48.243+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:48.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:51.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:52.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:52.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:52.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:52.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:52.097379700] +2026-01-05T19:33:52.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:52.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:52.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:52.097918400] +2026-01-05T19:33:52.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:52.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:52.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:52.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:52.097918400] +2026-01-05T19:33:53.344+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:33:54.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:57.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:57.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:33:57.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:33:57.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:57.112447100] +2026-01-05T19:33:57.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:57.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:33:57.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:33:57.113452600] +2026-01-05T19:33:57.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:33:57.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:33:57.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:33:57.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:33:57.113452600] +2026-01-05T19:33:57.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:33:58.444+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:00.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:02.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:02.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:02.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:02.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:02.123705300] +2026-01-05T19:34:02.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:02.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:02.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:02.124710600] +2026-01-05T19:34:02.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:02.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:02.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:02.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:02.124710600] +2026-01-05T19:34:03.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:03.543+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:06.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:07.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:07.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:07.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:07.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:07.138514800] +2026-01-05T19:34:07.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:07.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:07.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:07.139090500] +2026-01-05T19:34:07.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:07.140+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:07.140+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:07.140+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:07.139090500] +2026-01-05T19:34:08.645+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:09.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:11.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:34:11.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:34:11.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:11.668716800] +2026-01-05T19:34:11.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:34:12.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:12.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:12.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:12.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:12.151107700] +2026-01-05T19:34:12.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:12.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:12.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:12.152107800] +2026-01-05T19:34:12.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:12.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:12.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:12.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:12.152107800] +2026-01-05T19:34:12.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:13.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:15.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:17.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:17.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:17.156+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:17.156+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:17.156551900] +2026-01-05T19:34:17.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:17.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:17.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:17.156551900] +2026-01-05T19:34:17.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:17.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:17.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:17.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:17.156551900] +2026-01-05T19:34:18.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:18.844+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:21.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:22.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:22.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:22.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:22.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:22.174060400] +2026-01-05T19:34:22.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:22.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:22.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:22.174629500] +2026-01-05T19:34:22.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:22.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:22.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:22.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:22.174629500] +2026-01-05T19:34:23.949+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:24.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:27.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:27.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:27.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:27.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:27.178838400] +2026-01-05T19:34:27.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:27.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:27.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:27.179838700] +2026-01-05T19:34:27.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:27.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:27.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:27.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:27.179838700] +2026-01-05T19:34:27.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:29.043+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:30.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:32.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:32.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:32.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:32.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:32.185711900] +2026-01-05T19:34:32.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:32.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:32.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:32.186787700] +2026-01-05T19:34:32.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:32.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:32.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:32.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:32.186787700] +2026-01-05T19:34:33.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:34.149+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:36.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:37.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:37.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:37.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:37.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:37.194510] +2026-01-05T19:34:37.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:37.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:37.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:37.195649200] +2026-01-05T19:34:37.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:37.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:37.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:37.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:37.195649200] +2026-01-05T19:34:39.243+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:39.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:41.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:34:41.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:34:41.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:41.671396] +2026-01-05T19:34:41.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:34:42.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:42.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:42.202+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:42.202+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:42.201077600] +2026-01-05T19:34:42.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + reservation r1_0 + set + status=? + where + r1_0.reservation_id in (?) + and r1_0.status=? +Hibernate: + update + reservation r1_0 + set + status=? + where + r1_0.reservation_id in (?) + and r1_0.status=? +2026-01-05T19:34:42.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [EXPIRED] +2026-01-05T19:34:42.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2026-01-05T19:34:42.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:ENUM) <- [PENDING] +2026-01-05T19:34:42.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:42.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:42.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:42.207114] +2026-01-05T19:34:42.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:42.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:42.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:42.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:42.207114] +2026-01-05T19:34:42.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisClient : Trying to get a Redis connection for: redis://***********@localhost +2026-01-05T19:34:42.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.l.c.r.DefaultEventLoopGroupProvider : Allocating executor io.netty.channel.nio.NioEventLoopGroup +2026-01-05T19:34:42.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.l.c.r.DefaultEventLoopGroupProvider : Creating executor io.netty.channel.nio.NioEventLoopGroup +2026-01-05T19:34:42.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.l.c.r.DefaultEventLoopGroupProvider : Adding reference to io.netty.channel.nio.NioEventLoopGroup@43fcb769, existing ref count 0 +2026-01-05T19:34:42.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisClient : Resolved SocketAddress localhost/:6379 using redis://***********@localhost +2026-01-05T19:34:42.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.AbstractRedisClient : Connecting to Redis at localhost/:6379 +2026-01-05T19:34:42.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, [id: 0x3b52e981] (inactive), epid=0x1, chid=0x1] channelRegistered() +2026-01-05T19:34:42.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:34:42.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:34:42.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 146 bytes, 1 commands in the stack +2026-01-05T19:34:42.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:34:42.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:34:42.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HELLO, output=GenericMapOutput [output={server=redis, version=7.4.7, proto=3, id=546, mode=standalone, role=master}, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:34:42.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, [AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]], promise) +2026-01-05T19:34:42.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:34:42.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:34:42.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 10 bytes, 2 commands in the stack +2026-01-05T19:34:42.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 2 commands +2026-01-05T19:34:42.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:34:42.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:34:42.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:34:42.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:34:42.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:34:42.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] channelActive() +2026-01-05T19:34:42.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] activateEndpointAndExecuteBufferedCommands 0 command(s) buffered +2026-01-05T19:34:42.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] activating endpoint +2026-01-05T19:34:42.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] flushCommands() +2026-01-05T19:34:42.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] flushCommands() Flushing 0 commands +2026-01-05T19:34:42.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.ConnectionWatchdog : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, last known addr=localhost/127.0.0.1:6379] channelActive() +2026-01-05T19:34:42.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] channelActive() done +2026-01-05T19:34:42.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] io.lettuce.core.AbstractRedisClient : Connecting to Redis at localhost/:6379: Success +2026-01-05T19:34:42.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:34:42.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:34:42.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:34:42.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:34:42.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:34:42.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:34:42.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:34:42.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:34:42.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:34:42.467+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.r.s.ReservationScheduler : 스케줄러 처리 결과 - 만료된 예매=1건, 해제된 좌석 HOLD=1건 +2026-01-05T19:34:42.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:44.344+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:45.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:47.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:47.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:47.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:47.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:47.468096] +2026-01-05T19:34:47.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:47.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:47.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:47.469096800] +2026-01-05T19:34:47.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:47.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:47.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:47.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:47.469096800] +2026-01-05T19:34:48.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:49.445+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:51.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:52.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:52.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:52.478405200] +2026-01-05T19:34:52.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:52.479017] +2026-01-05T19:34:52.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:52.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:52.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:52.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:52.479017] +2026-01-05T19:34:54.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:54.548+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:34:57.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:57.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:34:57.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:34:57.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:57.491900300] +2026-01-05T19:34:57.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:57.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:34:57.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:34:57.492510400] +2026-01-05T19:34:57.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:34:57.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:34:57.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:34:57.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:34:57.492510400] +2026-01-05T19:34:57.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:34:59.643+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:00.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:02.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:02.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:02.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:02.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:02.497361900] +2026-01-05T19:35:02.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:02.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:02.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:02.498149700] +2026-01-05T19:35:02.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:02.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:02.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:02.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:02.498149700] +2026-01-05T19:35:03.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:04.745+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:06.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:07.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:07.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:07.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:07.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:07.514021300] +2026-01-05T19:35:07.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:07.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:07.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:07.514734200] +2026-01-05T19:35:07.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:07.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:07.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:07.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:07.514734200] +2026-01-05T19:35:09.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:09.847+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:11.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:35:11.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:35:11.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:11.687881300] +2026-01-05T19:35:11.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:35:12.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:12.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:12.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:12.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:12.527379900] +2026-01-05T19:35:12.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:12.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:12.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:12.527971500] +2026-01-05T19:35:12.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:12.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:12.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:12.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:12.527971500] +2026-01-05T19:35:12.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:14.946+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:15.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:17.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:17.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:17.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:17.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:17.531005400] +2026-01-05T19:35:17.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:17.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:17.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:17.531608500] +2026-01-05T19:35:17.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:17.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:17.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:17.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:17.531608500] +2026-01-05T19:35:18.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:20.050+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:21.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:22.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:22.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:22.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:22.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:22.542566400] +2026-01-05T19:35:22.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:22.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:22.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:22.543182800] +2026-01-05T19:35:22.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:22.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:22.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:22.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:22.543182800] +2026-01-05T19:35:24.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:25.147+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:27.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:27.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:27.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:27.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:27.548357900] +2026-01-05T19:35:27.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:27.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:27.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:27.548901400] +2026-01-05T19:35:27.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:27.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:27.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:27.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:27.548901400] +2026-01-05T19:35:27.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:30.244+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:30.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:32.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:32.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:32.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:32.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:32.556631900] +2026-01-05T19:35:32.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:32.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:32.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:32.557184900] +2026-01-05T19:35:32.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:32.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:32.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:32.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:32.557184900] +2026-01-05T19:35:33.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:35.343+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:36.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:37.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:37.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:37.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:37.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:37.571517800] +2026-01-05T19:35:37.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:37.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:37.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:37.572149] +2026-01-05T19:35:37.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:37.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:37.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:37.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:37.572149] +2026-01-05T19:35:39.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:40.444+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:41.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:35:41.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:35:41.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:41.695536] +2026-01-05T19:35:41.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:35:42.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:42.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:42.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:42.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:42.586985300] +2026-01-05T19:35:42.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:42.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:42.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:42.587587300] +2026-01-05T19:35:42.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:42.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:42.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:42.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:42.587587300] +2026-01-05T19:35:42.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:45.548+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:45.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:47.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:47.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:47.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:47.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:47.591483] +2026-01-05T19:35:47.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:47.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:47.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:47.591483] +2026-01-05T19:35:47.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:47.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:47.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:47.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:47.591483] +2026-01-05T19:35:48.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:50.643+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:51.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:52.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:52.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:52.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:52.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:52.605577300] +2026-01-05T19:35:52.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:52.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:52.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:52.606136500] +2026-01-05T19:35:52.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:52.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:52.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:52.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:52.606136500] +2026-01-05T19:35:53.348+09:00 INFO 19232 --- [b2st] [nio-8080-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2026-01-05T19:35:53.348+09:00 INFO 19232 --- [b2st] [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2026-01-05T19:35:53.350+09:00 INFO 19232 --- [b2st] [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms +2026-01-05T19:35:53.405+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-2] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource api/auth/login%20 for request '/api/auth/login%20'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource api/auth/login%20 for request '/api/auth/login%20'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:903) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:653) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:35:53.530+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource api/auth/login%20 for request '/api/auth/login%20'.] +2026-01-05T19:35:54.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:55.752+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:35:57.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:35:57.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:35:57.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:35:57.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:57.617656900] +2026-01-05T19:35:57.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:57.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:35:57.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:35:57.618251100] +2026-01-05T19:35:57.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:35:57.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:35:57.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:35:57.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:35:57.618251100] +2026-01-05T19:35:57.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:00.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:00.842+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:02.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:02.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:02.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:02.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:02.631520100] +2026-01-05T19:36:02.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:02.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:02.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:02.632523600] +2026-01-05T19:36:02.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:02.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:02.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:02.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:02.632523600] +2026-01-05T19:36:03.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:05.944+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:06.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:07.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:07.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:07.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:07.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:07.642476400] +2026-01-05T19:36:07.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:07.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:07.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:07.642476400] +2026-01-05T19:36:07.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:07.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:07.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:07.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:07.642476400] +2026-01-05T19:36:09.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:11.047+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:11.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:36:11.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:36:11.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:11.703227200] +2026-01-05T19:36:11.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:36:12.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:12.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:12.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:12.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:12.652246200] +2026-01-05T19:36:12.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:12.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:12.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:12.653355900] +2026-01-05T19:36:12.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:12.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:12.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:12.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:12.653355900] +2026-01-05T19:36:12.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:15.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:16.144+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:17.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:17.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:17.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:17.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:17.667005300] +2026-01-05T19:36:17.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:17.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:17.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:17.667715400] +2026-01-05T19:36:17.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:17.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:17.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:17.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:17.667715400] +2026-01-05T19:36:18.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:21.242+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:21.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:22.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:22.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:22.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:22.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:22.677467100] +2026-01-05T19:36:22.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:22.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:22.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:22.678578300] +2026-01-05T19:36:22.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:22.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:22.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:22.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:22.678578300] +2026-01-05T19:36:24.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:26.352+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:27.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:27.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:27.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:27.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:27.682676200] +2026-01-05T19:36:27.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:27.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:27.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:27.683861300] +2026-01-05T19:36:27.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:27.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:27.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:27.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:27.683861300] +2026-01-05T19:36:27.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:30.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:31.442+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:32.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:32.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:32.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:32.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:32.686154700] +2026-01-05T19:36:32.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:32.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:32.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:32.687263400] +2026-01-05T19:36:32.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:32.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:32.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:32.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:32.687263400] +2026-01-05T19:36:33.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:36.550+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:36.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:37.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:37.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:37.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:37.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:37.698128700] +2026-01-05T19:36:37.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:37.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:37.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:37.699375400] +2026-01-05T19:36:37.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:37.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:37.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:37.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:37.699375400] +2026-01-05T19:36:39.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:41.646+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:41.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:36:41.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:36:41.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:41.708822100] +2026-01-05T19:36:41.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:36:42.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:42.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:42.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:42.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:42.704449300] +2026-01-05T19:36:42.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:42.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:42.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:42.705000300] +2026-01-05T19:36:42.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:42.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:42.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:42.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:42.705000300] +2026-01-05T19:36:42.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:45.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:46.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:47.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:47.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:47.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:47.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:47.709279500] +2026-01-05T19:36:47.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:47.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:47.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:47.710500100] +2026-01-05T19:36:47.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:47.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:47.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:47.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:47.710500100] +2026-01-05T19:36:48.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:51.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:51.848+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:52.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:52.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:52.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:52.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:52.724096800] +2026-01-05T19:36:52.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:52.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:52.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:52.724832] +2026-01-05T19:36:52.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:52.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:52.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:52.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:52.724832] +2026-01-05T19:36:54.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:56.944+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:36:57.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:36:57.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:36:57.731+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:36:57.731+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:57.731101200] +2026-01-05T19:36:57.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:57.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:36:57.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:36:57.732257200] +2026-01-05T19:36:57.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:36:57.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:36:57.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:36:57.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:36:57.732257200] +2026-01-05T19:36:57.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:00.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:02.046+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:02.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:02.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:02.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:02.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:02.746957] +2026-01-05T19:37:02.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:02.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:02.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:02.747981600] +2026-01-05T19:37:02.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:02.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:02.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:02.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:02.747981600] +2026-01-05T19:37:03.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:06.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:07.143+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:07.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:07.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:07.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:07.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:07.760871300] +2026-01-05T19:37:07.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:07.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:07.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:07.762111200] +2026-01-05T19:37:07.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:07.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:07.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:07.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:07.762111200] +2026-01-05T19:37:09.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:11.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:37:11.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:37:11.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:11.721009300] +2026-01-05T19:37:11.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:37:12.253+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:12.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:12.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:12.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:12.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:12.765575800] +2026-01-05T19:37:12.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:12.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:12.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:12.766183500] +2026-01-05T19:37:12.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:12.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:12.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:12.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:12.766183500] +2026-01-05T19:37:12.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:15.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:17.343+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:17.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:17.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:17.778+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:17.778+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:17.778042900] +2026-01-05T19:37:17.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:17.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:17.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:17.779296200] +2026-01-05T19:37:17.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:17.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:17.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:17.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:17.779296200] +2026-01-05T19:37:18.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:21.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:22.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:22.446+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:22.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:22.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:22.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:22.789432200] +2026-01-05T19:37:22.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:22.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:22.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:22.790009500] +2026-01-05T19:37:22.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:22.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:22.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:22.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:22.790009500] +2026-01-05T19:37:24.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:27.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:27.544+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:27.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:27.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:27.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:27.806349500] +2026-01-05T19:37:27.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:27.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:27.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:27.807356400] +2026-01-05T19:37:27.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:27.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:27.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:27.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:27.807356400] +2026-01-05T19:37:27.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:30.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:32.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:32.645+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:32.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:32.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:32.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:32.814729300] +2026-01-05T19:37:32.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:32.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:32.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:32.815886800] +2026-01-05T19:37:32.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:32.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:32.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:32.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:32.815886800] +2026-01-05T19:37:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:36.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:37.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:37.742+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:37.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:37.818+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:37.818+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:37.818787100] +2026-01-05T19:37:37.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:37.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:37.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:37.818787100] +2026-01-05T19:37:37.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:37.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:37.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:37.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:37.818787100] +2026-01-05T19:37:39.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:41.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:37:41.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:37:41.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:41.722171400] +2026-01-05T19:37:41.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:37:42.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:42.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:42.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:42.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:42.835330100] +2026-01-05T19:37:42.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:42.836+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:42.836+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:42.835330100] +2026-01-05T19:37:42.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:42.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:42.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:42.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:42.835330100] +2026-01-05T19:37:42.842+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:42.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:45.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:47.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:47.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:47.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:47.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:47.843312900] +2026-01-05T19:37:47.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:47.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:47.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:47.844584400] +2026-01-05T19:37:47.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:47.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:47.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:47.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:47.844584400] +2026-01-05T19:37:47.951+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:48.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:51.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:52.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:52.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:52.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:52.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:52.846181500] +2026-01-05T19:37:52.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:52.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:52.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:52.846685100] +2026-01-05T19:37:52.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:52.847+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:52.847+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:52.847+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:52.846685100] +2026-01-05T19:37:53.049+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:37:54.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:57.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:57.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:37:57.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:37:57.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:57.853551600] +2026-01-05T19:37:57.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:57.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:37:57.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:37:57.854906500] +2026-01-05T19:37:57.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:37:57.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:37:57.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:37:57.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:37:57.854906500] +2026-01-05T19:37:57.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:37:58.150+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:00.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:02.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:02.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:02.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:02.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:02.860088900] +2026-01-05T19:38:02.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:02.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:02.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:02.860703600] +2026-01-05T19:38:02.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:02.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:02.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:02.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:02.860703600] +2026-01-05T19:38:03.247+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:03.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:06.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:07.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:07.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:07.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:07.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:07.863807700] +2026-01-05T19:38:07.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:07.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:07.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:07.864476300] +2026-01-05T19:38:07.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:07.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:07.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:07.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:07.864476300] +2026-01-05T19:38:08.344+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:10.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:11.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:38:11.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:38:11.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:11.729222300] +2026-01-05T19:38:11.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:38:12.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:12.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:12.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:12.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:12.868892600] +2026-01-05T19:38:12.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:12.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:12.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:12.869439200] +2026-01-05T19:38:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:12.869439200] +2026-01-05T19:38:13.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:13.444+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:16.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:17.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:17.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:17.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:17.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:17.873982900] +2026-01-05T19:38:17.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:17.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:17.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:17.875159600] +2026-01-05T19:38:17.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:17.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:17.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:17.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:17.875159600] +2026-01-05T19:38:18.544+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:19.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:22.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:22.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:22.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:22.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:22.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:22.887062300] +2026-01-05T19:38:22.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:22.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:22.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:22.887705700] +2026-01-05T19:38:22.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:22.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:22.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:22.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:22.887705700] +2026-01-05T19:38:23.649+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:25.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:27.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:27.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:27.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:27.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:27.893159100] +2026-01-05T19:38:27.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:27.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:27.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:27.894195100] +2026-01-05T19:38:27.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:27.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:27.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:27.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:27.894195100] +2026-01-05T19:38:28.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:28.749+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:31.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:32.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:32.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:32.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:32.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:32.907011700] +2026-01-05T19:38:32.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:32.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:32.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:32.907710900] +2026-01-05T19:38:32.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:32.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:32.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:32.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:32.907710900] +2026-01-05T19:38:33.842+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:34.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:37.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:37.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:37.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:37.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:37.912942500] +2026-01-05T19:38:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:37.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:37.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:37.913506900] +2026-01-05T19:38:37.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:37.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:37.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:37.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:37.913506900] +2026-01-05T19:38:38.944+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:40.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:41.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:38:41.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:38:41.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:41.732029900] +2026-01-05T19:38:41.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:38:42.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:42.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:42.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:42.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:42.916767] +2026-01-05T19:38:42.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:42.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:42.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:42.917450400] +2026-01-05T19:38:42.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:42.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:42.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:42.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:42.917450400] +2026-01-05T19:38:43.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:44.042+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:46.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:47.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:47.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:47.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:47.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:47.924672100] +2026-01-05T19:38:47.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:47.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:47.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:47.925307500] +2026-01-05T19:38:47.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:47.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:47.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:47.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:47.925307500] +2026-01-05T19:38:49.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:49.144+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:52.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:52.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:52.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:52.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:52.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:52.939740] +2026-01-05T19:38:52.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:52.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:52.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:52.940316700] +2026-01-05T19:38:52.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:52.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:52.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:52.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:52.940316700] +2026-01-05T19:38:53.997+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-4] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:38:53.997+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-4] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:38:53.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:38:53.998+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-4] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:38:53.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:38:54.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 48 bytes, 1 commands in the stack +2026-01-05T19:38:54.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:38:54.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:38:54.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=null, error='NOSCRIPT No matching script. Please use EVAL.'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:38:54.008+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-4] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVAL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:38:54.008+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-4] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVAL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:38:54.008+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-4] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:38:54.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVAL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:38:54.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVAL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:38:54.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:38:54.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:38:54.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:38:54.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVAL, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:38:54.024+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.SQL : + select + m1_0.member_id + from + members m1_0 + where + m1_0.email=? + fetch + first ? rows only +Hibernate: + select + m1_0.member_id + from + members m1_0 + where + m1_0.email=? + fetch + first ? rows only +2026-01-05T19:38:54.024+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T19:38:54.024+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (2:INTEGER) <- [1] +2026-01-05T19:38:54.089+09:00 DEBUG 19232 --- [b2st] [ signup-event-1] org.hibernate.SQL : + select + next value + for + signup_logs_seq +Hibernate: + select + next value + for + signup_logs_seq +2026-01-05T19:38:54.090+09:00 INFO 19232 --- [b2st] [nio-8080-exec-4] c.b.b.d.member.service.MemberService : 새로운 회원 가입: ID=35, Email=ci************@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T19:38:54.091+09:00 INFO 19232 --- [b2st] [ signup-event-1] c.b.b.d.m.listener.SignupEventListener : 가입 로그 저장 완료: email=ci************@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T19:38:54.093+09:00 DEBUG 19232 --- [b2st] [ signup-event-1] org.hibernate.SQL : + insert + into + signup_logs + (client_ip, created_at, email, signup_log_id) + values + (?, ?, ?, ?) +Hibernate: + insert + into + signup_logs + (client_ip, created_at, email, signup_log_id) + values + (?, ?, ?, ?) +2026-01-05T19:38:54.093+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [1990-01-01] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [ signup-event-1] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [ signup-event-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:54.086709600] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [ signup-event-1] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [ signup-event-1] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [1] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:54.086709600] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [false] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:38:54.086709600] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [CBTest] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$mCmhykrr1Kq6dkcf9zeCduNNbEtQDNzD0/hCLLI74eQb.eHXTfrIq] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [01088888888] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:38:54.093+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-4] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [35] +2026-01-05T19:38:54.248+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:38:55.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:57.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:57.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:38:57.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:38:57.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:57.945697800] +2026-01-05T19:38:57.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:57.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:38:57.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:38:57.946246] +2026-01-05T19:38:57.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:38:57.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:38:57.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:38:57.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:38:57.946246] +2026-01-05T19:38:58.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:38:59.346+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:01.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:02.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:02.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:02.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:02.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:02.961977100] +2026-01-05T19:39:02.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:02.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:02.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:02.961977100] +2026-01-05T19:39:02.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:02.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:02.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:02.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:02.961977100] +2026-01-05T19:39:04.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:04.443+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:07.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:07.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:07.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:07.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:07.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:07.977223900] +2026-01-05T19:39:07.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:07.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:07.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:07.977728400] +2026-01-05T19:39:07.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:07.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:07.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:07.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:07.977728400] +2026-01-05T19:39:09.549+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:10.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:10.802+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.802+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.802+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:39:10.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:39:10.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:39:10.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:39:10.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:39:10.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:39:10.864+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T19:39:10.865+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T19:39:10.930+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.930+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.930+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:39:10.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:39:10.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:39:10.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:39:10.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:39:10.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:39:10.931+09:00 INFO 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.a.service.LoginSecurityService : 로그인 성공: email=ci************@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T19:39:10.933+09:00 DEBUG 19232 --- [b2st] [ login-event-1] org.hibernate.SQL : + select + next value + for + login_logs_seq +Hibernate: + select + next value + for + login_logs_seq +2026-01-05T19:39:10.933+09:00 INFO 19232 --- [b2st] [ login-event-1] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=ci************@test.com, success=true, ip=0:0:0:0:0:0:0:1 +2026-01-05T19:39:10.934+09:00 DEBUG 19232 --- [b2st] [ login-event-1] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T19:39:10.935+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:39:10.932816] +2026-01-05T19:39:10.935+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T19:39:10.935+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T19:39:10.935+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [null] +2026-01-05T19:39:10.935+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [true] +2026-01-05T19:39:10.935+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2026-01-05T19:39:10.975+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.975+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.975+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:39:10.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:39:10.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:39:10.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:39:10.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:39:10.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:39:10.979+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.979+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.979+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:39:10.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:39:10.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 5 bytes, 1 commands in the stack +2026-01-05T19:39:10.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:39:10.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:39:10.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HMSET, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:39:10.982+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.983+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.983+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:39:10.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:39:10.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:39:10.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:39:10.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:39:10.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:39:10.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXPIRE, output=BooleanOutput [output=true, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:39:11.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:39:11.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:39:11.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:11.746834700] +2026-01-05T19:39:11.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:39:12.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:12.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:12.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:12.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:12.981333100] +2026-01-05T19:39:12.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:12.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:12.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:12.981908500] +2026-01-05T19:39:12.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:12.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:12.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:12.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:12.981908500] +2026-01-05T19:39:13.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:14.645+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:16.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:17.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:17.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:17.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:17.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:17.992096300] +2026-01-05T19:39:17.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:17.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:17.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:17.992754600] +2026-01-05T19:39:17.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:17.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:17.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:17.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:17.992754600] +2026-01-05T19:39:19.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:19.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:22.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:22.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:23.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:23.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:23.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:23.002325] +2026-01-05T19:39:23.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:23.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:23.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:23.002937300] +2026-01-05T19:39:23.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:23.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:23.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:23.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:23.002937300] +2026-01-05T19:39:24.850+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:25.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:27.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:28.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:28.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:28.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:28.008834700] +2026-01-05T19:39:28.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:28.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:28.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:28.009835800] +2026-01-05T19:39:28.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:28.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:28.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:28.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:28.009835800] +2026-01-05T19:39:28.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:29.944+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:31.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:32.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:33.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:33.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:33.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:33.025253700] +2026-01-05T19:39:33.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:33.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:33.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:33.025961400] +2026-01-05T19:39:33.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:33.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:33.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:33.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:33.025961400] +2026-01-05T19:39:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:35.045+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:37.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:37.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:38.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:38.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:38.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:38.031249900] +2026-01-05T19:39:38.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:38.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:38.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:38.031931500] +2026-01-05T19:39:38.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:38.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:38.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:38.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:38.031931500] +2026-01-05T19:39:40.147+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:40.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:41.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:39:41.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:39:41.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:41.761067400] +2026-01-05T19:39:41.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:39:42.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:43.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:43.037+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:43.037+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:43.037962100] +2026-01-05T19:39:43.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:43.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:43.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:43.038962500] +2026-01-05T19:39:43.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:43.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:43.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:43.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:43.038962500] +2026-01-05T19:39:43.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:45.243+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:46.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:47.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:48.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:48.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:48.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:48.043644800] +2026-01-05T19:39:48.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:48.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:48.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:48.044212400] +2026-01-05T19:39:48.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:48.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:48.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:48.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:48.044212400] +2026-01-05T19:39:49.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:50.343+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:52.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:52.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:53.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:53.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:53.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:53.045938] +2026-01-05T19:39:53.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:53.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:53.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:53.045938] +2026-01-05T19:39:53.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:53.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:53.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:53.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:53.045938] +2026-01-05T19:39:55.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:55.446+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:39:57.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:39:58.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:39:58.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:39:58.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:58.059306500] +2026-01-05T19:39:58.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:58.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:39:58.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:39:58.059967200] +2026-01-05T19:39:58.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:39:58.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:39:58.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:39:58.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:39:58.059967200] +2026-01-05T19:39:58.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:00.550+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:01.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:02.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:03.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:03.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:03.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:03.062836500] +2026-01-05T19:40:03.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:03.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:03.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:03.062836500] +2026-01-05T19:40:03.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:03.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:03.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:03.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:03.062836500] +2026-01-05T19:40:04.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:04.549+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-6] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:40:04.553+09:00 WARN 19232 --- [b2st] [nio-8080-exec-6] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:40:05.643+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:07.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:07.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:08.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:08.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:08.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:08.079885700] +2026-01-05T19:40:08.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:08.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:08.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:08.079885700] +2026-01-05T19:40:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:08.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:08.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:08.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:08.079885700] +2026-01-05T19:40:10.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:10.744+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:11.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:40:11.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:40:11.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:11.774976700] +2026-01-05T19:40:11.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:40:12.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:13.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:13.081+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:13.081+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:13.081671500] +2026-01-05T19:40:13.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:13.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:13.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:13.082673600] +2026-01-05T19:40:13.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:13.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:13.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:13.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:13.082673600] +2026-01-05T19:40:13.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:15.846+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:16.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:17.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:18.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:18.088+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:18.088+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:18.088734700] +2026-01-05T19:40:18.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:18.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:18.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:18.088734700] +2026-01-05T19:40:18.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:18.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:18.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:18.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:18.088734700] +2026-01-05T19:40:19.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:20.944+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:22.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:22.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:23.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:23.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:23.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:23.099778300] +2026-01-05T19:40:23.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:23.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:23.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:23.099778300] +2026-01-05T19:40:23.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:23.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:23.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:23.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:23.099778300] +2026-01-05T19:40:25.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:26.043+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:26.451+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-8] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:40:26.455+09:00 WARN 19232 --- [b2st] [nio-8080-exec-8] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:40:27.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:28.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:28.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:28.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:28.114103500] +2026-01-05T19:40:28.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:28.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:28.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:28.114685500] +2026-01-05T19:40:28.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:28.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:28.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:28.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:28.114685500] +2026-01-05T19:40:28.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:31.148+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:31.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:32.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:33.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:33.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:33.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:33.125991400] +2026-01-05T19:40:33.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:33.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:33.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:33.126635600] +2026-01-05T19:40:33.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:33.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:33.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:33.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:33.126635600] +2026-01-05T19:40:34.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:36.243+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:37.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:37.641+09:00 ERROR 19232 --- [b2st] [io-8080-exec-10] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:40:37.645+09:00 WARN 19232 --- [b2st] [io-8080-exec-10] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:40:37.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:38.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:38.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:38.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:38.137898700] +2026-01-05T19:40:38.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:38.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:38.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:38.138507900] +2026-01-05T19:40:38.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:38.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:38.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:38.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:38.138507900] +2026-01-05T19:40:40.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:41.343+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:41.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:40:41.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:40:41.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:41.779013100] +2026-01-05T19:40:41.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:40:42.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:43.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:43.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:43.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:43.144321300] +2026-01-05T19:40:43.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:43.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:43.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:43.144321300] +2026-01-05T19:40:43.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:43.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:43.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:43.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:43.144321300] +2026-01-05T19:40:43.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:46.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:46.445+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:47.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:48.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:48.156+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:48.156+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:48.155783500] +2026-01-05T19:40:48.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:48.156+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:48.156+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:48.156394600] +2026-01-05T19:40:48.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:48.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:48.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:48.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:48.156394600] +2026-01-05T19:40:48.905+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-1] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:40:48.908+09:00 WARN 19232 --- [b2st] [nio-8080-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:40:49.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:51.544+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:52.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:52.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:53.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:53.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:53.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:53.170046600] +2026-01-05T19:40:53.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:53.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:53.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:53.170046600] +2026-01-05T19:40:53.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:53.170046600] +2026-01-05T19:40:55.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:56.643+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:40:57.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:40:58.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:40:58.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:40:58.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:58.177168200] +2026-01-05T19:40:58.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:58.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:40:58.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:40:58.177672800] +2026-01-05T19:40:58.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:40:58.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:40:58.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:40:58.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:40:58.177672800] +2026-01-05T19:40:58.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:01.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:01.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:02.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:03.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:03.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:03.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:03.190688200] +2026-01-05T19:41:03.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:03.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:03.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:03.190688200] +2026-01-05T19:41:03.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:03.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:03.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:03.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:03.190688200] +2026-01-05T19:41:04.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:06.846+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:07.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:07.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:08.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:08.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:08.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:08.197091700] +2026-01-05T19:41:08.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:08.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:08.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:08.197666] +2026-01-05T19:41:08.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:08.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:08.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:08.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:08.197666] +2026-01-05T19:41:10.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:11.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:41:11.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:41:11.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:11.791172900] +2026-01-05T19:41:11.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:41:11.946+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:12.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:13.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:13.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:13.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:13.211008700] +2026-01-05T19:41:13.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:13.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:13.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:13.211558] +2026-01-05T19:41:13.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:13.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:13.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:13.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:13.211558] +2026-01-05T19:41:13.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:16.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:17.051+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:17.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:18.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:18.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:18.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:18.221793500] +2026-01-05T19:41:18.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:18.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:18.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:18.222502500] +2026-01-05T19:41:18.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:18.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:18.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:18.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:18.222502500] +2026-01-05T19:41:19.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:22.143+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:22.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:22.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:23.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:23.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:23.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:23.234574800] +2026-01-05T19:41:23.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:23.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:23.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:23.235181300] +2026-01-05T19:41:23.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:23.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:23.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:23.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:23.235181300] +2026-01-05T19:41:25.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:27.244+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:27.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:28.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:28.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:28.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:28.240299200] +2026-01-05T19:41:28.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:28.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:28.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:28.240858] +2026-01-05T19:41:28.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:28.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:28.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:28.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:28.240858] +2026-01-05T19:41:28.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:31.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:32.348+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:32.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:33.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:33.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:33.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:33.243789800] +2026-01-05T19:41:33.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:33.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:33.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:33.243789800] +2026-01-05T19:41:33.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:33.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:33.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:33.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:33.243789800] +2026-01-05T19:41:34.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:37.443+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:37.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:37.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:38.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:38.249+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:38.249+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:38.249320400] +2026-01-05T19:41:38.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:38.249+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:38.249+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:38.249826700] +2026-01-05T19:41:38.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:38.250+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:38.250+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:38.250+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:38.249826700] +2026-01-05T19:41:40.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:41.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:41:41.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:41:41.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:41.804068600] +2026-01-05T19:41:41.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:41:42.544+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:42.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:43.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:43.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:43.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:43.260035400] +2026-01-05T19:41:43.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:43.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:43.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:43.260035400] +2026-01-05T19:41:43.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:43.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:43.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:43.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:43.260035400] +2026-01-05T19:41:43.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:46.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:47.650+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:47.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:48.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:48.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:48.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:48.274363200] +2026-01-05T19:41:48.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:48.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:48.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:48.275124600] +2026-01-05T19:41:48.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:48.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:48.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:48.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:48.275124600] +2026-01-05T19:41:49.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:52.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:52.742+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:52.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:53.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:53.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:53.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:53.285921500] +2026-01-05T19:41:53.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:53.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:53.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:53.286634500] +2026-01-05T19:41:53.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:53.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:53.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:53.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:53.286634500] +2026-01-05T19:41:55.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:57.849+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:41:57.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:41:58.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:41:58.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:41:58.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:58.295863300] +2026-01-05T19:41:58.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:58.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:41:58.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:41:58.296622200] +2026-01-05T19:41:58.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:41:58.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:41:58.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:41:58.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:41:58.296622200] +2026-01-05T19:41:58.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:01.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:02.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:02.946+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:03.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:03.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:03.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:03.306728100] +2026-01-05T19:42:03.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:03.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:03.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:03.307728800] +2026-01-05T19:42:03.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:03.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:03.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:03.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:03.307728800] +2026-01-05T19:42:04.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:07.303+09:00 WARN 19232 --- [b2st] [nio-8080-exec-9] c.b.b.s.JwtAuthenticationEntryPoint : Unauthorized Error: 인증이 필요합니다. +2026-01-05T19:42:07.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:07.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:08.042+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:08.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:08.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:08.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:08.314126600] +2026-01-05T19:42:08.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:08.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:08.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:08.314759800] +2026-01-05T19:42:08.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:08.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:08.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:08.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:08.314759800] +2026-01-05T19:42:08.651+09:00 WARN 19232 --- [b2st] [nio-8080-exec-4] c.b.b.s.JwtAuthenticationEntryPoint : Unauthorized Error: 인증이 필요합니다. +2026-01-05T19:42:10.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:11.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:42:11.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:42:11.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:11.807583400] +2026-01-05T19:42:11.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:42:12.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:13.146+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:13.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:13.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:13.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:13.316741100] +2026-01-05T19:42:13.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:13.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:13.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:13.317482600] +2026-01-05T19:42:13.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:13.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:13.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:13.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:13.317482600] +2026-01-05T19:42:13.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:16.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:17.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:18.243+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:18.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:18.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:18.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:18.319553100] +2026-01-05T19:42:18.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:18.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:18.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:18.320263600] +2026-01-05T19:42:18.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:18.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:18.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:18.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:18.320263600] +2026-01-05T19:42:19.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:22.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:22.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:23.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:23.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:23.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:23.331035200] +2026-01-05T19:42:23.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:23.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:23.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:23.331541600] +2026-01-05T19:42:23.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:23.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:23.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:23.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:23.331541600] +2026-01-05T19:42:23.346+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:25.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:27.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:28.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:28.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:28.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:28.334925600] +2026-01-05T19:42:28.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:28.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:28.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:28.335672500] +2026-01-05T19:42:28.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:28.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:28.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:28.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:28.335672500] +2026-01-05T19:42:28.443+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:28.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:31.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:32.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:33.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:33.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:33.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:33.345435500] +2026-01-05T19:42:33.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:33.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:33.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:33.346015100] +2026-01-05T19:42:33.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:33.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:33.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:33.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:33.346015100] +2026-01-05T19:42:33.547+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:34.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:37.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:37.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:38.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:38.359+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:38.359+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:38.359041400] +2026-01-05T19:42:38.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:38.359+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:38.359+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:38.359759300] +2026-01-05T19:42:38.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:38.359+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:38.359+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:38.359+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:38.359759300] +2026-01-05T19:42:38.651+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:40.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:41.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:42:41.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:42:41.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:41.809251800] +2026-01-05T19:42:41.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:42:42.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:43.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:43.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:43.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:43.369049] +2026-01-05T19:42:43.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:43.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:43.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:43.369049] +2026-01-05T19:42:43.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:43.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:43.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:43.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:43.369049] +2026-01-05T19:42:43.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:43.743+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:46.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:47.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:48.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:48.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:48.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:48.377026300] +2026-01-05T19:42:48.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:48.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:48.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:48.377671] +2026-01-05T19:42:48.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:48.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:48.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:48.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:48.377671] +2026-01-05T19:42:48.856+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:49.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:52.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:53.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:53.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:53.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:53.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:53.388799500] +2026-01-05T19:42:53.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:53.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:53.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:53.389521900] +2026-01-05T19:42:53.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:53.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:53.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:53.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:53.389521900] +2026-01-05T19:42:53.948+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:42:55.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:58.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:58.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:42:58.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:42:58.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:58.390432200] +2026-01-05T19:42:58.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:58.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:42:58.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:42:58.390432200] +2026-01-05T19:42:58.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:42:58.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:42:58.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:42:58.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:42:58.390432200] +2026-01-05T19:42:58.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:42:59.043+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:01.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:03.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:03.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:03.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:03.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:03.394240600] +2026-01-05T19:43:03.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:03.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:03.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:03.394240600] +2026-01-05T19:43:03.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:03.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:03.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:03.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:03.394240600] +2026-01-05T19:43:04.145+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:04.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:07.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:08.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:08.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:08.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:08.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:08.397311700] +2026-01-05T19:43:08.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:08.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:08.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:08.398020200] +2026-01-05T19:43:08.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:08.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:08.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:08.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:08.398020200] +2026-01-05T19:43:09.243+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:10.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:11.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:43:11.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:43:11.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:11.814109400] +2026-01-05T19:43:11.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:43:13.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:13.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:13.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:13.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:13.409165] +2026-01-05T19:43:13.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:13.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:13.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:13.409165] +2026-01-05T19:43:13.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:13.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:13.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:13.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:13.409165] +2026-01-05T19:43:13.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:14.350+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:16.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:18.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:18.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:18.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:18.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:18.424704] +2026-01-05T19:43:18.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:18.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:18.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:18.425245600] +2026-01-05T19:43:18.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:18.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:18.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:18.426+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:18.425245600] +2026-01-05T19:43:19.444+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:19.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:22.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:23.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:23.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:23.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:23.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:23.433532800] +2026-01-05T19:43:23.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:23.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:23.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:23.434280400] +2026-01-05T19:43:23.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:23.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:23.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:23.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:23.434280400] +2026-01-05T19:43:24.544+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:25.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:28.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:28.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:28.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:28.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:28.444330100] +2026-01-05T19:43:28.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:28.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:28.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:28.444886500] +2026-01-05T19:43:28.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:28.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:28.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:28.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:28.444886500] +2026-01-05T19:43:28.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:29.644+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:31.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:33.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:33.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:33.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:33.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:33.450689] +2026-01-05T19:43:33.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:33.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:33.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:33.451230700] +2026-01-05T19:43:33.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:33.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:33.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:33.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:33.451230700] +2026-01-05T19:43:34.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:34.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:37.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:38.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:38.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:38.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:38.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:38.460393500] +2026-01-05T19:43:38.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:38.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:38.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:38.460999800] +2026-01-05T19:43:38.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:38.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:38.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:38.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:38.460999800] +2026-01-05T19:43:39.853+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:40.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:41.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:43:41.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:43:41.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:41.827857300] +2026-01-05T19:43:41.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:43:43.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:43.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:43.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:43.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:43.467937700] +2026-01-05T19:43:43.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:43.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:43.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:43.468937500] +2026-01-05T19:43:43.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:43.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:43.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:43.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:43.468937500] +2026-01-05T19:43:43.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:44.944+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:46.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:48.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:48.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:48.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:48.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:48.471530] +2026-01-05T19:43:48.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:48.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:48.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:48.472206] +2026-01-05T19:43:48.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:48.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:48.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:48.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:48.472206] +2026-01-05T19:43:49.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:50.049+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:52.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:53.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:53.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:53.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:53.477977100] +2026-01-05T19:43:53.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:53.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:53.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:53.477977100] +2026-01-05T19:43:53.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:53.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:53.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:53.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:53.477977100] +2026-01-05T19:43:55.146+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:43:55.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:58.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:43:58.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:43:58.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:43:58.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:58.491935400] +2026-01-05T19:43:58.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:58.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:43:58.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:43:58.492560900] +2026-01-05T19:43:58.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:43:58.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:43:58.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:43:58.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:43:58.492560900] +2026-01-05T19:43:58.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:00.249+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:01.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:03.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:03.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:03.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:03.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:03.496734700] +2026-01-05T19:44:03.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:03.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:03.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:03.497735100] +2026-01-05T19:44:03.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:03.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:03.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:03.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:03.497735100] +2026-01-05T19:44:04.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:05.343+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:07.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:07.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:07.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:07.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:07.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:07.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:07.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:07.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:07.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:07.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:07.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:07.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:07.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:07.994827200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 8 ms +2026-01-05T19:44:08.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:08.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:08.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:08.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:08.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:08.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:08.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:08.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:08.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:08.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:08.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:08.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:08.156086200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:44:08.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:08.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:08.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:08.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:08.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:08.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:08.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:08.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:08.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:08.158831800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:44:08.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:08.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:08.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:08.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:08.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:08.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:08.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:08.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3aca6297, [B@1f8fe582], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:08.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:08.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:08.166097800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 6 ms +2026-01-05T19:44:08.166+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:08.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:08.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:08.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:08.500524600] +2026-01-05T19:44:08.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:08.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:08.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:08.501274900] +2026-01-05T19:44:08.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:08.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:08.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:08.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:08.501274900] +2026-01-05T19:44:10.444+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:11.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:11.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:11.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:11.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:11.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:11.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:11.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:11.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:11.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:11.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:11.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:11.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:11.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:11.003587600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:11.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:44:11.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:44:11.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:11.828766500] +2026-01-05T19:44:11.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:44:13.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:13.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:13.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:13.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:13.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:13.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:13.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:13.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:13.187075600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:13.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:13.188095900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:13.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:13.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:13.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:13.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:13.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@643a0bf5, [B@70cd4668], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:13.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:13.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:13.189651700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:13.189+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:13.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:13.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:13.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:13.510596500] +2026-01-05T19:44:13.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:13.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:13.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:13.511237700] +2026-01-05T19:44:13.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:13.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:13.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:13.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:13.511237700] +2026-01-05T19:44:14.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:14.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:14.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:14.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:14.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:14.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:14.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:14.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:14.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:14.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:14.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:14.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:14.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:14.011423+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:15.545+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:17.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:17.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:17.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:17.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:17.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:17.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:17.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:17.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:17.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:17.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:17.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:17.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:17.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:17.026214700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:18.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:18.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:18.200+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:18.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:18.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:18.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:18.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:18.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:18.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:18.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:18.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:18.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:18.202673800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:18.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:18.203711300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:18.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1cf0f081, [B@66d485f2], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:18.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:18.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:18.205320800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:18.205+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:18.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:18.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:18.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:18.522832] +2026-01-05T19:44:18.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:18.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:18.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:18.522832] +2026-01-05T19:44:18.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:18.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:18.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:18.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:18.522832] +2026-01-05T19:44:20.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:20.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:20.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:20.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:20.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:20.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:20.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:20.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:20.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:20.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:20.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:20.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:20.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:20.038169100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:20.643+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:23.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:23.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:23.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:23.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:23.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:23.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:23.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:23.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:23.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:23.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:23.046403900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:23.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:23.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:23.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:23.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:23.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:23.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:23.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:23.218970200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:23.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:23.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:23.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:23.220754200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:23.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:23.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:23.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:23.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:23.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@73d7393, [B@7bce1de3], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:23.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:23.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:23.221794800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:23.221+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:23.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:23.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:23.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:23.525871300] +2026-01-05T19:44:23.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:23.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:23.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:23.526450900] +2026-01-05T19:44:23.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:23.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:23.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:23.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:23.526450900] +2026-01-05T19:44:25.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:26.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:26.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:26.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:26.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:26.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:26.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:26.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:26.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:26.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:26.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:26.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:26.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:26.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:26.054544300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:28.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:28.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:28.234+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:28.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:28.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:28.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:28.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:28.237031500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:28.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:28.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:28.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:28.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:28.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:28.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:28.238775200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:28.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:28.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@7f0a761b, [B@159c66e6], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:28.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:28.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:28.240338200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:28.240+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:28.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:28.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:28.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:28.530694100] +2026-01-05T19:44:28.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:28.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:28.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:28.531361600] +2026-01-05T19:44:28.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:28.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:28.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:28.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:28.531361600] +2026-01-05T19:44:29.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:29.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:29.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:29.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:29.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:29.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:29.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:29.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:29.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:29.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:29.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:29.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:29.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:29.062436200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:30.844+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:32.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:32.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:32.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:32.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:32.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:32.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:32.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:32.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:32.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:32.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:32.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:32.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:32.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:32.066176500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:32.623+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-5] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:32.626+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:44:33.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:33.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:33.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:33.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:33.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:33.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:33.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:33.246005800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:33.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:33.247261+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:33.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:33.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:33.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:33.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:33.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2a812473, [B@36f4e540], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:33.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:33.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:33.248306600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:33.248+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:33.461+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-9] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:33.465+09:00 WARN 19232 --- [b2st] [nio-8080-exec-9] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:44:33.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:33.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:33.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:33.537418900] +2026-01-05T19:44:33.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:33.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:33.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:33.538029100] +2026-01-05T19:44:33.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:33.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:33.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:33.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:33.538029100] +2026-01-05T19:44:34.594+09:00 ERROR 19232 --- [b2st] [io-8080-exec-10] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:34.598+09:00 WARN 19232 --- [b2st] [io-8080-exec-10] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:44:35.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:35.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:35.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:35.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:35.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:35.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:35.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:35.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:35.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:35.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:35.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:35.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:35.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:35.069787700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:35.543+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-2] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:35.545+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:44:35.952+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:36.929+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-4] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:36.932+09:00 WARN 19232 --- [b2st] [nio-8080-exec-4] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:44:38.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:38.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:38.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:38.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:38.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:38.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:38.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:38.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:38.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:38.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:38.077840700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:38.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:38.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:38.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:38.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:38.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:38.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:38.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:38.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:38.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:38.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:38.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:38.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:38.261951+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:38.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:38.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:38.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:38.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:38.263217+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:38.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:38.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:38.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:38.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:38.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@40f0cde5, [B@4afe87d8], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:38.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:38.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:38.264793600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:38.264+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:38.303+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-5] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:38.307+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:44:38.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:38.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:38.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:38.541929100] +2026-01-05T19:44:38.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:38.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:38.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:38.542539200] +2026-01-05T19:44:38.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:38.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:38.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:38.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:38.542539200] +2026-01-05T19:44:41.043+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:41.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:41.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:41.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:41.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:41.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:41.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:41.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:41.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:41.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:41.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:41.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:41.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:41.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:41.088723600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:41.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:44:41.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:44:41.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:41.829897500] +2026-01-05T19:44:41.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:44:43.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:43.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:43.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:43.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:43.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:43.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:43.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:43.282299600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:43.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:43.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:43.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:43.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:43.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:43.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:43.283492900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:43.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@42c0b67d, [B@5e3121a1], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:43.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:43.284544600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:43.284+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:43.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:43.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:43.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:43.546925] +2026-01-05T19:44:43.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:43.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:43.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:43.547529900] +2026-01-05T19:44:43.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:43.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:43.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:43.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:43.547529900] +2026-01-05T19:44:44.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:44.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:44.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:44.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:44.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:44.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:44.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:44.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:44.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:44.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:44.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:44.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:44.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:44.093406300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:46.148+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:46.459+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-9] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:46.462+09:00 WARN 19232 --- [b2st] [nio-8080-exec-9] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:44:47.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:47.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:47.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:47.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:47.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:47.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:47.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:47.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:47.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:47.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:47.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:47.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:47.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:47.101049800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:48.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:48.300+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:48.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:48.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:48.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:48.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:48.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:48.302099800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:48.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:48.303138200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:48.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:48.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:48.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:48.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:48.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@187a20b, [B@7b3bc8e5], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:48.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:48.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:48.304185700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:48.304+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:48.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:48.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:48.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:48.563096100] +2026-01-05T19:44:48.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:48.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:48.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:48.563855100] +2026-01-05T19:44:48.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:48.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:48.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:48.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:48.563855100] +2026-01-05T19:44:50.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:50.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:50.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:50.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:50.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:50.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:50.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:50.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:50.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:50.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:50.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:50.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:50.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:50.118879100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:51.243+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:53.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:53.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:53.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:53.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:53.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:53.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:53.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:53.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:53.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:53.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:53.124531300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:53.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:53.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:53.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:53.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:53.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:53.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:53.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:53.313814700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:53.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:53.314858+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:53.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:53.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:53.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:53.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:53.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@b766a49, [B@243e26ff], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:53.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:53.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:53.315899900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:44:53.315+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:53.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:53.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:53.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:53.575107600] +2026-01-05T19:44:53.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:53.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:53.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:53.575809300] +2026-01-05T19:44:53.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:53.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:53.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:53.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:53.575809300] +2026-01-05T19:44:56.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:56.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:56.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:56.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:56.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:56.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:56.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:56.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:56.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:56.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:56.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:56.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:56.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:56.130798600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:56.345+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:44:58.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:58.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:44:58.322+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:44:58.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:44:58.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:58.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:58.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:58.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:58.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:58.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:58.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:58.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:58.324830900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:58.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:44:58.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:58.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:58.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:58.326526500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:58.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:58.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:44:58.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:58.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:58.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@150f5f3b, [B@d35fe4b], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:58.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:58.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:58.327568500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:44:58.327+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:44:58.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:44:58.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:44:58.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:58.586558900] +2026-01-05T19:44:58.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:58.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:44:58.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:44:58.587251400] +2026-01-05T19:44:58.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:44:58.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:44:58.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:44:58.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:44:58.587251400] +2026-01-05T19:44:59.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:44:59.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:44:59.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:59.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:59.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:44:59.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:44:59.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:44:59.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:44:59.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:44:59.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:44:59.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:44:59.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:44:59.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:44:59.146088300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:01.445+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:02.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:02.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:02.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:02.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:02.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:02.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:02.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:02.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:02.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:02.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:02.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:02.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:02.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:02.148310500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:03.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:03.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:03.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:03.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:03.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:03.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:03.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:03.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:03.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:03.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:03.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:03.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:03.333576200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:03.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:03.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:03.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:03.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:03.335540500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:03.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:03.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:03.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:03.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:03.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:03.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1aa0d0b4, [B@1d8a846f], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:03.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:03.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:03.336596700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:03.336+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:03.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:03.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:03.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:03.596042700] +2026-01-05T19:45:03.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:03.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:03.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:03.596793100] +2026-01-05T19:45:03.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:03.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:03.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:03.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:03.596793100] +2026-01-05T19:45:05.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:05.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:05.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:05.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:05.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:05.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:05.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:05.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:05.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:05.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:05.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:05.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:05.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:05.154267500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:06.544+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:08.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:08.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:08.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:08.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:08.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:08.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:08.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:08.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:08.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:08.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:08.166019200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:08.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:08.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:08.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:08.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:08.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:08.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:08.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:08.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:08.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:08.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:08.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:08.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:08.351460700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:08.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:08.352691500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:08.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:08.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:08.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:08.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:08.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:08.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@38ac249a, [B@ce94631], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:08.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:08.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:08.353732500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:08.353+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:08.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:08.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:08.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:08.598173] +2026-01-05T19:45:08.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:08.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:08.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:08.598878700] +2026-01-05T19:45:08.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:08.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:08.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:08.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:08.598878700] +2026-01-05T19:45:11.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:11.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:11.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:11.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:11.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:11.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:11.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:11.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:11.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:11.171117300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:11.652+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:11.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:45:11.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:45:11.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:11.839967] +2026-01-05T19:45:11.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:45:13.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:13.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:13.360+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:13.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:13.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:13.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:13.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:13.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:13.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:13.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:13.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:13.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:13.362877900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:13.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:13.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:13.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:13.363878600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:13.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:13.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3cdcc685, [B@44953f74], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:13.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:13.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:13.365877900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:13.365+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:13.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:13.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:13.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:13.608323700] +2026-01-05T19:45:13.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:13.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:13.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:13.608323700] +2026-01-05T19:45:13.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:13.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:13.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:13.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:13.608323700] +2026-01-05T19:45:14.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:14.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:14.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:14.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:14.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:14.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:14.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:14.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:14.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:14.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:14.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:14.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:14.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:14.182387300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:16.745+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:17.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:17.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:17.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:17.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:17.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:17.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:17.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:17.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:17.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:17.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:17.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:17.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:17.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:17.192839900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:18.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:18.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:18.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:18.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:18.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:18.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:18.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:18.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:18.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:18.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:18.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:18.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:18.376723200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:18.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:18.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:18.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:18.378488500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:18.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:18.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:18.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:18.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:18.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:18.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:18.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:18.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2597db17, [B@5faf3e18], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:18.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:18.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:18.379528500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:18.379+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:18.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:18.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:18.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:18.623187700] +2026-01-05T19:45:18.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:18.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:18.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:18.623823300] +2026-01-05T19:45:18.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:18.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:18.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:18.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:18.623823300] +2026-01-05T19:45:20.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:20.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:20.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:20.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:20.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:20.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:20.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:20.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:20.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:20.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:20.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:20.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:20.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:20.196869900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:21.843+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:23.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:23.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:23.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:23.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:23.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:23.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:23.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:23.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:23.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:23.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:23.210556200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:23.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:23.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:23.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:23.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:23.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:23.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:23.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:23.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:23.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:23.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:23.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:23.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:23.398382600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:23.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:23.399597300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:23.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2895d860, [B@29803c27], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:23.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:23.400631800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:23.400+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:23.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:23.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:23.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:23.627589200] +2026-01-05T19:45:23.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:23.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:23.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:23.628240400] +2026-01-05T19:45:23.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:23.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:23.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:23.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:23.628240400] +2026-01-05T19:45:26.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:26.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:26.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:26.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:26.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:26.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:26.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:26.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:26.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:26.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:26.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:26.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:26.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:26.218636300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:26.945+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:28.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:28.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:28.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:28.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:28.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:28.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:28.410775900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:28.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:28.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:28.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:28.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:28.412063300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:28.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:28.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:28.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:28.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:28.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@4e7b309a, [B@488bd3d0], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:28.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:28.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:28.413103100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:28.413+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:28.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:28.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:28.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:28.641948700] +2026-01-05T19:45:28.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:28.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:28.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:28.642581] +2026-01-05T19:45:28.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:28.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:28.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:28.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:28.642581] +2026-01-05T19:45:29.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:29.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:29.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:29.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:29.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:29.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:29.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:29.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:29.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:29.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:29.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:29.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:29.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:29.234777300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:31.398+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-5] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:31.400+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:45:32.043+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:32.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:32.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:32.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:32.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:32.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:32.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:32.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:32.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:32.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:32.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:32.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:32.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:32.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:32.242188400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:33.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:33.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:33.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:33.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:33.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:33.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:33.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:33.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:33.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:33.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:33.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:33.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:33.424644400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:33.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:33.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:33.425823800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@5bcb6c48, [B@71b58f40], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:33.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:33.426879700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:33.427+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:33.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:33.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:33.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:33.654362500] +2026-01-05T19:45:33.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:33.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:33.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:33.654909] +2026-01-05T19:45:33.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:33.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:33.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:33.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:33.654909] +2026-01-05T19:45:35.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:35.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:35.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:35.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:35.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:35.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:35.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:35.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:35.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:35.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:35.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:35.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:35.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:35.248627600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:37.145+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:38.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:38.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:38.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:38.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:38.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:38.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:38.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:38.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:38.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:38.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:38.256210+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:38.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:38.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:38.441+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:38.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:38.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:38.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:38.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:38.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:38.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:38.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:38.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:38.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:38.444519300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:38.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:38.446065900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:38.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:38.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:38.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@5bccf98a, [B@6455761], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:38.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:38.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:38.447101800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:38.447+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:38.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:38.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:38.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:38.657784800] +2026-01-05T19:45:38.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:38.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:38.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:38.658359800] +2026-01-05T19:45:38.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:38.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:38.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:38.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:38.658359800] +2026-01-05T19:45:41.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:41.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:41.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:41.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:41.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:41.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:41.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:41.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:41.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:41.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:41.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:41.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:41.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:41.259924100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:41.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:45:41.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:45:41.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:41.847477100] +2026-01-05T19:45:41.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:45:42.244+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:43.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:43.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:43.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:43.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:43.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:43.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:43.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:43.457057500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:43.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:43.458276800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:43.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:43.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:43.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:43.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:43.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3adaaa34, [B@7960c414], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:43.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:43.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:43.459846600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:43.459+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:43.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:43.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:43.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:43.670366600] +2026-01-05T19:45:43.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:43.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:43.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:43.670913900] +2026-01-05T19:45:43.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:43.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:43.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:43.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:43.670913900] +2026-01-05T19:45:44.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:44.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:44.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:44.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:44.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:44.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:44.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:44.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:44.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:44.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:44.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:44.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:44.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:44.266476400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:47.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:47.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:47.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:47.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:47.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:47.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:47.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:47.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:47.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:47.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:47.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:47.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:47.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:47.270715500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:47.347+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:48.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:48.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:48.474+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:48.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:48.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:48.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:48.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:48.477103700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:48.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:48.478374400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:48.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:48.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:48.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:48.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:48.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@36b87468, [B@6767b8da], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:48.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:48.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:48.479418400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:48.479+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:48.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:48.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:48.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:48.677150100] +2026-01-05T19:45:48.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:48.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:48.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:48.677898900] +2026-01-05T19:45:48.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:48.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:48.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:48.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:48.677898900] +2026-01-05T19:45:50.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:50.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:50.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:50.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:50.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:50.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:50.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:50.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:50.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:50.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:50.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:50.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:50.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:50.286705+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:52.443+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:53.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:53.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:53.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:53.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:53.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:53.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:53.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:53.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:53.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:53.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:53.296647400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:53.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:53.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:53.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:53.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:53.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:53.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:53.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:53.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:53.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:53.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:53.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:53.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:53.499709200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:53.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:53.500885600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@59c82664, [B@6076e506], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:53.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:53.501928900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:53.501+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:53.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:53.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:53.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:53.681987700] +2026-01-05T19:45:53.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:53.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:53.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:53.682541800] +2026-01-05T19:45:53.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:53.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:53.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:53.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:53.682541800] +2026-01-05T19:45:56.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:56.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:56.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:56.304992300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:57.547+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:45:58.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:45:58.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:45:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:45:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:58.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:58.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:58.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:58.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:58.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:58.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:58.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:58.514944800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:45:58.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:45:58.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:58.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:58.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:58.516158100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:58.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:45:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@604b1ec1, [B@47ccba8e], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:58.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:58.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:58.517192+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:45:58.517+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:45:58.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:45:58.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:45:58.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:58.683996900] +2026-01-05T19:45:58.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:58.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:45:58.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:45:58.684633200] +2026-01-05T19:45:58.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:45:58.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:45:58.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:45:58.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:45:58.684633200] +2026-01-05T19:45:59.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:45:59.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:45:59.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:59.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:59.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:45:59.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:45:59.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:45:59.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:45:59.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:45:59.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:45:59.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:45:59.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:45:59.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:45:59.308785200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:02.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:02.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:02.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:02.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:02.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:02.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:02.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:02.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:02.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:02.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:02.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:02.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:02.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:02.314122200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:02.643+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:03.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:03.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:03.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:03.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:03.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:03.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:03.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:03.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:03.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:03.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:03.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:03.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:03.529074600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:03.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:03.530069200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1ae7a326, [B@157da2f3], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:03.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:03.531069300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:03.531+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:03.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:03.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:03.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:03.697223300] +2026-01-05T19:46:03.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:03.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:03.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:03.697785500] +2026-01-05T19:46:03.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:03.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:03.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:03.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:03.697785500] +2026-01-05T19:46:05.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:05.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:05.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:05.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:05.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:05.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:05.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:05.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:05.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:05.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:05.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:05.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:05.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:05.323018700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:07.743+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:08.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:08.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:08.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:08.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:08.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:08.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:08.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:08.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:08.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:08.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:08.327932500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:08.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:08.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:08.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:08.547998100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:08.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:08.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:08.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:08.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:08.549735500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:08.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:08.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:08.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:08.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:08.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3b52ea8a, [B@32f1fe7c], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:08.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:08.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:08.550770900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:08.550+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:08.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:08.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:08.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:08.700874600] +2026-01-05T19:46:08.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:08.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:08.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:08.701381600] +2026-01-05T19:46:08.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:08.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:08.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:08.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:08.701381600] +2026-01-05T19:46:11.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:11.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:11.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:11.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:11.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:11.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:11.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:11.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:11.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:11.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:11.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:11.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:11.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:11.334240600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:11.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:46:11.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:46:11.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:11.861518800] +2026-01-05T19:46:11.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:46:12.845+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:13.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:13.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:13.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:13.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:13.564023400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:13.565527600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:13.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:13.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:13.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:13.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:13.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@5bcad90a, [B@550bc32c], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:13.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:13.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:13.566718400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:13.566+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:13.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:13.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:13.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:13.716014500] +2026-01-05T19:46:13.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:13.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:13.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:13.716656300] +2026-01-05T19:46:13.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:13.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:13.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:13.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:13.716656300] +2026-01-05T19:46:14.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:14.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:14.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:14.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:14.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:14.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:14.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:14.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:14.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:14.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:14.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:14.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:14.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:14.339764600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:17.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:17.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:17.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:17.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:17.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:17.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:17.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:17.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:17.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:17.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:17.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:17.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:17.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:17.344851100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:17.947+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:18.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:18.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:18.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:18.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:18.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:18.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:18.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:18.583295100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:18.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:18.584324100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:18.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:18.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:18.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:18.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@11277269, [B@1e9616f], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:18.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:18.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:18.585380300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:18.585+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:18.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:18.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:18.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:18.722743900] +2026-01-05T19:46:18.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:18.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:18.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:18.723317600] +2026-01-05T19:46:18.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:18.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:18.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:18.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:18.723317600] +2026-01-05T19:46:20.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:20.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:20.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:20.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:20.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:20.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:20.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:20.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:20.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:20.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:20.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:20.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:20.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:20.360403400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:23.050+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:23.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:23.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:23.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:23.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:23.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:23.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:23.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:23.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:23.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:23.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:23.364182400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:23.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:23.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:23.594+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:23.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:23.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:23.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:23.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:23.597007+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:23.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:23.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:23.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:23.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:23.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:23.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:23.598540200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:23.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@530c4808, [B@5abf704a], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:23.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:23.599575+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:23.599+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:23.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:23.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:23.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:23.733498900] +2026-01-05T19:46:23.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:23.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:23.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:23.734186500] +2026-01-05T19:46:23.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:23.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:23.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:23.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:23.734186500] +2026-01-05T19:46:26.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:26.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:26.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:26.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:26.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:26.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:26.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:26.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:26.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:26.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:26.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:26.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:26.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:26.368351200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:28.149+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:28.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:28.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:28.616+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:28.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:28.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:28.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:28.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:28.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:28.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:28.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:28.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:28.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:28.618366600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:28.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:28.619630100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:28.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3ed093c0, [B@45f8ad03], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:28.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:28.620672200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:28.620+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:28.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:28.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:28.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:28.739713800] +2026-01-05T19:46:28.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:28.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:28.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:28.740289500] +2026-01-05T19:46:28.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:28.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:28.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:28.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:28.740289500] +2026-01-05T19:46:29.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:29.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:29.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:29.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:29.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:29.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:29.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:29.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:29.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:29.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:29.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:29.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:29.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:29.379963600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:32.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:32.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:32.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:32.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:32.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:32.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:32.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:32.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:32.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:32.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:32.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:32.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:32.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:32.388926700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:33.243+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:33.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:33.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:33.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:33.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:33.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:33.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:33.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:33.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:33.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:33.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:33.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:33.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:33.634424100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:33.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:33.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:33.635651+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:33.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@110dca35, [B@336ff291], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:33.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:33.636690500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:33.636+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:33.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:33.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:33.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:33.742559400] +2026-01-05T19:46:33.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:33.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:33.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:33.743245300] +2026-01-05T19:46:33.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:33.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:33.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:33.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:33.743245300] +2026-01-05T19:46:35.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:35.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:35.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:35.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:35.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:35.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:35.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:35.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:35.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:35.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:35.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:35.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:35.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:35.395370300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:38.348+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:38.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:38.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:38.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:38.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:38.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:38.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:38.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:38.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:38.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:38.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:38.412411200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:38.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:38.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:38.642+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:38.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:38.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:38.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:38.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:38.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:38.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:38.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:38.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:38.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:38.645618600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:38.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:38.646866800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6de6dbb6, [B@4a9bd9b9], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:38.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:38.647895700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:38.647+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:38.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:38.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:38.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:38.749520900] +2026-01-05T19:46:38.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:38.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:38.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:38.750108800] +2026-01-05T19:46:38.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:38.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:38.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:38.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:38.750108800] +2026-01-05T19:46:41.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:41.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:41.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:41.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:41.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:41.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:41.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:41.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:41.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:41.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:41.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:41.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:41.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:41.424886800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:41.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:46:41.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:46:41.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:41.870133300] +2026-01-05T19:46:41.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:46:43.443+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:43.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:43.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:43.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:43.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:43.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:43.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:43.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:43.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:43.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:43.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:43.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:43.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:43.659948200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:43.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:43.661514700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:43.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:43.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:43.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:43.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:43.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@c60723c, [B@5ddfee6b], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:43.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:43.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:43.662559+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:43.662+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:43.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:43.766981800] +2026-01-05T19:46:43.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:43.767561100] +2026-01-05T19:46:43.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:43.767561100] +2026-01-05T19:46:44.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:44.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:44.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:44.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:44.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:44.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:44.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:44.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:44.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:44.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:44.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:44.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:44.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:44.442664400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:47.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:47.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:47.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:47.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:47.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:47.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:47.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:47.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:47.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:47.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:47.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:47.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:47.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:47.451544900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:48.543+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:48.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:48.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:48.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:48.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:48.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:48.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:48.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:48.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:48.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:48.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:48.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:48.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:48.681404600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:48.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:48.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:48.682575100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6870ed8c, [B@47c3bea5], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:48.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:48.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:48.683615100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:48.684+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:48.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:48.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:48.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:48.771194600] +2026-01-05T19:46:48.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:48.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:48.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:48.771786600] +2026-01-05T19:46:48.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:48.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:48.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:48.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:48.771786600] +2026-01-05T19:46:50.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:50.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:50.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:50.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:50.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:50.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:50.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:50.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:50.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:50.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:50.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:50.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:50.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:50.456753900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:53.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:53.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:53.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:53.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:53.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:53.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:53.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:53.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:53.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:53.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:53.460722800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:53.644+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:53.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:53.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:53.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:53.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:53.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:53.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:53.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:53.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:53.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:53.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:53.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:53.692732500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:53.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:53.694493+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:53.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:53.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:53.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:53.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:53.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@d5d2997, [B@36e3524f], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:53.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:53.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:53.695534400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:53.695+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:53.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:53.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:53.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:53.782592400] +2026-01-05T19:46:53.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:53.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:53.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:53.783097] +2026-01-05T19:46:53.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:53.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:53.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:53.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:53.783097] +2026-01-05T19:46:56.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:56.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:56.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:56.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:56.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:56.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:56.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:56.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:56.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:56.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:56.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:56.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:56.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:56.474925400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:58.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:58.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:46:58.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:46:58.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:46:58.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:58.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:58.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:58.702164700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:58.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:58.703316200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:58.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:58.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:46:58.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:58.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:58.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@5753b12f, [B@38017d81], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:58.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:58.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:58.704361300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:46:58.704+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:46:58.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:46:58.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:46:58.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:46:58.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:58.791992100] +2026-01-05T19:46:58.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:58.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:46:58.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:46:58.792526500] +2026-01-05T19:46:58.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:46:58.793+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:46:58.793+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:46:58.793+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:46:58.792526500] +2026-01-05T19:46:59.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:46:59.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:46:59.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:59.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:59.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:46:59.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:46:59.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:46:59.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:46:59.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:46:59.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:46:59.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:46:59.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:46:59.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:46:59.480130300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:02.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:02.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:02.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:02.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:02.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:02.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:02.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:02.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:02.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:02.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:02.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:02.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:02.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:02.490606700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:03.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:03.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:03.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:03.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:03.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:03.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:03.723661100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:03.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:03.724663600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@393abf6a, [B@5ad4e3fc], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:03.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:03.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:03.726168400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:03.726+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:03.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:03.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:03.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:03.799481100] +2026-01-05T19:47:03.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:03.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:03.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:03.799985500] +2026-01-05T19:47:03.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:03.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:03.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:03.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:03.799985500] +2026-01-05T19:47:03.847+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:05.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:05.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:05.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:05.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:05.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:05.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:05.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:05.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:05.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:05.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:05.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:05.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:05.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:05.496836+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:08.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:08.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:08.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:08.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:08.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:08.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:08.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:08.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:08.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:08.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:08.500417+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:08.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:08.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:08.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:08.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:08.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:08.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:08.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:08.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:08.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:08.734963100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:08.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:08.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:08.736156500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:08.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:08.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:08.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:08.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@87153fe, [B@7872c3cc], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:08.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:08.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:08.737208900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:08.737+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:08.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:08.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:08.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:08.810461] +2026-01-05T19:47:08.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:08.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:08.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:08.811108400] +2026-01-05T19:47:08.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:08.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:08.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:08.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:08.811108400] +2026-01-05T19:47:08.949+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:11.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:11.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:11.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:11.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:11.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:11.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:11.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:11.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:11.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:11.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:11.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:11.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:11.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:11.504242+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:11.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:47:11.876+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:47:11.876+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:11.876384] +2026-01-05T19:47:11.876+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:47:13.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:13.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:13.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:13.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:13.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:13.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:13.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:13.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:13.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:13.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:13.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:13.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:13.751544+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:47:13.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:13.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:13.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:13.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:13.754134700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:13.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:13.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:13.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:13.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:13.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@5f9f48c6, [B@2fef53d4], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:13.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:13.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:13.755872500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:13.755+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:13.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:13.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:13.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:13.823152900] +2026-01-05T19:47:13.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:13.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:13.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:13.823657500] +2026-01-05T19:47:13.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:13.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:13.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:13.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:13.823657500] +2026-01-05T19:47:14.042+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:14.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:14.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:14.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:14.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:14.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:14.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:14.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:14.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:14.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:14.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:14.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:14.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:14.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:14.511800200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:17.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:17.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:17.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:17.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:17.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:17.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:17.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:17.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:17.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:17.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:17.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:17.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:17.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:17.521338300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:18.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:18.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:18.770+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:18.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:18.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:18.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:18.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:18.772708100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:18.773967900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:18.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:18.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:18.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:18.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:18.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@63a950d3, [B@733cda9c], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:18.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:18.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:18.775015400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:18.775+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:18.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:18.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:18.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:18.831922100] +2026-01-05T19:47:18.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:18.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:18.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:18.831922100] +2026-01-05T19:47:18.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:18.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:18.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:18.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:18.831922100] +2026-01-05T19:47:19.142+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:20.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:20.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:20.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:20.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:20.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:20.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:20.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:20.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:20.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:20.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:20.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:20.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:20.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:20.533596800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:23.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:23.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:23.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:23.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:23.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:23.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:23.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:23.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:23.545415300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:23.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:23.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:23.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:23.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:23.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:23.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:23.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:23.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:23.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:23.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:23.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:23.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:23.790489200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:23.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:23.791668700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:23.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:23.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:23.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:23.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:23.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:23.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:23.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:23.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@50ca2846, [B@3281b7dc], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:23.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:23.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:23.793268200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:23.793+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:23.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:23.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:23.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:23.833850400] +2026-01-05T19:47:23.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:23.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:23.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:23.834512300] +2026-01-05T19:47:23.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:23.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:23.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:23.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:23.834512300] +2026-01-05T19:47:24.250+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:26.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:26.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:26.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:26.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:26.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:26.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:26.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:26.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:26.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:26.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:26.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:26.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:26.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:26.560764200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:28.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:28.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:28.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:28.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:28.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:28.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:28.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:28.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:28.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:28.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:28.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:28.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:28.801293900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:28.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:28.802535300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:28.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:28.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:28.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:28.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:28.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:28.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@20a41065, [B@2fc2c1d0], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:28.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:28.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:28.803574400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:28.803+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:28.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:28.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:28.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:28.845085800] +2026-01-05T19:47:28.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:28.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:28.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:28.845696800] +2026-01-05T19:47:28.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:28.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:28.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:28.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:28.845696800] +2026-01-05T19:47:29.344+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:29.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:29.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:29.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:29.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:29.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:29.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:29.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:29.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:29.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:29.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:29.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:29.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:29.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:29.565064+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:32.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:32.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:32.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:32.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:32.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:32.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:32.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:32.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:32.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:32.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:32.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:32.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:32.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:32.568441600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:33.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:33.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:33.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:33.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:33.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:33.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:33.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:33.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:33.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:33.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:33.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:33.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:33.819462600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 5 ms +2026-01-05T19:47:33.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:33.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:33.820737700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@45f42fd6, [B@b8fed38], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:33.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:33.821780800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:33.821+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:33.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:33.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:33.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:33.858667500] +2026-01-05T19:47:33.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:33.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:33.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:33.859221300] +2026-01-05T19:47:33.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:33.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:33.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:33.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:33.859221300] +2026-01-05T19:47:34.448+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:35.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:35.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:35.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:35.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:35.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:35.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:35.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:35.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:35.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:35.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:35.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:35.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:35.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:35.574267100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:38.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:38.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:38.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:38.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:38.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:38.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:38.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:38.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:38.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:38.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:38.591297100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:38.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:38.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:38.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:38.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:38.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:38.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:38.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:38.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:38.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:38.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:38.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:38.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:38.839797+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:38.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:38.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:38.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:38.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:38.841035200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:38.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:38.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:38.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:38.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:38.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@51cf71f2, [B@2426df48], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:38.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:38.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:38.842086500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:38.842+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:38.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:38.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:38.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:38.867874100] +2026-01-05T19:47:38.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:38.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:38.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:38.868539600] +2026-01-05T19:47:38.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:38.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:38.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:38.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:38.868539600] +2026-01-05T19:47:39.550+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:41.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:41.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:41.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:41.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:41.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:41.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:41.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:41.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:41.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:41.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:41.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:41.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:41.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:41.606182+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:41.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:47:41.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:47:41.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:41.883231500] +2026-01-05T19:47:41.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:47:43.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:43.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:43.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:43.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:43.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:43.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:43.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:43.848885500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:43.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:43.849410300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:43.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:43.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:43.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:43.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:43.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@24620120, [B@eb4dd20], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:43.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:43.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:43.850456600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:43.850+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:43.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:43.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:43.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:43.877050300] +2026-01-05T19:47:43.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:43.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:43.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:43.877673200] +2026-01-05T19:47:43.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:43.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:43.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:43.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:43.877673200] +2026-01-05T19:47:44.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:44.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:44.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:44.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:44.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:44.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:44.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:44.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:44.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:44.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:44.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:44.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:44.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:44.610157300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:44.645+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:47.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:47.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:47.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:47.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:47.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:47.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:47.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:47.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:47.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:47.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:47.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:47.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:47.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:47.619789100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:48.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:48.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:48.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:48.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:48.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:48.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:48.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:48.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:48.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:48.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:48.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:48.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:48.859683+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:48.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:48.860896500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:48.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:48.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:48.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:48.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:48.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:48.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:48.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:48.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@4c8cac4c, [B@300c40de], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:48.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:48.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:48.862463700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:48.862+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:48.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:48.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:48.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:48.887662] +2026-01-05T19:47:48.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:48.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:48.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:48.888218] +2026-01-05T19:47:48.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:48.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:48.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:48.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:48.888218] +2026-01-05T19:47:49.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:50.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:50.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:50.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:50.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:50.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:50.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:50.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:50.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:50.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:50.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:50.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:50.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:50.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:50.636582+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:53.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:53.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:53.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:53.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:53.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:53.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:53.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:53.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:53.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:53.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:53.641771700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:53.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:53.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:53.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:53.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:53.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:53.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:53.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:53.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:53.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:53.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:53.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:53.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:53.867447700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:53.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:53.868668100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:53.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6b2e801a, [B@b327be9], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:53.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:53.869712500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:53.869+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:53.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:53.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:53.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:53.902962800] +2026-01-05T19:47:53.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:53.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:53.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:53.903575300] +2026-01-05T19:47:53.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:53.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:53.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:53.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:53.903575300] +2026-01-05T19:47:54.844+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:47:56.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:56.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:56.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:56.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:56.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:56.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:56.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:56.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:56.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:56.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:56.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:56.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:56.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:56.647023200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:58.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:58.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:47:58.886+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:47:58.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:47:58.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:58.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:58.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:58.888128500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:58.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:58.889301500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:58.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:58.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:47:58.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:58.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:58.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@490102c6, [B@5738ae18], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:58.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:58.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:58.890339400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:47:58.890+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:47:58.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:47:58.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:47:58.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:58.915427] +2026-01-05T19:47:58.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:58.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:47:58.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:47:58.915999700] +2026-01-05T19:47:58.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:47:58.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:47:58.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:47:58.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:47:58.915999700] +2026-01-05T19:47:59.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:47:59.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:47:59.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:59.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:59.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:47:59.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:47:59.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:47:59.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:47:59.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:47:59.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:47:59.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:47:59.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:47:59.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:47:59.653293400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:47:59.945+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:02.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:02.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:02.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:02.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:02.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:02.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:02.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:02.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:02.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:02.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:02.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:02.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:02.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:02.667227800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:03.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:03.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:03.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:03.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:03.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:03.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:03.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:03.910681600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:03.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:03.911681+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:03.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:03.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:03.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:03.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:03.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@29cd9851, [B@613499da], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:03.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:03.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:03.912682300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:03.912+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:03.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:03.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:03.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:03.923161300] +2026-01-05T19:48:03.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:03.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:03.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:03.923161300] +2026-01-05T19:48:03.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:03.924+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:03.924+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:03.924+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:03.923161300] +2026-01-05T19:48:05.043+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:05.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:05.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:05.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:05.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:05.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:05.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:05.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:05.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:05.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:05.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:05.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:05.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:05.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:05.682806300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:08.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:08.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:08.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:08.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:08.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:08.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:08.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:08.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:08.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:08.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:08.701084300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:48:08.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:08.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:08.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:08.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:08.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:08.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:08.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:08.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:08.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:08.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:08.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:08.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:08.933741200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:48:08.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:08.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:08.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:08.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:08.935371100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:08.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:08.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:08.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:08.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:08.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@661a6050, [B@5c9f5fee], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:08.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:08.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:08.936444900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:08.936+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:08.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:08.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:08.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:08.940177100] +2026-01-05T19:48:08.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:08.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:08.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:08.940748300] +2026-01-05T19:48:08.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:08.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:08.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:08.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:08.940748300] +2026-01-05T19:48:10.145+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:11.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:11.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:11.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:11.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:11.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:11.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:11.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:11.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:11.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:11.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:11.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:11.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:11.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:11.719356200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:11.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:48:11.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:48:11.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:11.886517800] +2026-01-05T19:48:11.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:48:13.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:13.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:13.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:13.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:13.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:13.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:13.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:13.951356800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:13.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:13.952973100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:13.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:13.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:13.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:13.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:13.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2e9138a1, [B@39a53885], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:13.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:13.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:13.954484200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:13.954+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:13.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:13.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:13.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:13.960130400] +2026-01-05T19:48:13.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:13.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:13.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:13.960905400] +2026-01-05T19:48:13.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:13.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:13.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:13.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:13.960905400] +2026-01-05T19:48:14.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:14.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:14.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:14.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:14.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:14.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:14.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:14.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:14.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:14.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:14.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:14.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:14.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:14.737008700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:15.245+09:00 DEBUG 19232 --- [b2st] [isson-timer-6-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:17.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:17.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:17.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:17.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:17.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:17.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:17.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:17.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:17.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:17.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:17.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:17.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:17.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:17.742347100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:18.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:18.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:18.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:18.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:18.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:18.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:18.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:18.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:18.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:18.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:18.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:18.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:18.972363700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:18.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:18.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:18.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:18.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:18.974147800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:18.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:18.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:18.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:18.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:18.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@38607348, [B@1bf88a4e], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:18.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:18.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:18.975173700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:18.975+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:18.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:18.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:18.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:18.978270800] +2026-01-05T19:48:18.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:18.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:18.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:18.978270800] +2026-01-05T19:48:18.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:18.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:18.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:18.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:18.978270800] +2026-01-05T19:48:20.343+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:20.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:20.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:20.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:20.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:20.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:20.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:20.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:20.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:20.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:20.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:20.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:20.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:20.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:20.750370500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:23.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:23.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:23.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:23.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:23.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:23.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:23.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:23.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:23.768231500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:23.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:23.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:23.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:23.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:23.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:23.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:23.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:23.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:23.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:23.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:23.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:23.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:23.987608900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:23.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:23.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:23.988826700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:23.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:23.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:23.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:23.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:23.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:23.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1768a2f0, [B@67c4f1eb], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:23.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:23.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:23.989875500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:23.989+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:23.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:23.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:23.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:23.991960800] +2026-01-05T19:48:23.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:23.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:23.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:23.992481400] +2026-01-05T19:48:23.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:23.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:23.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:23.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:23.992481400] +2026-01-05T19:48:25.444+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:26.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:26.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:26.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:26.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:26.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:26.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:26.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:26.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:26.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:26.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:26.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:26.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:26.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:26.780025600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:29.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:29.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:29.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:29.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:29.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:29.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:29.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:29.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:29.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:29.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:29.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:29.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:29.010681800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:29.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:29.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:29.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:29.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:29.012226400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:29.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:29.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:29.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:29.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2d60baf2, [B@565306c9], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:29.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:29.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:29.013274500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:29.013+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:29.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:29.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:29.016430900] +2026-01-05T19:48:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:29.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:29.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:29.016989400] +2026-01-05T19:48:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:29.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:29.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:29.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:29.016989400] +2026-01-05T19:48:29.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:29.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:29.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:29.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:29.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:29.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:29.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:29.789342+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:48:30.545+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:32.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:32.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:32.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:32.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:32.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:32.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:32.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:32.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:32.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:32.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:32.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:32.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:32.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:32.801795100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:34.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:34.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:34.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:34.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:34.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:34.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:34.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:34.032328+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:34.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:34.033341300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:34.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:34.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:34.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:34.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:34.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@12a04638, [B@3f932a73], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:34.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:34.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:34.034897200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:34.034+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:34.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:34.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:34.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:34.038030400] +2026-01-05T19:48:34.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:34.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:34.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:34.038030400] +2026-01-05T19:48:34.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:34.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:34.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:34.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:34.038030400] +2026-01-05T19:48:35.649+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:35.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:35.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:35.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:35.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:35.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:35.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:35.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:35.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:35.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:35.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:35.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:35.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:35.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:35.808730200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:38.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:38.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:38.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:38.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:38.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:38.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:38.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:38.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:38.821038100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:39.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:39.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:39.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:39.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:39.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:39.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:39.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:39.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:39.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:39.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:39.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:39.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:39.055582900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:39.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:39.056889600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:39.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3984166e, [B@316afb38], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:39.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:39.057922600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:39.058+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:39.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:39.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:39.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:39.060508500] +2026-01-05T19:48:39.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:39.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:39.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:39.061029300] +2026-01-05T19:48:39.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:39.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:39.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:39.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:39.061029300] +2026-01-05T19:48:40.750+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:41.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:41.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:41.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:41.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:41.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:41.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:41.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:41.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:41.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:41.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:41.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:41.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:41.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:41.826394100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:41.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:48:41.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:48:41.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:41.901906500] +2026-01-05T19:48:41.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:48:44.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:44.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:44.070+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:44.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:44.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:44.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:44.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:44.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:44.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:44.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:44.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:44.071929500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:44.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:44.073928400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2bb228d4, [B@5b8a203d], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:44.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:44.073928400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:44.073+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:44.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:44.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:44.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:44.076437900] +2026-01-05T19:48:44.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:44.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:44.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:44.076437900] +2026-01-05T19:48:44.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:44.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:44.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:44.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:44.076437900] +2026-01-05T19:48:44.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:44.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:44.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:44.838490+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:45.844+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:47.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:47.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:47.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:47.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:47.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:47.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:47.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:47.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:47.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:47.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:47.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:47.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:47.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:47.855534700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:49.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:49.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:49.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:49.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:49.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:49.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:49.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:49.081376+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:49.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:49.082407700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:49.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:49.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:49.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:49.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:49.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@55781ef5, [B@6824e18c], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:49.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:49.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:49.083461300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:49.083+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:49.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:49.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:49.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:49.086051100] +2026-01-05T19:48:49.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:49.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:49.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:49.086051100] +2026-01-05T19:48:49.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:49.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:49.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:49.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:49.086051100] +2026-01-05T19:48:50.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:50.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:50.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:50.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:50.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:50.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:50.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:50.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:50.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:50.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:50.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:50.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:50.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:50.871359900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:50.946+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:53.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:53.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:53.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:53.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:53.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:53.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:53.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:53.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:53.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:53.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:53.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:53.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:53.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:53.879612800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:54.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:54.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:54.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:54.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:54.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:54.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:54.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:54.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:54.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:54.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:54.098854+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:54.099971100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:54.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:54.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:54.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:54.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:54.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:54.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:54.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3b55ba9c, [B@320162fd], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:54.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:54.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:54.101013+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:54.101+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:54.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:54.103+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:54.103+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:54.103091800] +2026-01-05T19:48:54.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:54.103+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:54.103+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:54.103606] +2026-01-05T19:48:54.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:54.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:54.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:54.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:54.103606] +2026-01-05T19:48:56.044+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:48:56.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:56.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:56.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:56.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:56.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:56.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:56.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:56.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:56.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:56.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:56.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:56.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:56.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:56.885130300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:59.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:59.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:48:59.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:48:59.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:48:59.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:59.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:59.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:59.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:59.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:59.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:59.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:59.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:59.109712200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:48:59.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:48:59.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:59.110859+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:59.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:59.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:48:59.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:59.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:59.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1b2170c2, [B@bcb70c2], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:59.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:59.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:59.111930700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:48:59.111+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:48:59.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:48:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:48:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:59.114023] +2026-01-05T19:48:59.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:48:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:48:59.114023] +2026-01-05T19:48:59.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:48:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:48:59.115+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:48:59.115+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:48:59.114023] +2026-01-05T19:48:59.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:48:59.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:48:59.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:48:59.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:48:59.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:48:59.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:48:59.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:48:59.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:48:59.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:48:59.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:48:59.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:48:59.903363900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:01.147+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:02.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:02.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:02.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:02.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:02.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:02.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:02.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:02.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:02.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:02.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:02.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:02.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:02.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:02.906572500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:04.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:04.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:04.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:04.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:04.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:04.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:04.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:04.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:04.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:04.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:04.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:04.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:04.123887900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:04.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:04.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:04.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:04.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:04.125121100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:04.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:04.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:04.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:04.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@5548838b, [B@33c371e5], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:04.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:04.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:04.126168900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:04.126+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:04.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:04.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:04.128268400] +2026-01-05T19:49:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:04.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:04.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:04.128268400] +2026-01-05T19:49:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:04.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:04.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:04.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:04.128268400] +2026-01-05T19:49:05.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:05.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:05.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:05.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:05.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:05.916+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:05.916+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:05.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:05.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:05.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:05.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:05.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:05.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:05.917940300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:06.245+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:08.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:08.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:08.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:08.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:08.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:08.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:08.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:08.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:08.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:08.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:08.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:08.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:08.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:08.933846600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:09.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:09.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:09.135+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:09.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:09.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:09.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:09.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:09.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:09.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:09.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:09.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:09.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:09.136823600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:09.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:09.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:09.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:09.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:09.138063400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:09.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:09.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:09.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:09.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:09.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1a1f1b63, [B@2b5f899a], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:09.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:09.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:09.139106300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:09.139+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:09.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:09.141+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:09.141+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:09.141758700] +2026-01-05T19:49:09.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:09.142279400] +2026-01-05T19:49:09.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:09.142279400] +2026-01-05T19:49:11.350+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:11.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:49:11.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:49:11.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:11.910868500] +2026-01-05T19:49:11.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:49:11.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:11.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:11.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:11.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:11.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:11.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:11.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:11.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:11.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:11.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:11.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:11.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:11.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:11.944415100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:14.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:14.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:14.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:14.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:14.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:14.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:14.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:14.155291400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:14.156419100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:14.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:14.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:14.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2f7c935e, [B@65093864], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:14.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:14.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:14.157465200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:14.157+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:14.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:14.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:14.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:14.159542800] +2026-01-05T19:49:14.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:14.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:14.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:14.160063200] +2026-01-05T19:49:14.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:14.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:14.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:14.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:14.160063200] +2026-01-05T19:49:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:14.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:14.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:14.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:14.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:14.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:14.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:14.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:14.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:14.962474400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:16.447+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:17.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:17.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:17.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:17.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:17.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:17.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:17.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:17.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:17.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:17.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:17.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:17.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:17.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:17.967005800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:19.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:19.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:19.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:19.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:19.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:19.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:19.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:19.175337400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:19.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:19.176350+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:19.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:19.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:19.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:19.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:19.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@482527f1, [B@3a62e0d5], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:19.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:19.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:19.177386100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:19.177+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:19.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:19.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:19.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:19.179488100] +2026-01-05T19:49:19.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:19.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:19.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:19.179488100] +2026-01-05T19:49:19.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:19.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:19.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:19.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:19.179488100] +2026-01-05T19:49:20.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:20.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:20.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:20.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:20.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:20.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:20.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:20.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:20.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:20.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:20.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:20.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:20.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:20.982845800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:21.548+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:23.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:23.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:23.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:23.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:23.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:23.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:23.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:23.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:23.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:23.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:23.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:23.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:23.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:23.990678400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:24.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:24.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:24.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:24.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:24.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:24.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:24.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:24.194822+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:24.195994900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:24.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:24.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:24.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:24.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:24.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@41942209, [B@6d4cde99], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:24.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:24.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:24.197034100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:24.197+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:24.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:24.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:24.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:24.199144] +2026-01-05T19:49:24.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:24.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:24.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:24.199670200] +2026-01-05T19:49:24.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:24.200+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:24.200+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:24.200+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:24.199670200] +2026-01-05T19:49:24.713+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-9] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:24.720+09:00 WARN 19232 --- [b2st] [nio-8080-exec-9] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:49:26.649+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:27.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:27.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:27.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:27.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:27.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:27.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:27.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:27.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:27.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:27.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:27.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:27.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:27.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:27.006389700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:28.932+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-7] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:28.935+09:00 WARN 19232 --- [b2st] [nio-8080-exec-7] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:49:29.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:29.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:29.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:29.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:29.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:29.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:29.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:29.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:29.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:29.209272200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:29.210315400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:29.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:29.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:29.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:29.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:29.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@5217b3fb, [B@20d2fcb9], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:29.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:29.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:29.211358800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:29.211+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:29.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:29.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:29.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:29.213941] +2026-01-05T19:49:29.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:29.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:29.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:29.214456800] +2026-01-05T19:49:29.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:29.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:29.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:29.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:29.214456800] +2026-01-05T19:49:30.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:30.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:30.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:30.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:30.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:30.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:30.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:30.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:30.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:30.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:30.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:30.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:30.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:30.013115100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:31.760+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:32.850+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-2] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:32.852+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:49:33.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:33.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:33.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:33.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:33.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:33.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:33.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:33.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:33.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:33.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:33.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:33.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:33.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:33.024167+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:34.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:34.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:34.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:34.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:34.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:34.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:34.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:34.219798900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:34.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:34.220798400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:34.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:34.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:34.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@68afc683, [B@3a471c8b], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:34.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:34.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:34.222304200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:34.222+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:34.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:34.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:34.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:34.224825700] +2026-01-05T19:49:34.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:34.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:34.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:34.224825700] +2026-01-05T19:49:34.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:34.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:34.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:34.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:34.224825700] +2026-01-05T19:49:36.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:36.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:36.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:36.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:36.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:36.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:36.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:36.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:36.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:36.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:36.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:36.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:36.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:36.029796100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:36.850+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:39.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:39.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:39.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:39.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:39.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:39.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:39.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:39.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:39.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:39.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:39.033439300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:39.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:39.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:39.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:39.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:39.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:39.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:39.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:39.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:39.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:39.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:39.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:39.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:39.235703100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:39.236879100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:39.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@79e109c5, [B@3b284e94], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:39.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:39.237932300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:39.237+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:39.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:39.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:39.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:39.240016200] +2026-01-05T19:49:39.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:39.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:39.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:39.240016200] +2026-01-05T19:49:39.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:39.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:39.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:39.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:39.240016200] +2026-01-05T19:49:41.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:49:41.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:49:41.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:41.922256800] +2026-01-05T19:49:41.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:49:41.952+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:42.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:42.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:42.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:42.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:42.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:42.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:42.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:42.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:42.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:42.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:42.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:42.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:42.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:42.047910400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:44.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:44.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:44.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:44.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:44.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:44.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:44.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:44.247000500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:44.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:44.248205500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:44.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@791d14df, [B@5a192e99], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:44.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:44.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:44.249256800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:44.249+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:44.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:44.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:44.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:44.250824600] +2026-01-05T19:49:44.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:44.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:44.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:44.251339300] +2026-01-05T19:49:44.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:44.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:44.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:44.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:44.251339300] +2026-01-05T19:49:45.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:45.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:45.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:45.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:45.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:45.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:45.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:45.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:45.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:45.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:45.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:45.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:45.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:45.054891700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:47.059+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:48.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:48.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:48.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:48.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:48.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:48.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:48.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:48.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:48.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:48.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:48.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:48.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:48.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:48.071756300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:49.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:49.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:49.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:49.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:49.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:49.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:49.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:49.255638900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:49.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:49.256659200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:49.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:49.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:49.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:49.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:49.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@24b98a63, [B@2c789244], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:49.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:49.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:49.257176+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:49.257+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:49.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:49.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:49.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:49.259756800] +2026-01-05T19:49:49.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:49.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:49.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:49.259756800] +2026-01-05T19:49:49.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:49.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:49.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:49.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:49.259756800] +2026-01-05T19:49:51.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:51.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:51.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:51.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:51.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:51.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:51.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:51.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:51.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:51.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:51.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:51.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:51.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:51.088504800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:52.160+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:54.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:54.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:54.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:54.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:54.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:54.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:54.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:54.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:54.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:54.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:54.096795200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:54.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:54.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:54.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:54.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:54.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:54.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:54.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:54.268316700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:54.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:54.269493900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:54.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:54.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:54.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:54.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:54.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@18f3967c, [B@5360d07], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:54.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:54.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:54.270015300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:49:54.270+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:54.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:54.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:54.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:54.272612200] +2026-01-05T19:49:54.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:54.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:54.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:54.272612200] +2026-01-05T19:49:54.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:54.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:54.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:54.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:54.272612200] +2026-01-05T19:49:57.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:57.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:49:57.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:57.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:57.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:57.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:57.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:57.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:57.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:57.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:57.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:57.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:57.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:57.101999300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:57.256+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:49:59.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:49:59.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:49:59.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:49:59.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:49:59.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:59.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:59.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:59.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:59.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:59.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:59.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:59.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:59.288702900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 4 ms +2026-01-05T19:49:59.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:49:59.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:59.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:59.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:49:59.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:59.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:59.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:59.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:59.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:59.291719100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:49:59.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:49:59.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:49:59.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:49:59.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:49:59.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:49:59.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:49:59.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:49:59.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2c8aef7c, [B@7be96da1], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:49:59.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:49:59.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:49:59.293261800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:49:59.294+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:49:59.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:49:59.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:49:59.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:59.297502] +2026-01-05T19:49:59.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:59.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:49:59.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:49:59.298508600] +2026-01-05T19:49:59.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:49:59.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:49:59.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:49:59.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:49:59.298508600] +2026-01-05T19:50:00.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:00.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:00.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:00.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:00.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:00.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:00.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:00.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:00.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:00.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:00.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:00.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:00.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:00.120819900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:01.730+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-3] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:01.734+09:00 WARN 19232 --- [b2st] [nio-8080-exec-3] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource performances/1/lottery/section for request '/performances/1/lottery/section'.] +2026-01-05T19:50:02.360+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:03.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:03.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:03.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:03.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:03.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:03.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:03.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:03.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:03.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:03.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:03.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:03.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:03.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:03.124799400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:04.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:04.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:04.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:04.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:04.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:04.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:04.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:04.311711100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:04.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:04.312711200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:04.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:04.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:04.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:04.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:04.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@126cfa91, [B@6bb483f1], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:04.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:04.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:04.313709600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:04.313+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:04.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:04.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:04.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:04.315711800] +2026-01-05T19:50:04.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:04.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:04.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:04.315711800] +2026-01-05T19:50:04.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:04.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:04.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:04.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:04.315711800] +2026-01-05T19:50:06.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:06.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:06.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:06.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:06.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:06.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:06.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:06.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:06.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:06.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:06.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:06.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:06.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:06.135260900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:07.456+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:09.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:09.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:09.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:09.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:09.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:09.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:09.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:09.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:09.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:09.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:09.146221400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:09.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:09.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:09.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:09.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:09.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:09.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:09.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:09.331032200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:09.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:09.332213700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@793e5260, [B@39821138], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:09.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:09.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:09.333285300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:09.333+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:09.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:09.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:09.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:09.335377300] +2026-01-05T19:50:09.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:09.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:09.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:09.335894900] +2026-01-05T19:50:09.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:09.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:09.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:09.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:09.335894900] +2026-01-05T19:50:11.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:50:11.938+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:50:11.938+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:11.937634] +2026-01-05T19:50:11.938+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:50:12.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:12.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:12.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:12.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:12.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:12.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:12.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:12.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:12.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:12.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:12.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:12.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:12.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:12.158459800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:12.560+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:14.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:14.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:14.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:14.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:14.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:14.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:14.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:14.352339400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:14.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:14.353589700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:14.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:14.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:14.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:14.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:14.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@99f7f32, [B@4af827b1], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:14.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:14.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:14.354617800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:14.354+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:14.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:14.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:14.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:14.356715500] +2026-01-05T19:50:14.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:14.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:14.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:14.356715500] +2026-01-05T19:50:14.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:14.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:14.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:14.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:14.356715500] +2026-01-05T19:50:15.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:15.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:15.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:15.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:15.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:15.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:15.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:15.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:15.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:15.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:15.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:15.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:15.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:15.162674100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:17.658+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:18.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:18.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:18.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:18.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:18.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:18.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:18.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:18.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:18.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:18.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:18.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:18.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:18.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:18.171501200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:19.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:19.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:19.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:19.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:19.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:19.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:19.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:19.369332600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:19.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:19.370460+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@65cb08d1, [B@11da7a8d], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:19.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:19.370982+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:19.371+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:19.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:19.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:19.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:19.373046500] +2026-01-05T19:50:19.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:19.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:19.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:19.373046500] +2026-01-05T19:50:19.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:19.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:19.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:19.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:19.373046500] +2026-01-05T19:50:21.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:21.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:21.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:21.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:21.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:21.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:21.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:21.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:21.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:21.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:21.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:21.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:21.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:21.188671900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:22.764+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:24.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:24.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:24.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:24.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:24.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:24.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:24.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:24.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:24.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:24.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:24.197847200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:24.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:24.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:24.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:24.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:24.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:24.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:24.384929900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:24.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:24.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:24.386123900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@391b8038, [B@4cb20263], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:24.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:24.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:24.386646100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:24.387+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:24.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:24.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:24.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:24.388712800] +2026-01-05T19:50:24.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:24.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:24.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:24.389238500] +2026-01-05T19:50:24.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:24.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:24.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:24.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:24.389238500] +2026-01-05T19:50:27.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:27.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:27.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:27.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:27.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:27.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:27.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:27.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:27.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:27.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:27.213959400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:27.866+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:29.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:29.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:29.405+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:29.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:29.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:29.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:29.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:29.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:29.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:29.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:29.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:29.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:29.407754400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:29.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:29.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:29.408952600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:29.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:29.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:29.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:29.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:29.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:29.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@559edd, [B@6a3af36d], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:29.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:29.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:29.409970200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:29.409+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:29.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:29.412+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:29.412+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:29.412027] +2026-01-05T19:50:29.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:29.412+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:29.412+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:29.412543500] +2026-01-05T19:50:29.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:29.413+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:29.413+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:29.413+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:29.412543500] +2026-01-05T19:50:30.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:30.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:30.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:30.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:30.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:30.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:30.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:30.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:30.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:30.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:30.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:30.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:30.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:30.231718300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:32.960+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:33.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:33.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:33.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:33.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:33.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:33.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:33.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:33.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:33.239579600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:34.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:34.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:34.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:34.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:34.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:34.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:34.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:34.423164100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:34.424168200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:34.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:34.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:34.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:34.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:34.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:34.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@7a7375f4, [B@1a446dcd], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:34.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:34.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:34.425169700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:34.425+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:34.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:34.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:34.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:34.428171300] +2026-01-05T19:50:34.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:34.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:34.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:34.428171300] +2026-01-05T19:50:34.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:34.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:34.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:34.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:34.428171300] +2026-01-05T19:50:36.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:36.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:36.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:36.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:36.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:36.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:36.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:36.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:36.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:36.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:36.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:36.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:36.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:36.246807700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:38.066+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:39.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:39.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:39.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:39.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:39.260829500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:39.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:39.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:39.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:39.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:39.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:39.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:39.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:39.434360300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:39.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:39.435400300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:39.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:39.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:39.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@10edeb59, [B@7bcb3f0f], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:39.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:39.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:39.436444800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:39.436+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:39.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:39.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:39.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:39.438525900] +2026-01-05T19:50:39.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:39.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:39.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:39.439044100] +2026-01-05T19:50:39.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:39.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:39.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:39.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:39.439044100] +2026-01-05T19:50:41.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:50:41.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:50:41.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:41.946243100] +2026-01-05T19:50:41.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:50:42.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:42.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:42.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:42.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:42.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:42.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:42.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:42.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:42.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:42.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:42.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:42.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:42.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:42.272816300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:43.164+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:44.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:44.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:44.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:44.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:44.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:44.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:44.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:44.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:44.456242400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:44.457679400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:44.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:44.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:44.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:44.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:44.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@103b34c6, [B@4255fff7], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:44.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:44.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:44.458684900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:44.458+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:44.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:44.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:44.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:44.460693500] +2026-01-05T19:50:44.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:44.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:44.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:44.460693500] +2026-01-05T19:50:44.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:44.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:44.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:44.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:44.460693500] +2026-01-05T19:50:45.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:45.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:45.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:45.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:45.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:45.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:45.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:45.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:45.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:45.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:45.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:45.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:45.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:45.282939800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:48.263+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:48.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:48.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:48.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:48.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:48.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:48.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:48.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:48.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:48.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:48.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:48.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:48.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:48.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:48.293460700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:49.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:49.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:49.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:49.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:49.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:49.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:49.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:49.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:49.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:49.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:49.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:49.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:49.471977300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:49.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:49.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:49.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:49.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:49.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:49.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:49.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:49.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:49.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:49.473731800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:49.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:49.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:49.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:49.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:49.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:49.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:49.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:49.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@51e63c5d, [B@5cc8e1c5], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:49.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:49.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:49.475324600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:49.475+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:49.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:49.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:49.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:49.477947800] +2026-01-05T19:50:49.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:49.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:49.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:49.478476700] +2026-01-05T19:50:49.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:49.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:49.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:49.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:49.478476700] +2026-01-05T19:50:51.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:51.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:51.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:51.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:51.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:51.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:51.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:51.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:51.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:51.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:51.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:51.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:51.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:51.309041800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:53.364+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:54.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:54.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:54.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:54.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:54.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:54.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:54.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:54.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:54.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:54.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:54.315449200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:54.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:54.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:54.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:54.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:54.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:54.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:54.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:54.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:54.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:54.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:54.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:54.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:54.487484900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:54.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:54.488174500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:54.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:54.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:54.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:54.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:54.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@49285e3e, [B@480f669b], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:54.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:54.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:54.489507+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:54.489+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:54.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:54.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:54.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:54.492117900] +2026-01-05T19:50:54.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:54.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:54.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:54.492117900] +2026-01-05T19:50:54.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:54.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:54.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:54.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:54.492117900] +2026-01-05T19:50:57.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:57.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:50:57.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:57.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:57.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:57.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:57.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:57.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:57.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:57.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:57.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:57.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:57.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:57.325243800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:58.465+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:50:59.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:50:59.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:50:59.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:50:59.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:50:59.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:59.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:59.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:59.512283600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:59.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:59.513833400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@e980cf4, [B@653480cd], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:50:59.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:50:59.514879600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:50:59.514+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:50:59.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:50:59.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:50:59.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:59.516972200] +2026-01-05T19:50:59.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:59.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:50:59.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:50:59.517492500] +2026-01-05T19:50:59.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:50:59.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:50:59.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:50:59.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:50:59.517492500] +2026-01-05T19:51:00.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:00.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:00.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:00.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:00.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:00.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:00.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:00.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:00.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:00.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:00.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:00.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:00.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:00.334669600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:03.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:03.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:03.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:03.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:03.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:03.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:03.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:03.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:03.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:03.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:03.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:03.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:03.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:03.344617700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:03.566+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:04.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:04.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:04.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:04.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:04.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:04.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:04.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:04.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:04.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:04.530767+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:04.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:04.531771900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@274c8fed, [B@5546f4aa], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:04.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:04.531771900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:04.532+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:04.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:04.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:04.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:04.533775100] +2026-01-05T19:51:04.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:04.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:04.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:04.535280900] +2026-01-05T19:51:04.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:04.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:04.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:04.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:04.535280900] +2026-01-05T19:51:06.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:06.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:06.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:06.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:06.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:06.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:06.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:06.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:06.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:06.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:06.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:06.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:06.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:06.355937800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:08.667+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:09.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:09.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:09.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:09.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:09.361928900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:09.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:09.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:09.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:09.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:09.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:09.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:09.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:09.549013300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:09.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:09.550052600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:09.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:09.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:09.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:09.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:09.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@42563361, [B@feb727c], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:09.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:09.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:09.551098700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:09.551+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:09.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:09.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:09.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:09.553704900] +2026-01-05T19:51:09.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:09.554225900] +2026-01-05T19:51:09.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:09.554225900] +2026-01-05T19:51:11.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:51:11.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:51:11.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:11.964336500] +2026-01-05T19:51:11.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:51:12.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:12.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:12.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:12.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:12.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:12.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:12.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:12.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:12.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:12.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:12.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:12.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:12.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:12.372577600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:13.772+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:14.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:14.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:14.568+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:14.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:14.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:14.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:14.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:14.569527600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:14.570528200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:14.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:14.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:14.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:14.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:14.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:14.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@4a5b14de, [B@7349f720], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:14.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:14.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:14.571530800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:14.571+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:14.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:14.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:14.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:14.574529300] +2026-01-05T19:51:14.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:14.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:14.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:14.574529300] +2026-01-05T19:51:14.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:14.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:14.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:14.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:14.574529300] +2026-01-05T19:51:15.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:15.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:15.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:15.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:15.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:15.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:15.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:15.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:15.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:15.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:15.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:15.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:15.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:15.381620800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:51:18.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:18.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:18.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:18.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:18.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:18.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:18.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:18.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:18.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:18.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:18.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:18.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:18.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:18.399273900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:51:18.873+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:19.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:19.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:19.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:19.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:19.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:19.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:19.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:19.592392100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:19.593609500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:19.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:19.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:19.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:19.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:19.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6f2268cf, [B@72a459a], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:19.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:19.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:19.594650200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:19.594+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:19.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:19.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:19.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:19.596735900] +2026-01-05T19:51:19.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:19.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:19.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:19.597259900] +2026-01-05T19:51:19.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:19.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:19.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:19.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:19.597259900] +2026-01-05T19:51:21.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:21.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:21.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:21.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:21.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:21.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:21.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:21.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:21.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:21.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:21.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:21.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:21.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:21.416269+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:23.970+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:24.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:24.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:24.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:24.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:24.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:24.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:24.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:24.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:24.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:24.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:24.433092500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:24.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:24.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:24.601+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:24.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:24.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:24.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:24.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:24.603457200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:24.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:24.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:24.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:24.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:24.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:24.604497700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:24.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@70caecfd, [B@3ccf0f18], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:24.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:24.605536400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:24.605+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:24.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:24.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:24.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:24.607622200] +2026-01-05T19:51:24.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:24.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:24.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:24.608139800] +2026-01-05T19:51:24.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:24.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:24.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:24.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:24.608139800] +2026-01-05T19:51:27.416+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T19:51:27.417+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:27.420+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T19:51:27.423+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:27.423+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:27.423+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:27.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:27.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:27.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T19:51:27.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:27.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:27.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:27.425+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:27.425+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:27.425192400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 4 ms +2026-01-05T19:51:27.425+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 35, queueId: 1, result: false +2026-01-05T19:51:27.425+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 35 +2026-01-05T19:51:27.431+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-5] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:27.435+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T19:51:27.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:27.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:27.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:27.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:27.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:27.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:27.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:27.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:27.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:27.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:27.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:27.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:27.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:27.439123100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:29.072+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:29.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:29.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:29.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:29.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:29.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:29.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:29.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:29.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:29.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:29.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:29.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:29.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:29.619393+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:29.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:29.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:29.620580200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:29.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:29.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:29.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:29.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:29.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6b09fbd0, [B@465f54e7], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:29.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:29.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:29.621621400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:29.621+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:29.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:29.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:29.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:29.623702] +2026-01-05T19:51:29.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:29.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:29.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:29.623702] +2026-01-05T19:51:29.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:29.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:29.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:29.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:29.623702] +2026-01-05T19:51:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:30.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:30.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:30.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:30.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:30.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:30.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:30.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:30.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:30.443796500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:33.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:33.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:33.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:33.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:33.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:33.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:33.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:33.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:33.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:33.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:33.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:33.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:33.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:33.461884700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:34.172+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:34.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:34.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:34.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:34.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:34.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:34.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:34.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:34.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:34.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:34.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:34.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:34.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:34.636450500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:34.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:34.637721400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:34.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:34.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:34.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:34.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:34.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3fe26ad6, [B@772482d3], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:34.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:34.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:34.638765100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:34.638+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:34.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:34.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:34.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:34.640844900] +2026-01-05T19:51:34.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:34.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:34.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:34.641357200] +2026-01-05T19:51:34.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:34.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:34.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:34.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:34.641357200] +2026-01-05T19:51:36.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:36.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:36.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:36.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:36.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:36.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:36.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:36.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:36.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:36.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:36.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:36.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:36.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:36.475895500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:39.275+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:39.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:39.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:39.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:39.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:39.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:39.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:39.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:39.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:39.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:39.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:39.481302700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:39.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:39.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:39.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:39.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:39.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:39.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:39.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:39.652706500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:39.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:39.653854300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:39.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:39.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:39.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:39.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:39.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@15a6019b, [B@753fc7ea], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:39.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:39.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:39.654923200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:39.654+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:39.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:39.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:39.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:39.657028700] +2026-01-05T19:51:39.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:39.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:39.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:39.657028700] +2026-01-05T19:51:39.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:39.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:39.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:39.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:39.657028700] +2026-01-05T19:51:41.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:51:41.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:51:41.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:41.973910100] +2026-01-05T19:51:41.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:51:42.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:42.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:42.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:42.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:42.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:42.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:42.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:42.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:42.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:42.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:42.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:42.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:42.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:42.488076300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:44.373+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:44.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:44.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:44.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:44.668083800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:44.669248400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:44.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:44.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:44.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:44.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:44.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@4e1173bb, [B@6b88b0bd], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:44.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:44.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:44.670289500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:44.670+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:44.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:44.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:44.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:44.672892700] +2026-01-05T19:51:44.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:44.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:44.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:44.672892700] +2026-01-05T19:51:44.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:44.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:44.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:44.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:44.672892700] +2026-01-05T19:51:45.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:45.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:45.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:45.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:45.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:45.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:45.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:45.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:45.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:45.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:45.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:45.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:45.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:45.500107800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:51:48.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:48.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:48.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:48.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:48.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:48.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:48.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:48.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:48.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:48.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:48.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:48.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:48.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:48.507263800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:49.475+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:49.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:49.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:49.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:49.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:49.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:49.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:49.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:49.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:49.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:49.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:49.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:49.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:49.676517600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:49.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:49.677743900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:49.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@7d92b0f7, [B@4dfaddde], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:49.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:49.678787300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:49.678+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:49.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:49.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:49.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:49.681465200] +2026-01-05T19:51:49.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:49.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:49.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:49.681989] +2026-01-05T19:51:49.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:49.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:49.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:49.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:49.681989] +2026-01-05T19:51:51.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:51.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:51.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:51.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:51.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:51.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:51.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:51.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:51.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:51.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:51.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:51.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:51.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:51.516021500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:54.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:54.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:54.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:54.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:54.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:54.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:54.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:54.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:54.526138200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:54.577+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:54.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:54.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:54.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:54.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:54.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:54.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:54.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:54.698758500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:54.699958800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:54.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:54.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:54.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:54.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:54.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@7dcb0740, [B@70b7d135], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:54.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:54.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:54.701001300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:54.701+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:54.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:54.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:54.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:54.703086300] +2026-01-05T19:51:54.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:54.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:54.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:54.703605900] +2026-01-05T19:51:54.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:54.704+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:54.704+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:54.704+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:54.703605900] +2026-01-05T19:51:57.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:57.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:51:57.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:57.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:57.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:57.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:57.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:57.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:57.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:57.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:57.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:57.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:57.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:57.535795300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:59.682+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:51:59.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:51:59.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:51:59.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:51:59.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:51:59.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:59.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:59.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:59.715825200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:59.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:59.716974600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:51:59.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:51:59.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:51:59.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:51:59.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:51:59.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@39f7a0a3, [B@437384d9], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:51:59.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:51:59.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:51:59.717486600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:51:59.717+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:51:59.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:51:59.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:51:59.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:59.719563800] +2026-01-05T19:51:59.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:59.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:51:59.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:59.719563800] +2026-01-05T19:51:59.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:51:59.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:51:59.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:51:59.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:51:59.719563800] +2026-01-05T19:52:00.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:00.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:00.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:00.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:00.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:00.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:00.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:00.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:00.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:00.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:00.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:00.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:00.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:00.553345+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:03.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:03.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:03.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:03.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:03.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:03.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:03.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:03.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:03.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:03.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:03.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:03.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:03.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:03.562590+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:04.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:04.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:04.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:04.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:04.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:04.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:04.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:04.725202100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:04.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:04.726708100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:04.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:04.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:04.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:04.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:04.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@78888380, [B@1574427c], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:04.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:04.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:04.727714100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:04.727+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:04.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:04.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:04.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:04.729716200] +2026-01-05T19:52:04.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:04.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:04.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:04.729716200] +2026-01-05T19:52:04.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:04.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:04.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:04.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:04.729716200] +2026-01-05T19:52:04.787+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:06.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:06.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:06.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:06.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:06.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:06.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:06.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:06.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:06.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:06.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:06.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:06.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:06.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:06.566858500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:09.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:09.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:09.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:09.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:09.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:09.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:09.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:09.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:09.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:09.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:09.574269+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:09.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:09.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:09.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:09.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:09.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:09.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:09.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:09.743955+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:09.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:09.745224500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:09.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:09.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:09.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:09.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:09.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3ee3b124, [B@5b2c7485], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:09.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:09.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:09.746276100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:09.746+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:09.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:09.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:09.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:09.748366200] +2026-01-05T19:52:09.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:09.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:09.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:09.748885900] +2026-01-05T19:52:09.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:09.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:09.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:09.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:09.748885900] +2026-01-05T19:52:09.882+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:11.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:52:11.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:52:11.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:11.989284400] +2026-01-05T19:52:11.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:52:12.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:12.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:12.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:12.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:12.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:12.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:12.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:12.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:12.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:12.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:12.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:12.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:12.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:12.581752+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:14.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:14.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:14.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:14.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:14.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:14.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:14.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:14.757553500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:14.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:14.758762100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:14.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:14.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:14.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:14.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:14.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3875faae, [B@1b24eecc], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:14.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:14.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:14.759281100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:14.759+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:14.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:14.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:14.761369] +2026-01-05T19:52:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:14.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:14.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:14.761369] +2026-01-05T19:52:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:14.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:14.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:14.761+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:14.761369] +2026-01-05T19:52:14.988+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:15.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:15.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:15.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:15.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:15.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:15.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:15.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:15.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:15.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:15.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:15.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:15.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:15.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:15.598012200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:18.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:18.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:18.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:18.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:18.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:18.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:18.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:18.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:18.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:18.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:18.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:18.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:18.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:18.604200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:19.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:19.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:19.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:19.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:19.768813900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:19.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:19.769977500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:19.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:19.770+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:19.770+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:19.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:19.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6abccd03, [B@673d66c], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:19.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:19.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:19.771014900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:19.771+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:19.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:19.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:19.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:19.773107100] +2026-01-05T19:52:19.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:19.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:19.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:19.773107100] +2026-01-05T19:52:19.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:19.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:19.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:19.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:19.773107100] +2026-01-05T19:52:20.080+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:21.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:21.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:21.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:21.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:21.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:21.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:21.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:21.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:21.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:21.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:21.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:21.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:21.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:21.617491700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:24.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:24.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:24.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:24.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:24.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:24.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:24.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:24.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:24.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:24.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:24.620386400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:24.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:24.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:24.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:24.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:24.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:24.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:24.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:24.778590300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:24.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:24.779755800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:24.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:24.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:24.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:24.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:24.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@48f3ed96, [B@407d93d9], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:24.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:24.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:24.780276500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:24.780+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:24.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:24.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:24.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:24.782353500] +2026-01-05T19:52:24.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:24.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:24.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:24.782871400] +2026-01-05T19:52:24.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:24.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:24.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:24.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:24.782871400] +2026-01-05T19:52:25.182+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:27.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:27.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:27.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:27.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:27.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:27.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:27.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:27.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:27.635315+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:29.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:29.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:29.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:29.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:29.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:29.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:29.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:29.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:29.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:29.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:29.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:29.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:29.787517100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:29.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:29.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:29.788679700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:29.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:29.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:29.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:29.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1b843bdd, [B@795d44ee], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:29.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:29.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:29.789722100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:29.789+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:29.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:29.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:29.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:29.791300200] +2026-01-05T19:52:29.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:29.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:29.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:29.791820700] +2026-01-05T19:52:29.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:29.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:29.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:29.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:29.791820700] +2026-01-05T19:52:30.281+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:30.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:30.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:30.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:30.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:30.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:30.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:30.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:30.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:30.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:30.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:30.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:30.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:30.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:30.643837600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:33.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:33.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:33.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:33.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:33.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:33.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:33.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:33.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:33.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:33.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:33.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:33.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:33.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:33.647933300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:34.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:34.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:34.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:34.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:34.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:34.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:34.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:34.804611600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:34.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:34.805612200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@7f3f9f97, [B@219dca60], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:34.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:34.805612200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:34.805+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:34.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:34.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:34.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:34.808642900] +2026-01-05T19:52:34.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:34.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:34.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:34.808642900] +2026-01-05T19:52:34.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:34.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:34.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:34.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:34.808642900] +2026-01-05T19:52:35.383+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:36.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:36.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:36.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:36.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:36.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:36.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:36.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:36.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:36.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:36.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:36.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:36.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:36.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:36.664119600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:39.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:39.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:39.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:39.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:39.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:39.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:39.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:39.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:39.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:39.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:39.674042600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:39.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:39.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:39.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:39.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:39.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:39.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:39.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:39.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:39.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:39.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:39.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:39.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:39.815319500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:39.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:39.816594600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:39.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@60873fa5, [B@15a07830], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:39.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:39.817651200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:39.817+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:39.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:39.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:39.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:39.820257200] +2026-01-05T19:52:39.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:39.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:39.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:39.820778800] +2026-01-05T19:52:39.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:39.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:39.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:39.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:39.820778800] +2026-01-05T19:52:40.485+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:42.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:52:42.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:52:42.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:42.009464] +2026-01-05T19:52:42.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:52:42.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:42.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:42.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:42.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:42.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:42.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:42.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:42.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:42.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:42.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:42.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:42.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:42.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:42.685604800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:44.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:44.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:44.836+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:44.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:44.838001500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:44.839288+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@699d9c32, [B@6bb92780], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:44.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:44.839815400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:44.840+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:44.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:44.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:44.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:44.841925600] +2026-01-05T19:52:44.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:44.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:44.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:44.842450100] +2026-01-05T19:52:44.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:44.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:44.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:44.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:44.842450100] +2026-01-05T19:52:45.584+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:45.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:45.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:45.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:45.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:45.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:45.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:45.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:45.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:45.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:45.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:45.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:45.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:45.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:45.693127100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:48.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:48.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:48.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:48.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:48.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:48.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:48.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:48.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:48.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:48.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:48.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:48.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:48.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:48.710774600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:49.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:49.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:49.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:49.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:49.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:49.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:49.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:49.850332400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:49.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:49.851366700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:49.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:49.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:49.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@18326c0a, [B@3d02e320], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:49.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:49.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:49.852418400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:49.852+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:49.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:49.853963] +2026-01-05T19:52:49.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:49.854474100] +2026-01-05T19:52:49.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:49.854474100] +2026-01-05T19:52:50.688+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:51.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:51.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:51.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:51.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:51.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:51.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:51.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:51.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:51.717418+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:54.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:54.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:54.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:54.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:54.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:54.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:54.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:54.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:54.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:54.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:54.725469100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:54.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:54.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:54.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:54.864318500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:54.865508600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:54.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:54.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:54.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:54.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:54.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@63706abe, [B@326744ce], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:54.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:54.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:54.866031500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:54.866+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:54.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:54.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:54.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:54.867574900] +2026-01-05T19:52:54.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:54.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:54.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:54.868087400] +2026-01-05T19:52:54.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:54.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:54.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:54.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:54.868087400] +2026-01-05T19:52:55.787+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:52:57.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:57.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:52:57.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:57.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:57.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:57.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:57.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:57.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:57.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:57.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:57.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:57.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:57.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:57.729075500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:59.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:52:59.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:52:59.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:52:59.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:52:59.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:59.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:59.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:59.875093900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:59.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:59.876284300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:52:59.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@783365b4, [B@6af66205], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:52:59.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:52:59.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:52:59.877326400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:52:59.877+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:52:59.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:52:59.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:52:59.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:59.879419700] +2026-01-05T19:52:59.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:59.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:52:59.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:59.879946500] +2026-01-05T19:52:59.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:52:59.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:52:59.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:52:59.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:52:59.879946500] +2026-01-05T19:53:00.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:00.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:00.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:00.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:00.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:00.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:00.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:00.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:00.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:00.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:00.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:00.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:00.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:00.747114500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:00.887+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:03.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:03.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:03.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:03.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:03.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:03.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:03.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:03.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:03.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:03.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:03.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:03.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:03.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:03.761515+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:04.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:04.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:04.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:04.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:04.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:04.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:04.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:04.892873400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:04.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:04.894379400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:04.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:04.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6a3d2609, [B@1eefc7d3], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:04.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:04.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:04.895934800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:04.895+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:04.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:04.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:04.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:04.898940300] +2026-01-05T19:53:04.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:04.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:04.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:04.898940300] +2026-01-05T19:53:04.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:04.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:04.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:04.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:04.898940300] +2026-01-05T19:53:05.988+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:06.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:06.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:06.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:06.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:06.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:06.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:06.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:06.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:06.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:06.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:06.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:06.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:06.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:06.777429900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:09.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:09.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:09.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:09.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:09.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:09.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:09.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:09.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:09.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:09.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:09.792754200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:09.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:09.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:09.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:09.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:09.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:09.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:09.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:09.917027+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:09.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:09.918262500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@66019534, [B@1cee06c6], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:09.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:09.918785700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:09.918+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:09.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:09.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:09.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:09.921446200] +2026-01-05T19:53:09.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:09.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:09.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:09.921977400] +2026-01-05T19:53:09.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:09.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:09.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:09.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:09.921977400] +2026-01-05T19:53:11.091+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:12.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:53:12.020+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:53:12.020+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:12.019864900] +2026-01-05T19:53:12.020+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:53:12.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:12.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:12.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:12.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:12.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:12.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:12.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:12.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:12.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:12.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:12.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:12.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:12.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:12.798000500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:14.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:14.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:14.932+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:14.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:14.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:14.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:14.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:14.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:14.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:14.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:14.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:14.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:14.934936400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:14.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:14.935953+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:14.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:14.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:14.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:14.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:14.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:14.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:14.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:14.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6d5908d8, [B@1b19b5fc], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:14.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:14.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:14.937003700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:14.937+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:14.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:14.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:14.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:14.939616900] +2026-01-05T19:53:14.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:14.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:14.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:14.940141600] +2026-01-05T19:53:14.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:14.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:14.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:14.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:14.940141600] +2026-01-05T19:53:15.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:15.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:15.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:15.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:15.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:15.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:15.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:15.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:15.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:15.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:15.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:15.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:15.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:15.805852900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:16.194+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:18.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:18.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:18.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:18.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:18.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:18.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:18.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:18.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:18.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:18.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:18.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:18.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:18.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:18.812339+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:19.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:19.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:19.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:19.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:19.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:19.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:19.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:19.946047100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:19.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:19.947097300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:19.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:19.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:19.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:19.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:19.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@50db9b42, [B@af9d6dc], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:19.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:19.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:19.948137400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:19.948+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:19.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:19.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:19.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:19.949715400] +2026-01-05T19:53:19.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:19.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:19.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:19.950238500] +2026-01-05T19:53:19.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:19.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:19.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:19.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:19.950238500] +2026-01-05T19:53:21.295+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:21.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:21.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:21.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:21.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:21.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:21.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:21.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:21.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:21.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:21.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:21.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:21.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:21.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:21.826083+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:24.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:24.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:24.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:24.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:24.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:24.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:24.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:24.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:24.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:24.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:24.842388800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:24.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:24.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:24.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:24.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:24.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:24.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:24.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:24.967538800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:24.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:24.968784400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:24.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:24.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:24.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:24.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:24.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@7b94d17, [B@65a495e5], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:24.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:24.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:24.969295500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:24.969+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:24.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:24.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:24.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:24.971423200] +2026-01-05T19:53:24.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:24.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:24.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:24.971943] +2026-01-05T19:53:24.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:24.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:24.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:24.972+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:24.971943] +2026-01-05T19:53:26.399+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:27.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:27.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:27.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:27.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:27.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:27.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:27.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:27.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:27.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:27.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:27.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:27.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:27.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:27.848337500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:29.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:29.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:29.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:29.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:29.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:29.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:29.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:29.981153700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:29.981825100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@4f9b29dd, [B@5d8c80b0], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:29.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:29.982868500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:29.982+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:29.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:29.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:29.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:29.984438200] +2026-01-05T19:53:29.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:29.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:29.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:29.984962800] +2026-01-05T19:53:29.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:29.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:29.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:29.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:29.984962800] +2026-01-05T19:53:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:30.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:30.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:30.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:30.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:30.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:30.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:30.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:30.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:30.865731600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:31.493+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:33.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:33.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:33.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:33.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:33.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:33.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:33.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:33.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:33.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:33.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:33.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:33.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:33.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:33.872253900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:34.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:34.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:34.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:34.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:34.992981200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:34.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:34.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:34.994278900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:34.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:34.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:34.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@43264d12, [B@4664a9c3], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:34.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:34.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:34.995329+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:34.995+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:34.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:34.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:34.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:34.996911100] +2026-01-05T19:53:34.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:34.997+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:34.997+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:34.997440100] +2026-01-05T19:53:34.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:34.997+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:34.997+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:34.997+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:34.997440100] +2026-01-05T19:53:36.593+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:36.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:36.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:36.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:36.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:36.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:36.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:36.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:36.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:36.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:36.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:36.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:36.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:36.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:36.890695900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:39.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:39.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:39.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:39.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:39.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:39.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:39.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:39.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:39.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:39.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:39.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:39.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:39.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:39.896309+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:40.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:40.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:40.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:40.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:40.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:40.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:40.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:40.004407900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:40.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:40.005095100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:40.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:40.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:40.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:40.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:40.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6dcea4dc, [B@19c7dd84], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:40.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:40.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:40.006134700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:40.006+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:40.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:40.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:40.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:40.008205100] +2026-01-05T19:53:40.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:40.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:40.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:40.008205100] +2026-01-05T19:53:40.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:40.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:40.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:40.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:40.008205100] +2026-01-05T19:53:41.699+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:42.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:53:42.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:53:42.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:42.027788200] +2026-01-05T19:53:42.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:53:42.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:42.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:42.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:42.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:42.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:42.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:42.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:42.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:42.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:42.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:42.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:42.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:42.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:42.902430900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:45.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:45.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:45.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:45.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:45.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:45.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:45.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:45.019752+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:45.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:45.020782+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:45.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:45.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:45.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:45.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@605cf10d, [B@499b1c31], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:45.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:45.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:45.021295700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:45.021+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:45.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:45.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:45.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:45.023358600] +2026-01-05T19:53:45.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:45.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:45.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:45.023874700] +2026-01-05T19:53:45.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:45.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:45.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:45.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:45.023874700] +2026-01-05T19:53:45.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:45.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:45.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:45.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:45.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:45.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:45.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:45.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:45.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:45.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:45.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:45.908423300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:46.796+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:48.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:48.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:48.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:48.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:48.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:48.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:48.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:48.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:48.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:48.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:48.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:48.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:48.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:48.921887800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:50.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:50.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:50.037+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:50.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:50.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:50.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:50.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:50.039075200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:50.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:50.040310200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2d8a6006, [B@6fbb432f], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:50.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:50.040836700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:50.040+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:50.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:50.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:50.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:50.043649100] +2026-01-05T19:53:50.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:50.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:50.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:50.043649100] +2026-01-05T19:53:50.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:50.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:50.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:50.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:50.043649100] +2026-01-05T19:53:51.900+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:51.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:51.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:51.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:51.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:51.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:51.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:51.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:51.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:51.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:51.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:51.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:51.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:51.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:51.933900100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:54.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:54.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:54.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:54.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:54.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:54.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:54.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:54.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:54.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:54.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:54.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:54.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:54.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:54.944970400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:55.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:55.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:53:55.051+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:53:55.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:53:55.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:55.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:55.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:55.053121500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:55.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:55.054157700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:55.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:55.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:53:55.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:55.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:55.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@46c878c2, [B@14670a25], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:55.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:55.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:55.055239100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:53:55.055+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:53:55.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:53:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:53:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:55.057315900] +2026-01-05T19:53:55.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:53:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:53:55.057840400] +2026-01-05T19:53:55.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:53:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:53:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:53:55.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:53:55.057840400] +2026-01-05T19:53:56.999+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:53:57.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:53:57.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:53:57.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:57.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:57.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:53:57.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:53:57.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:53:57.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:53:57.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:53:57.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:53:57.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:53:57.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:53:57.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:53:57.963709+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:00.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:00.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:00.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:00.075466600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:00.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:00.076069100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:00.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:00.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:00.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:00.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@6250becb, [B@10c8b59f], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:00.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:00.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:00.077112900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:00.077+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:00.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:00.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:00.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:00.079174100] +2026-01-05T19:54:00.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:00.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:00.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:00.079174100] +2026-01-05T19:54:00.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:00.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:00.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:00.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:00.079174100] +2026-01-05T19:54:00.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:00.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:00.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:00.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:00.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:00.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:00.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:00.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:00.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:00.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:00.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:00.978083+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:02.103+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:03.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:03.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:03.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:03.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:03.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:03.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:03.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:03.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:03.993781600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:05.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:05.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:05.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:05.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:05.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:05.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:05.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:05.085173+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:05.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:05.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:05.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:05.086856300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:05.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:05.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:05.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:05.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:05.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:05.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:05.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:05.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@528d8a32, [B@462cb932], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:05.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:05.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:05.087910400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:05.087+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:05.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:05.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:05.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:05.089463400] +2026-01-05T19:54:05.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:05.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:05.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:05.089987400] +2026-01-05T19:54:05.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:05.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:05.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:05.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:05.089987400] +2026-01-05T19:54:06.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:06.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:06.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:06.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:06.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:06.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:06.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:06.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:07.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:07.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:07.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:07.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:07.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:07.000096200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:07.200+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:10.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:10.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:10.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:10.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:10.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:10.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:10.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:10.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:10.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:10.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:10.013832700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:10.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:10.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:10.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:10.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:10.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:10.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:10.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:10.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:10.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:10.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:10.094042600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:10.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:10.095176400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:10.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:10.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:10.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2f15def0, [B@5fc71733], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:10.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:10.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:10.096210100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:10.096+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:10.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:10.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:10.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:10.098287] +2026-01-05T19:54:10.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:10.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:10.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:10.098287] +2026-01-05T19:54:10.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:10.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:10.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:10.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:10.098287] +2026-01-05T19:54:12.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:54:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:54:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:12.039258300] +2026-01-05T19:54:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:54:12.303+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:13.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:13.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:13.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:13.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:13.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:13.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:13.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:13.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:13.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:13.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:13.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:13.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:13.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:13.023792500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:15.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:15.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:15.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:15.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:15.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:15.115482+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:15.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:15.116683200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:15.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:15.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:15.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:15.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@36f0e9c1, [B@4326c6da], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:15.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:15.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:15.117726500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:15.117+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:15.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:15.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:15.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:15.119799700] +2026-01-05T19:54:15.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:15.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:15.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:15.120324] +2026-01-05T19:54:15.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:15.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:15.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:15.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:15.120324] +2026-01-05T19:54:16.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:16.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:16.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:16.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:16.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:16.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:16.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:16.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:16.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:16.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:16.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:16.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:16.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:16.032514200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:17.402+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:19.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:19.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:19.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:19.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:19.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:19.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:19.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:19.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:19.036758800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:20.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:20.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:20.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:20.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:20.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:20.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:20.127948400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:20.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:20.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:20.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:20.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:20.129147600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@66a36720, [B@6da78820], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:20.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:20.129671800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:20.129+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:20.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:20.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:20.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:20.131752] +2026-01-05T19:54:20.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:20.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:20.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:20.132273800] +2026-01-05T19:54:20.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:20.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:20.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:20.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:20.132273800] +2026-01-05T19:54:22.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:22.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:22.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:22.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:22.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:22.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:22.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:22.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:22.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:22.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:22.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:22.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:22.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:22.045619500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:22.508+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:25.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:25.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:25.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:25.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:25.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:25.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:25.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:25.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:25.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:25.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:25.052608500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:25.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:25.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:25.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:25.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:25.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:25.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:25.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:25.144615800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:25.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:25.145860500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:25.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:25.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:25.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:25.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:25.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:25.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3311432c, [B@7e7d9680], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:25.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:25.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:25.146899300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:25.146+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:25.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:25.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:25.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:25.148984800] +2026-01-05T19:54:25.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:25.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:25.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:25.149502100] +2026-01-05T19:54:25.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:25.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:25.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:25.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:25.149502100] +2026-01-05T19:54:27.610+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:28.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:28.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:28.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:28.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:28.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:28.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:28.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:28.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:28.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:28.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:28.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:28.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:28.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:28.062767700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:30.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:30.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:30.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:30.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:30.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:30.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:30.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:30.159232500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:30.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:30.160272500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:30.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:30.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:30.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:30.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@20c35199, [B@6be05e15], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:30.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:30.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:30.161328900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:30.161+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:30.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:30.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:30.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:30.163937400] +2026-01-05T19:54:30.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:30.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:30.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:30.164459100] +2026-01-05T19:54:30.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:30.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:30.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:30.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:30.164459100] +2026-01-05T19:54:31.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:31.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:31.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:31.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:31.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:31.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:31.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:31.078+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:31.078+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:31.078+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:31.078+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:31.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:31.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:31.078713400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:32.711+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:34.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:34.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:34.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:34.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:34.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:34.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:34.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:34.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:34.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:34.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:34.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:34.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:34.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:34.085480+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:35.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:35.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:35.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:35.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:35.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:35.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:35.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:35.178196100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:35.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:35.179415600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1e5a34, [B@2976e5a5], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:35.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:35.179940300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:35.179+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:35.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:35.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:35.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:35.182531100] +2026-01-05T19:54:35.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:35.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:35.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:35.182531100] +2026-01-05T19:54:35.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:35.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:35.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:35.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:35.182531100] +2026-01-05T19:54:37.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:37.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:37.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:37.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:37.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:37.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:37.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:37.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:37.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:37.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:37.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:37.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:37.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:37.097378500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:37.813+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:40.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:40.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:40.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:40.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:40.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:40.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:40.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:40.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:40.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:40.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:40.111820500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:40.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:40.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:40.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:40.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:40.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:40.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:40.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:40.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:40.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:40.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:40.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:40.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:40.189755400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:40.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:40.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:40.191331800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:40.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:40.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:40.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:40.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@18765f0e, [B@101515c2], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:40.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:40.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:40.193442500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:40.193+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:40.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:40.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:40.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:40.196659400] +2026-01-05T19:54:40.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:40.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:40.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:40.197184200] +2026-01-05T19:54:40.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:40.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:40.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:40.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:40.197184200] +2026-01-05T19:54:42.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:54:42.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:54:42.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:42.058361600] +2026-01-05T19:54:42.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:54:42.904+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:43.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:43.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:43.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:43.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:43.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:43.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:43.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:43.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:43.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:43.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:43.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:43.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:43.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:43.118734500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:45.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:45.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:45.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:45.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:45.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:45.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:45.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:45.211180700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:45.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:45.212213+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:45.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:45.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:45.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:45.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:45.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@7294403f, [B@18f272a1], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:45.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:45.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:45.213826800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:45.213+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:45.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:45.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:45.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:45.215473300] +2026-01-05T19:54:45.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:45.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:45.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:45.215992700] +2026-01-05T19:54:45.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:45.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:45.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:45.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:45.215992700] +2026-01-05T19:54:46.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:46.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:46.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:46.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:46.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:46.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:46.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:46.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:46.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:46.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:46.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:46.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:46.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:46.127068900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:48.007+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:49.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:49.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:49.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:49.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:49.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:49.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:49.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:49.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:49.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:49.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:49.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:49.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:49.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:49.143662300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:50.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:50.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:50.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:50.233001700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:50.233605400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@50631411, [B@54aec58b], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:50.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:50.234644200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:50.234+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:50.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:50.236+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:50.236+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:50.236718700] +2026-01-05T19:54:50.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:50.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:50.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:50.236718700] +2026-01-05T19:54:50.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:50.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:50.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:50.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:50.236718700] +2026-01-05T19:54:52.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:52.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:52.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:52.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:52.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:52.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:52.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:52.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:52.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:52.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:52.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:52.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:52.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:52.161412600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:53.107+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:54:55.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:55.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:55.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:55.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:55.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:55.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:55.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:55.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:55.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:55.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:55.179482800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:55.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:55.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:54:55.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:54:55.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:54:55.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:55.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:55.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:55.242128900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:55.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:55.243371900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@543f2fc5, [B@74c9ee0d], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:55.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:55.243891800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:55.243+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:54:55.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:54:55.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:54:55.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:55.245988200] +2026-01-05T19:54:55.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:55.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:54:55.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:54:55.246507900] +2026-01-05T19:54:55.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:54:55.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:54:55.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:54:55.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:54:55.246507900] +2026-01-05T19:54:58.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:54:58.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:54:58.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:58.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:58.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:54:58.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:54:58.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:54:58.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:54:58.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:54:58.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:54:58.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:54:58.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:54:58.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:54:58.191590200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:54:58.210+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:00.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:00.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:00.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:00.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:00.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:00.262870700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:00.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:00.263971400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:00.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:00.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:00.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:00.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:00.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@7dbf8eba, [B@504afaf], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:00.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:00.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:00.264498100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:00.264+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:00.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:00.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:00.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:00.266057400] +2026-01-05T19:55:00.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:00.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:00.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:00.266582900] +2026-01-05T19:55:00.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:00.267+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:00.267+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:00.267+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:00.266582900] +2026-01-05T19:55:01.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:01.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:01.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:01.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:01.198268+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:03.314+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:04.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:04.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:04.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:04.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:04.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:04.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:04.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:04.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:04.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:04.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:04.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:04.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:04.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:04.205004600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:05.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:05.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:05.267+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:05.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:05.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:05.269954100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:05.270461100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:05.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:05.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:05.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:05.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:05.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2c449046, [B@1721900b], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:05.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:05.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:05.271512200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:05.271+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:05.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:05.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:05.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:05.273080700] +2026-01-05T19:55:05.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:05.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:05.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:05.273598200] +2026-01-05T19:55:05.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:05.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:05.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:05.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:05.273598200] +2026-01-05T19:55:07.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:07.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:07.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:07.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:07.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:07.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:07.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:07.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:07.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:07.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:07.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:07.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:07.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:07.221344100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:08.409+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:10.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:10.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:10.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:10.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:10.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:10.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:10.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:10.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:10.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:10.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:10.232694100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:10.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:10.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:10.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:10.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:10.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:10.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:10.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:10.279075+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:10.279744500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:10.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3b86c335, [B@34d0ddfb], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:10.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:10.280791400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:10.280+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:10.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:10.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:10.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:10.282865100] +2026-01-05T19:55:10.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:10.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:10.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:10.282865100] +2026-01-05T19:55:10.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:10.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:10.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:10.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:10.282865100] +2026-01-05T19:55:12.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:55:12.067+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:55:12.067+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:12.067143700] +2026-01-05T19:55:12.067+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:55:13.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:13.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:13.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:13.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:13.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:13.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:13.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:13.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:13.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:13.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:13.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:13.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:13.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:13.237453100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:13.514+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:15.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:15.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:15.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:15.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:15.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:15.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:15.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:15.293458200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:15.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:15.294458300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:15.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:15.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:15.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:15.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:15.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@77d7f265, [B@357ecf55], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:15.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:15.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:15.295459+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:15.295+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:15.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:15.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:15.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:15.296458700] +2026-01-05T19:55:15.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:15.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:15.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:15.297459] +2026-01-05T19:55:15.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:15.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:15.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:15.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:15.297459] +2026-01-05T19:55:16.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:16.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:16.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:16.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:16.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:16.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:16.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:16.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:16.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:16.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:16.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:16.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:16.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:16.255279500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:18.614+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:19.257856300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:20.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:20.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:20.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:20.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:20.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:20.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:20.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:20.305904600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:20.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:20.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:20.307098200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@1e44e3cb, [B@af2d68e], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:20.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:20.307651300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:20.308+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:20.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:20.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:20.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:20.309748900] +2026-01-05T19:55:20.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:20.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:20.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:20.310279500] +2026-01-05T19:55:20.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:20.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:20.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:20.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:20.310279500] +2026-01-05T19:55:22.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:22.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:22.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:22.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:22.266253600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:23.711+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:25.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:25.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:25.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:25.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:25.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:25.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:25.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:25.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:25.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:25.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:25.270623400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:25.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:25.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:25.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:25.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:25.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:25.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:25.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:25.317047700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:25.317565100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:25.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:25.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:25.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:25.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3513f7fc, [B@4bc1bd90], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:25.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:25.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:25.318330600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:25.318+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:25.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:25.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:25.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:25.320414700] +2026-01-05T19:55:25.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:25.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:25.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:25.320414700] +2026-01-05T19:55:25.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:25.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:25.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:25.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:25.320414700] +2026-01-05T19:55:28.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:28.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:28.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:28.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:28.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:28.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:28.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:28.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:28.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:28.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:28.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:28.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:28.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:28.286692200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:28.813+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:30.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:30.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:30.323+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:30.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:30.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:30.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:30.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:30.325424900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:30.326492500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:30.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:30.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2ec6d53e, [B@2fb38083], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:30.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:30.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:30.327007400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:30.327+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:30.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:30.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:30.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:30.328565800] +2026-01-05T19:55:30.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:30.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:30.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:30.329088700] +2026-01-05T19:55:30.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:30.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:30.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:30.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:30.329088700] +2026-01-05T19:55:31.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:31.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:31.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:31.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:31.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:31.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:31.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:31.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:31.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:31.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:31.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:31.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:31.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:31.289590500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:33.923+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:34.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:34.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:34.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:34.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:34.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:34.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:34.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:34.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:34.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:34.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:34.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:34.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:34.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:34.301850300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:35.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:35.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:35.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:35.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:35.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:35.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:35.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:35.344064800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:35.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:35.345189400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@5403a2e2, [B@ef0ed7d], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:35.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:35.345716500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:35.345+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:35.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:35.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:35.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:35.347786500] +2026-01-05T19:55:35.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:35.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:35.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:35.347786500] +2026-01-05T19:55:35.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:35.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:35.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:35.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:35.347786500] +2026-01-05T19:55:37.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:37.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:37.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:37.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:37.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:37.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:37.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:37.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:37.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:37.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:37.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:37.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:37.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:37.318994400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:39.021+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:40.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:40.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:40.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:40.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:40.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:40.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:40.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:40.331750500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:40.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:40.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:40.362+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:40.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:40.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:40.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:40.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:40.363694200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:40.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:40.364867200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:40.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:40.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:40.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:40.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:40.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@69006268, [B@4c121c6c], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:40.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:40.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:40.365392+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:40.365+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:40.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:40.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:40.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:40.367474100] +2026-01-05T19:55:40.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:40.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:40.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:40.367474100] +2026-01-05T19:55:40.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:40.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:40.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:40.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:40.367474100] +2026-01-05T19:55:42.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:55:42.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:55:42.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:42.074885600] +2026-01-05T19:55:42.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:55:43.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:43.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:43.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:43.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:43.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:43.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:43.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:43.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:43.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:43.343073500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:44.119+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:45.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:45.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:45.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:45.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:45.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:45.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:45.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:45.384369400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:45.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:45.385015300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:45.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:45.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:45.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:45.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:45.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@3a9e4e59, [B@626e7161], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:45.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:45.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:45.386063400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:45.386+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:45.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:45.388134900] +2026-01-05T19:55:45.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:45.388134900] +2026-01-05T19:55:45.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:45.388134900] +2026-01-05T19:55:46.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:46.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:46.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:46.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:46.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:46.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:46.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:46.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:46.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:46.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:46.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:46.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:46.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:46.348900500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:49.217+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:49.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:49.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:49.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:49.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:49.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:49.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:49.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:49.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:49.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:49.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:49.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:49.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:49.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:49.354729400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:50.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:50.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:50.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:50.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:50.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:50.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:50.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:50.401593200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:50.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:50.402612+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 22 bytes, 1 commands in the stack +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@19933b71, [B@a41c13f], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:50.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:50.403657+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:55:50.403+09:00 ERROR 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.scheduler.QueueEntryScheduler : 대기열 자동 입장 처리 실패 - queueId: 1 + +java.lang.NumberFormatException: For input string: ""35"" + at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:695) ~[na:na] + at java.base/java.lang.Long.parseLong(Long.java:832) ~[na:na] + at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] + at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] + at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processEntriesInternal(QueueSchedulerService.java:64) ~[main/:na] + at com.back.b2st.domain.queue.service.QueueSchedulerService.processNextEntries(QueueSchedulerService.java:34) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.processAllQueues(QueueEntryScheduler.java:46) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.SchedulerLeaderLockExecutor.runWithLeaderLock(SchedulerLeaderLockExecutor.java:40) ~[main/:na] + at com.back.b2st.domain.queue.scheduler.QueueEntryScheduler.autoProcessQueueEntries(QueueEntryScheduler.java:37) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:128) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$1(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at io.micrometer.observation.Observation.observe(Observation.java:499) ~[micrometer-observation-1.16.0.jar:1.16.0] + at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:122) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:88) ~[spring-context-7.0.1.jar:7.0.1] + at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-7.0.1.jar:7.0.1] + at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[na:na] + at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[na:na] + at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:55:50.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:50.405+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:50.405+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:50.405788200] +2026-01-05T19:55:50.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:50.406308300] +2026-01-05T19:55:50.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:50.406308300] +2026-01-05T19:55:52.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:52.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:52.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:52.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:52.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:52.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:52.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:52.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:52.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:52.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:52.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:52.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:52.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:52.358685100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:54.318+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:55:55.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:55.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:55.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:55.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:55.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:55.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:55.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:55.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:55.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:55.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:55.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:55.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:55.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:55.375742+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:55.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:55.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:55:55.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:55:55.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:55:55.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:55.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:55.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:55.422760700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:55.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:55:55.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:55:55.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:55.422760700] +2026-01-05T19:55:55.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:55.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:55:55.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:55:55.423432400] +2026-01-05T19:55:55.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:55:55.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:55:55.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:55:55.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:55:55.423432400] +2026-01-05T19:55:58.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:55:58.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:55:58.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:58.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:58.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:55:58.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:55:58.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:55:58.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:55:58.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:55:58.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:55:58.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:55:58.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:55:58.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:55:58.384004400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:55:59.428+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:00.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:00.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:00.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:00.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:00.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:00.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:00.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:00.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:00.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:00.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:00.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:00.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:00.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:00.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:00.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:00.427331600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:00.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:00.427+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:00.427+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:00.427331600] +2026-01-05T19:56:00.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:00.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:00.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:00.428048500] +2026-01-05T19:56:00.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:00.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:00.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:00.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:00.428048500] +2026-01-05T19:56:01.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:01.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:01.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:01.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:01.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:01.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:01.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:01.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:01.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:01.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:01.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:01.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:01.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:01.395397900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:04.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:04.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:04.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:04.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:04.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:04.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:04.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:04.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:04.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:04.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:04.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:04.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:04.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:04.399455700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:04.521+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:05.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:05.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:05.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:05.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:05.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:05.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:05.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:05.443936+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:05.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:05.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:05.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:05.443936] +2026-01-05T19:56:05.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:05.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:05.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:05.444557300] +2026-01-05T19:56:05.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:05.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:05.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:05.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:05.444557300] +2026-01-05T19:56:07.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:07.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:07.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:07.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:07.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:07.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:07.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:07.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:07.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:07.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:07.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:07.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:07.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:07.404738+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:09.620+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:10.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:10.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:10.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:10.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:10.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:10.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:10.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:10.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:10.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:10.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:10.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:10.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:10.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:10.416956100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:10.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:10.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:10.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:10.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:10.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:10.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:10.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:10.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:10.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:10.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:10.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:10.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:10.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:10.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:10.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:10.447869900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:56:10.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:10.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:10.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:10.447869900] +2026-01-05T19:56:10.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:10.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:10.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:10.448393300] +2026-01-05T19:56:10.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:10.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:10.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:10.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:10.448393300] +2026-01-05T19:56:11.766+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T19:56:11.766+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:11.766+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T19:56:11.767+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:11.767+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:11.767+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:11.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:11.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:11.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T19:56:11.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:11.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:11.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:11.769+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:11.769+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:11.769160300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:11.769+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 35, queueId: 1, result: false +2026-01-05T19:56:11.769+09:00 WARN 19232 --- [b2st] [nio-8080-exec-9] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 35 +2026-01-05T19:56:11.769+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-9] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:56:11.772+09:00 WARN 19232 --- [b2st] [nio-8080-exec-9] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T19:56:12.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:56:12.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:56:12.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:12.096179100] +2026-01-05T19:56:12.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:56:12.591+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T19:56:12.591+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:12.591+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T19:56:12.591+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:12.592+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:12.592+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:12.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:12.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:12.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T19:56:12.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:12.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:12.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:12.593+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:12.593+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:12.593128600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:12.593+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 35, queueId: 1, result: false +2026-01-05T19:56:12.593+09:00 WARN 19232 --- [b2st] [nio-8080-exec-7] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 35 +2026-01-05T19:56:12.593+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-7] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:56:12.596+09:00 WARN 19232 --- [b2st] [nio-8080-exec-7] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T19:56:13.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:13.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:13.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:13.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:13.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:13.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:13.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:13.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:13.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:13.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:13.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:13.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:13.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:13.423858300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:14.721+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:15.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:15.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:15.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:15.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:15.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:15.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:15.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:15.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:15.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:15.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:15.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:15.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:15.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:15.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:15.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:15.463067500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:15.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:15.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:15.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:15.463067500] +2026-01-05T19:56:15.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:15.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:15.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:15.463067500] +2026-01-05T19:56:15.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:15.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:15.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:15.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:15.463067500] +2026-01-05T19:56:16.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:16.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:16.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:16.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:16.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:16.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:16.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:16.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:16.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:16.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:16.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:16.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:16.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:16.441066800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:18.710+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T19:56:18.711+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-2] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:18.711+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T19:56:18.711+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:18.711+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:18.711+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:18.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:18.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:18.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T19:56:18.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:18.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:18.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:18.713+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:18.713+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:18.713019300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:18.713+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 35, queueId: 1, result: false +2026-01-05T19:56:18.713+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 35 +2026-01-05T19:56:18.713+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-2] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:56:18.716+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T19:56:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:19.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:19.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:19.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:19.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:19.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:19.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:19.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:19.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:19.459385200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:19.654+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T19:56:19.654+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-3] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:19.655+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T19:56:19.655+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:19.655+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:19.655+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:19.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:19.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:19.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T19:56:19.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:19.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:19.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:19.656+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:19.656+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:19.656702400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:19.656+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 35, queueId: 1, result: false +2026-01-05T19:56:19.656+09:00 WARN 19232 --- [b2st] [nio-8080-exec-3] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 35 +2026-01-05T19:56:19.656+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-3] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:56:19.660+09:00 WARN 19232 --- [b2st] [nio-8080-exec-3] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T19:56:19.829+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:20.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:20.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:20.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:20.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:20.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:20.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:20.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:20.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:20.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:20.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:20.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:20.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:20.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:20.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:20.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:20.468456100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:20.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:20.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:20.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:20.468456100] +2026-01-05T19:56:20.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:20.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:20.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:20.469157] +2026-01-05T19:56:20.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:20.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:20.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:20.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:20.469157] +2026-01-05T19:56:22.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:22.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:22.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:22.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:22.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:22.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:22.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:22.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:22.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:22.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:22.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:22.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:22.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:22.473952+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:24.923+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:25.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:25.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:25.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:25.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:25.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:25.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:25.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:25.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:25.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:25.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:25.477849900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:25.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:25.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:25.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:25.477849900] +2026-01-05T19:56:25.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:25.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:25.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:25.478527900] +2026-01-05T19:56:25.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:25.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:25.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:25.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:25.478527900] +2026-01-05T19:56:25.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:25.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:25.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:25.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:25.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:25.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:25.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:25.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:25.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:25.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:25.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:25.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:25.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:25.480598300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:28.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:28.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:28.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:28.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:28.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:28.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:28.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:28.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:28.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:28.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:28.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:28.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:28.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:28.496615300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:29.358+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T19:56:29.359+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:29.359+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T19:56:29.359+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:29.359+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:29.359+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:29.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:29.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:29.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T19:56:29.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:29.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:29.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:29.360+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:29.360+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:29.360954700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:29.360+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 35, queueId: 1, result: false +2026-01-05T19:56:29.360+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 35 +2026-01-05T19:56:29.360+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-5] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:56:29.364+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T19:56:30.032+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:30.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:30.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:30.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:30.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:30.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:30.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:30.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:30.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:30.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:30.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:30.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:30.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:30.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:30.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:30.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:30.487091400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:30.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:30.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:30.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:30.487091400] +2026-01-05T19:56:30.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:30.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:30.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:30.487633500] +2026-01-05T19:56:30.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:30.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:30.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:30.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:30.487633500] +2026-01-05T19:56:31.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:31.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:31.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:31.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:31.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:31.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:31.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:31.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:31.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:31.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:31.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:31.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:31.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:31.511012800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:34.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:34.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:34.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:34.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:34.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:34.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:34.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:34.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:34.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:34.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:34.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:34.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:34.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:34.526388300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:35.130+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:35.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:35.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:35.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:35.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:35.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:35.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:35.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:35.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:35.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:35.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:35.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:35.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:35.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:35.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:35.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:35.492851300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:35.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:35.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:35.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:35.492851300] +2026-01-05T19:56:35.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:35.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:35.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:35.492851300] +2026-01-05T19:56:35.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:35.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:35.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:35.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:35.492851300] +2026-01-05T19:56:37.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:37.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:37.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:37.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:37.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:37.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:37.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:37.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:37.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:37.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:37.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:37.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:37.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:37.535156200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:40.228+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:40.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:40.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:40.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:40.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:40.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:40.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:40.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:40.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:40.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:40.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:40.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:40.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:40.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:40.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:40.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:40.509065+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:40.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:40.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:40.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:40.509065] +2026-01-05T19:56:40.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:40.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:40.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:40.509837500] +2026-01-05T19:56:40.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:40.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:40.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:40.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:40.509837500] +2026-01-05T19:56:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:40.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:40.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:40.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:40.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:40.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:40.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:40.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:40.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:40.539573800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:56:42.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:56:42.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:56:42.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:42.110897] +2026-01-05T19:56:42.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:56:43.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:43.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:43.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:43.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:43.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:43.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:43.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:43.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:43.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:43.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:43.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:43.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:43.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:43.549150+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:45.327+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:45.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:45.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:45.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:45.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:45.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:45.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:45.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:45.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:45.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:45.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:45.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:45.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:45.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:45.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:45.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:45.513781300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:45.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:45.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:45.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:45.513781300] +2026-01-05T19:56:45.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:45.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:45.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:45.514544100] +2026-01-05T19:56:45.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:45.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:45.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:45.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:45.514544100] +2026-01-05T19:56:46.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:46.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:46.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:46.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:46.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:46.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:46.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:46.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:46.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:46.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:46.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:46.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:46.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:46.557834400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:49.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:49.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:49.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:49.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:49.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:49.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:49.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:49.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:49.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:49.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:49.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:49.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:49.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:49.568235600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:50.428+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:50.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:50.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:50.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:50.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:50.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:50.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:50.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:50.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:50.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:50.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:50.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:50.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:50.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:50.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:50.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:50.523066500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:50.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:50.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:50.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:50.523066500] +2026-01-05T19:56:50.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:50.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:50.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:50.523867900] +2026-01-05T19:56:50.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:50.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:50.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:50.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:50.523867900] +2026-01-05T19:56:52.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:52.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:52.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:52.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:52.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:52.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:52.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:52.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:52.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:52.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:52.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:52.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:52.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:52.573805700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:55.537+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:56:55.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:55.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:56:55.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:56:55.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:56:55.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:55.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:55.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:55.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:55.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:55.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:55.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:55.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:55.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:55.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:55.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:55.539761500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:55.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:56:55.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:56:55.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:55.539761500] +2026-01-05T19:56:55.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:55.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:56:55.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:56:55.540468400] +2026-01-05T19:56:55.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:56:55.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:56:55.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:56:55.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:56:55.540468400] +2026-01-05T19:56:55.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:55.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:55.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:55.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:55.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:55.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:55.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:55.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:55.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:55.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:55.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:55.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:55.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:55.587178100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:56:58.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:56:58.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:56:58.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:58.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:58.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:56:58.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:56:58.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:56:58.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:56:58.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:56:58.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:56:58.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:56:58.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:56:58.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:56:58.591278300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:00.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:00.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:00.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:00.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:00.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:00.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:00.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:00.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:00.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:00.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:00.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:00.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:00.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:00.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:00.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:00.550161100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:00.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:00.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:00.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:00.550161100] +2026-01-05T19:57:00.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:00.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:00.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:00.550691400] +2026-01-05T19:57:00.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:00.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:00.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:00.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:00.550691400] +2026-01-05T19:57:00.631+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:01.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:01.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:01.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:01.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:01.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:01.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:01.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:01.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:01.595822300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:04.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:04.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:04.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:04.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:04.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:04.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:04.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:04.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:04.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:04.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:04.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:04.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:04.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:04.602895300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:05.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:05.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:05.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:05.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:05.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:05.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:05.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:05.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:05.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:05.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:05.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:05.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:05.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:05.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:05.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:05.568579100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:05.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:05.568+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:05.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:05.568579100] +2026-01-05T19:57:05.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:05.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:05.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:05.569372500] +2026-01-05T19:57:05.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:05.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:05.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:05.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:05.569372500] +2026-01-05T19:57:05.738+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:07.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:07.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:07.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:07.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:07.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:07.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:07.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:07.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:07.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:07.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:07.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:07.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:07.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:07.611300400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:10.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:10.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:10.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:10.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:10.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:10.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:10.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:10.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:10.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:10.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:10.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:10.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:10.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:10.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:10.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:10.587108+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:10.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:10.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:10.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:10.587108] +2026-01-05T19:57:10.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:10.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:10.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:10.587789100] +2026-01-05T19:57:10.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:10.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:10.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:10.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:10.587789100] +2026-01-05T19:57:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:10.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:10.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:10.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:10.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:10.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:10.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:10.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:10.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:10.617798500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:10.832+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:12.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:57:12.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:57:12.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:12.129555500] +2026-01-05T19:57:12.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:57:13.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:13.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:13.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:13.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:13.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:13.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:13.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:13.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:13.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:13.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:13.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:13.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:13.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:13.626141+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:15.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:15.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:15.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:15.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:15.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:15.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:15.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:15.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:15.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:15.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:15.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:15.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:15.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:15.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:15.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:15.606649800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:15.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:15.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:15.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:15.606649800] +2026-01-05T19:57:15.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:15.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:15.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:15.607449800] +2026-01-05T19:57:15.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:15.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:15.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:15.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:15.607449800] +2026-01-05T19:57:15.933+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:16.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:16.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:16.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:16.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:16.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:16.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:16.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:16.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:16.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:16.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:16.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:16.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:16.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:16.635200200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:19.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:19.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:19.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:19.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:19.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:19.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:19.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:19.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:19.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:19.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:19.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:19.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:19.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:19.653197100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:20.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:20.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:20.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:20.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:20.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:20.621865900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:20.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:20.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:20.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:20.621865900] +2026-01-05T19:57:20.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:20.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:20.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:20.622529800] +2026-01-05T19:57:20.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:20.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:20.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:20.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:20.622529800] +2026-01-05T19:57:21.042+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:22.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:22.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:22.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:22.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:22.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:22.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:22.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:22.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:22.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:22.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:22.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:22.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:22.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:22.658580200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:24.286+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:24.286+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:24.286+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:24.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:24.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:24.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:24.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:24.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:24.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:24.290+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.SQL : + select + m1_0.member_id + from + members m1_0 + where + m1_0.email=? + fetch + first ? rows only +Hibernate: + select + m1_0.member_id + from + members m1_0 + where + m1_0.email=? + fetch + first ? rows only +2026-01-05T19:57:24.290+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [newuser@test.com] +2026-01-05T19:57:24.290+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (2:INTEGER) <- [1] +2026-01-05T19:57:24.355+09:00 INFO 19232 --- [b2st] [nio-8080-exec-9] c.b.b.d.member.service.MemberService : 새로운 회원 가입: ID=36, Email=ne*****@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T19:57:24.355+09:00 DEBUG 19232 --- [b2st] [ signup-event-2] org.hibernate.SQL : + select + next value + for + signup_logs_seq +Hibernate: + select + next value + for + signup_logs_seq +2026-01-05T19:57:24.359+09:00 INFO 19232 --- [b2st] [ signup-event-2] c.b.b.d.m.listener.SignupEventListener : 가입 로그 저장 완료: email=ne*****@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T19:57:24.360+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [1995-01-01] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:24.353649700] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T19:57:24.360+09:00 DEBUG 19232 --- [b2st] [ signup-event-2] org.hibernate.SQL : + insert + into + signup_logs + (client_ip, created_at, email, signup_log_id) + values + (?, ?, ?, ?) +Hibernate: + insert + into + signup_logs + (client_ip, created_at, email, signup_log_id) + values + (?, ?, ?, ?) +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [newuser@test.com] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [ signup-event-2] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [ signup-event-2] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:24.354653800] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [ signup-event-2] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [newuser@test.com] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [ signup-event-2] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [2] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [false] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T19:57:24.353649700] +2026-01-05T19:57:24.360+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T19:57:24.361+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [신규유저] +2026-01-05T19:57:24.361+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$YGbY8rqYmzxSBN3FeJt4Oee6ovrwfIExiMI5l6O3g1LQq7l75V9iy] +2026-01-05T19:57:24.361+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [01099999999] +2026-01-05T19:57:24.361+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T19:57:24.361+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T19:57:24.361+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T19:57:24.361+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [36] +2026-01-05T19:57:25.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:25.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:25.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:25.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:25.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:25.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:25.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:25.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:25.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:25.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:25.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:25.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:25.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:25.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:25.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:25.640364600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:57:25.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:25.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:25.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:25.640364600] +2026-01-05T19:57:25.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:25.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:25.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:25.640979400] +2026-01-05T19:57:25.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:25.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:25.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:25.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:25.640979400] +2026-01-05T19:57:25.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:25.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:25.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:25.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:25.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:25.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:25.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:25.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:25.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:25.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:25.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:25.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:25.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:25.669154500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:57:26.135+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:28.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:28.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:28.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:28.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:28.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:28.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:28.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:28.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:28.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:28.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:28.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:28.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:28.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:28.678554200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:30.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:30.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:30.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:30.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:30.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:30.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:30.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:30.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:30.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:30.654083400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:30.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:30.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:30.654083400] +2026-01-05T19:57:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:30.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:30.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:30.654772200] +2026-01-05T19:57:30.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:30.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:30.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:30.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:30.654772200] +2026-01-05T19:57:31.236+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:31.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:31.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:31.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:31.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:31.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:31.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:31.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:31.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:31.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:31.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:31.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:31.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:31.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:31.697556+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:34.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:34.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:34.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:34.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:34.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:34.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:34.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:34.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:34.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:34.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:34.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:34.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:34.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:34.705960300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:35.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:35.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:35.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:35.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:35.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:35.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:35.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:35.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:35.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:35.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:35.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:35.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:35.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:35.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:35.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:35.672304500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:35.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:35.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:35.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:35.672304500] +2026-01-05T19:57:35.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:35.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:35.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:35.672933700] +2026-01-05T19:57:35.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:35.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:35.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:35.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:35.672933700] +2026-01-05T19:57:36.339+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:37.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:37.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:37.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:37.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:37.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:37.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:37.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:37.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:37.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:37.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:37.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:37.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:37.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:37.716964500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:38.134+09:00 ERROR 19232 --- [b2st] [io-8080-exec-10] c.b.b.g.e.h.GlobalExceptionHandler : Unhandled Exception: No static resource api/auth/login%20 for request '/api/auth/login%20'. + +org.springframework.web.servlet.resource.NoResourceFoundException: No static resource api/auth/login%20 for request '/api/auth/login%20'. + at org.springframework.web.servlet.resource.ResourceHttpRequestHandler.handleRequest(ResourceHttpRequestHandler.java:527) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:50) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:903) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:653) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:57:38.137+09:00 WARN 19232 --- [b2st] [io-8080-exec-10] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.servlet.resource.NoResourceFoundException: No static resource api/auth/login%20 for request '/api/auth/login%20'.] +2026-01-05T19:57:40.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:40.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:40.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:40.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:40.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:40.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:40.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:40.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:40.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:40.686099800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:40.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:40.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:40.686099800] +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:40.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:40.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:40.686763500] +2026-01-05T19:57:40.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:40.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:40.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:40.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:40.686763500] +2026-01-05T19:57:40.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:40.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:40.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:40.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:40.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:40.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:40.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:40.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:40.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:40.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:40.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:40.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:40.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:40.732047+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:57:41.437+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:42.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:57:42.146+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:57:42.146+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:42.145633600] +2026-01-05T19:57:42.146+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:57:43.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:43.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:43.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:43.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:43.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:43.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:43.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:43.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:43.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:43.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:43.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:43.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:43.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:43.737317600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:45.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:45.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:45.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:45.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:45.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:45.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:45.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:45.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:45.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:45.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:45.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:45.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:45.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:45.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:45.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:45.696921900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:45.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:45.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:45.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:45.697441300] +2026-01-05T19:57:45.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:45.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:45.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:45.697441300] +2026-01-05T19:57:45.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:45.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:45.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:45.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:45.697441300] +2026-01-05T19:57:46.542+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:46.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:46.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:46.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:46.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:46.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:46.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:46.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:46.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:46.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:46.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:46.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:46.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:46.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:46.745106600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:49.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:49.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:49.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:49.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:49.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:49.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:49.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:49.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:49.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:49.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:49.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:49.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:49.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:49.751972200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:50.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:50.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:50.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:50.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:50.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:50.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:50.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:50.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:50.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:50.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:50.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:50.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:50.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:50.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:50.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:50.710257200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:50.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:50.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:50.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:50.710257200] +2026-01-05T19:57:50.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:50.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:50.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:50.710948600] +2026-01-05T19:57:50.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:50.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:50.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:50.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:50.710948600] +2026-01-05T19:57:51.641+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:52.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:52.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:52.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:52.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:52.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:52.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:52.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:52.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:52.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:52.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:52.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:52.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:52.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:52.767200100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:53.135+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.136+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.136+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:53.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:53.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:53.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:53.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:53.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:53.139+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T19:57:53.140+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [newuser@test.com] +2026-01-05T19:57:53.269+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.269+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.269+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:53.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:53.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:53.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:53.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:53.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:53.272+09:00 INFO 19232 --- [b2st] [nio-8080-exec-8] c.b.b.d.a.service.LoginSecurityService : 로그인 성공: email=ne*****@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T19:57:53.273+09:00 DEBUG 19232 --- [b2st] [ login-event-2] org.hibernate.SQL : + select + next value + for + login_logs_seq +Hibernate: + select + next value + for + login_logs_seq +2026-01-05T19:57:53.275+09:00 INFO 19232 --- [b2st] [ login-event-2] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=ne*****@test.com, success=true, ip=0:0:0:0:0:0:0:1 +2026-01-05T19:57:53.275+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.275+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.275+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:53.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:53.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [ login-event-2] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:53.276+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T19:57:53.273397900] +2026-01-05T19:57:53.276+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.276+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [newuser@test.com] +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:53.276+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [null] +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:53.276+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [true] +2026-01-05T19:57:53.276+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2026-01-05T19:57:53.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 5 bytes, 1 commands in the stack +2026-01-05T19:57:53.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:53.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:53.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HMSET, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:53.280+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.280+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.280+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:53.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:53.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:53.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:53.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:53.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=SADD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:53.282+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.282+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.282+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:53.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:53.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:53.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:53.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:53.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:53.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXPIRE, output=BooleanOutput [output=true, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:55.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:55.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:57:55.722+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:57:55.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:57:55.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:55.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:55.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:55.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:55.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:55.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:55.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:55.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:55.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:55.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:55.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:55.724268700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:55.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:57:55.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:57:55.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:55.724268700] +2026-01-05T19:57:55.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:55.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:57:55.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:57:55.724799900] +2026-01-05T19:57:55.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:57:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:57:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:57:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:57:55.724799900] +2026-01-05T19:57:55.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:55.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:55.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:55.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:55.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:55.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:55.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:55.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:55.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:55.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:55.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:55.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:55.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:55.783359700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:57:56.746+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:57:58.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:57:58.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:57:58.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:58.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:58.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:57:58.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:57:58.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:57:58.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:57:58.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:57:58.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:57:58.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:57:58.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:57:58.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:57:58.789416400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:00.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:00.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:00.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:00.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:00.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:00.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:00.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:00.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:00.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:00.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:00.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:00.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:00.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:00.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:00.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:00.735831600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:00.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:00.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:00.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:00.735831600] +2026-01-05T19:58:00.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:00.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:00.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:00.736346500] +2026-01-05T19:58:00.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:00.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:00.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:00.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:00.736346500] +2026-01-05T19:58:01.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:01.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:01.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:01.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:01.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:01.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:01.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:01.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:01.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:01.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:01.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:01.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:01.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:01.805658300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:01.841+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:04.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:04.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:04.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:04.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:04.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:04.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:04.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:04.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:04.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:04.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:04.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:04.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:04.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:04.813707200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:05.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:05.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:05.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:05.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:05.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:05.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:05.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:05.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:05.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:05.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:05.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:05.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:05.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:05.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:05.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:05.749207700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:05.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:05.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:05.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:05.749207700] +2026-01-05T19:58:05.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:05.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:05.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:05.749853300] +2026-01-05T19:58:05.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:05.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:05.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:05.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:05.749853300] +2026-01-05T19:58:06.943+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:07.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:07.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:07.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:07.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:07.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:07.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:07.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:07.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:07.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:07.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:07.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:07.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:07.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:07.823157200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:10.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:10.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:10.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:10.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:10.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:10.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:10.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:10.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:10.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:10.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:10.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:10.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:10.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:10.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:10.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:10.753183700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:10.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:10.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:10.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:10.753183700] +2026-01-05T19:58:10.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:10.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:10.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:10.753937700] +2026-01-05T19:58:10.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:10.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:10.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:10.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:10.753937700] +2026-01-05T19:58:10.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:10.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:10.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:10.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:10.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:10.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:10.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:10.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:10.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:10.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:10.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:10.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:10.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:10.829341500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:12.045+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:12.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:58:12.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:58:12.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:12.153693300] +2026-01-05T19:58:12.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:58:13.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:13.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:13.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:13.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:13.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:13.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:13.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:13.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:13.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:13.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:13.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:13.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:13.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:13.837862+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:15.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:15.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:15.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:15.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:15.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:15.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:15.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:15.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:15.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:15.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:15.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:15.766359100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:15.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:15.766359100] +2026-01-05T19:58:15.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:15.767091400] +2026-01-05T19:58:15.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:15.767091400] +2026-01-05T19:58:16.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:16.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:16.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:16.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:16.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:16.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:16.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:16.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:16.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:16.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:16.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:16.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:16.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:16.854068900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:17.151+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:17.713+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T19:58:17.714+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-2] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:17.714+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T19:58:17.714+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:17.714+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:17.714+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:17.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:17.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:17.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T19:58:17.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:17.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:17.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:17.716+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:17.716+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:17.716105800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:17.716+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 36, queueId: 1, result: false +2026-01-05T19:58:17.716+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 36 +2026-01-05T19:58:17.716+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-2] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T19:58:17.718+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T19:58:19.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:19.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:19.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:19.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:19.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:19.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:19.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:19.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:19.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:19.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:19.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:19.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:19.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:19.861857600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:20.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:20.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:20.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:20.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:20.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:20.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:20.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:20.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:20.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:20.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:20.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:20.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:20.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:20.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:20.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:20.780302800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:20.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:20.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:20.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:20.780302800] +2026-01-05T19:58:20.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:20.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:20.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:20.780807700] +2026-01-05T19:58:20.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:20.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:20.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:20.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:20.780807700] +2026-01-05T19:58:22.245+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:22.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:22.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:22.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:22.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:22.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:22.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:22.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:22.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:22.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:22.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:22.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:22.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:22.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:22.866840600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:25.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:25.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:25.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:25.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:25.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:25.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:25.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:25.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:25.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:25.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:25.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:25.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:25.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:25.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:25.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:25.798330600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:25.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:25.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:25.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:25.798330600] +2026-01-05T19:58:25.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:25.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:25.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:25.799034500] +2026-01-05T19:58:25.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:25.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:25.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:25.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:25.799034500] +2026-01-05T19:58:25.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:25.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:25.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:25.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:25.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:25.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:25.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:25.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:25.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:25.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:25.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:25.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:25.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:25.875976500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:27.345+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:28.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:28.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:28.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:28.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:28.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:28.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:28.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:28.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:28.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:28.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:28.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:28.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:28.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:28.887115900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T19:58:30.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:30.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:30.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:30.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:30.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:30.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:30.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:30.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:30.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:30.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:30.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:30.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:30.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:30.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:30.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:30.810968900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:30.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:30.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:30.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:30.810968900] +2026-01-05T19:58:30.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:30.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:30.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:30.811615700] +2026-01-05T19:58:30.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:30.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:30.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:30.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:30.811615700] +2026-01-05T19:58:31.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:31.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:31.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:31.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:31.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:31.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:31.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:31.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:31.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:31.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:31.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:31.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:31.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:31.899594400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:32.445+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:34.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:34.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:34.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:34.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:34.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:34.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:34.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:34.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:34.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:34.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:34.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:34.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:34.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:34.910192400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:35.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:35.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:35.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:35.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:35.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:35.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:35.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:35.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:35.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:35.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:35.815965100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:35.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:35.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:35.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:35.815965100] +2026-01-05T19:58:35.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:35.816583500] +2026-01-05T19:58:35.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:35.816583500] +2026-01-05T19:58:37.546+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:37.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:37.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:37.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:37.913347100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:40.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:40.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:40.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:40.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:40.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:40.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:40.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:40.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:40.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:40.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:40.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:40.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:40.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:40.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:40.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:40.825498300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:40.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:40.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:40.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:40.825498300] +2026-01-05T19:58:40.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:40.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:40.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:40.825498300] +2026-01-05T19:58:40.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:40.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:40.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:40.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:40.825498300] +2026-01-05T19:58:40.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:40.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:40.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:40.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:40.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:40.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:40.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:40.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:40.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:40.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:40.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:40.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:40.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:40.918760800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:58:42.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:58:42.166+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:58:42.166+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:42.166339800] +2026-01-05T19:58:42.166+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:58:42.652+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:43.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:43.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:43.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:43.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:43.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:43.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:43.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:43.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:43.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:43.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:43.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:43.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:43.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:43.922420+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:45.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:45.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:45.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:45.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:45.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:45.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:45.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:45.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:45.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:45.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:45.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:45.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:45.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:45.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:45.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:45.841058200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:45.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:45.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:45.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:45.841058200] +2026-01-05T19:58:45.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:45.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:45.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:45.841769300] +2026-01-05T19:58:45.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:45.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:45.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:45.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:45.841769300] +2026-01-05T19:58:46.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:46.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:46.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:46.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:46.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:46.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:46.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:46.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:46.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:46.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:46.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:46.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:46.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:46.932381900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:47.752+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:49.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:49.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:49.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:49.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:49.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:49.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:49.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:49.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:49.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:49.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:49.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:49.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:49.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:49.947897800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:50.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:50.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:50.850+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:50.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:50.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:50.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:50.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:50.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:50.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:50.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:50.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:50.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:50.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:50.851286700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:50.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:50.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:50.851286700] +2026-01-05T19:58:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:50.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:50.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:50.851998] +2026-01-05T19:58:50.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:50.852+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:50.852+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:50.852+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:50.851998] +2026-01-05T19:58:52.856+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:52.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:52.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:52.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:52.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:52.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:52.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:52.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:52.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:52.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:52.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:52.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:52.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:52.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:52.952296500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:55.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:55.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:58:55.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:58:55.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:58:55.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:55.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:55.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:55.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:55.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:55.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:55.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:55.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:55.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:55.855236600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:58:55.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:58:55.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:55.855236600] +2026-01-05T19:58:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:55.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:58:55.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:58:55.855742] +2026-01-05T19:58:55.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:58:55.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:58:55.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:58:55.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:58:55.855742] +2026-01-05T19:58:55.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:55.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:55.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:55.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:55.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:55.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:55.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:55.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:55.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:55.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:55.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:55.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:55.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:55.963841200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:58:57.957+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:58:58.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:58:58.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:58:58.976839600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:59:00.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:00.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:00.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:00.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:00.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:00.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:00.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:00.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:00.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:00.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:00.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:00.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:00.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:00.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:00.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:00.874070100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:00.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:00.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:00.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:00.874070100] +2026-01-05T19:59:00.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:00.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:00.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:00.874735500] +2026-01-05T19:59:00.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:00.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:00.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:00.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:00.874735500] +2026-01-05T19:59:01.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:01.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:01.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:01.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:01.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:01.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:01.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:01.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:01.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:01.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:01.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:01.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:01.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:01.982520700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:03.050+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:04.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:04.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:04.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:04.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:04.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:04.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:04.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:04.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:04.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:04.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:04.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:04.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:04.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:04.992006100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:05.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:05.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:05.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:05.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:05.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:05.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:05.880935300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:05.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:05.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:05.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:05.880935300] +2026-01-05T19:59:05.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:05.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:05.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:05.881608200] +2026-01-05T19:59:05.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:05.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:05.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:05.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:05.881608200] +2026-01-05T19:59:08.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:08.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:08.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:08.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:08.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:08.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:08.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:08.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:08.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:08.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:08.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:08.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:08.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:08.004450400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:08.158+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:10.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:10.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:10.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:10.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:10.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:10.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:10.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:10.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:10.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:10.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:10.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:10.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:10.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:10.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:10.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:10.895717200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:10.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:10.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:10.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:10.895717200] +2026-01-05T19:59:10.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:10.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:10.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:10.896509200] +2026-01-05T19:59:10.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:10.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:10.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:10.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:10.896509200] +2026-01-05T19:59:11.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:11.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:11.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:11.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:11.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:11.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:11.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:11.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:11.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:11.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:11.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:11.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:11.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:11.022255600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:12.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:59:12.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:59:12.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:12.173735200] +2026-01-05T19:59:12.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:59:13.262+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:14.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:14.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:14.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:14.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:14.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:14.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:14.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:14.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:14.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:14.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:14.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:14.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:14.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:14.032360800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:15.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:15.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:15.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:15.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:15.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:15.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:15.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:15.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:15.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:15.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:15.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:15.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:15.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:15.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:15.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:15.907846600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:15.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:15.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:15.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:15.907846600] +2026-01-05T19:59:15.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:15.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:15.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:15.908626800] +2026-01-05T19:59:15.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:15.909+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:15.909+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:15.909+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:15.908626800] +2026-01-05T19:59:17.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:17.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:17.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:17.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:17.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:17.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:17.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:17.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:17.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:17.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:17.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:17.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:17.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:17.046052900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:18.355+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:20.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:20.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:20.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:20.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:20.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:20.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:20.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:20.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:20.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:20.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:20.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:20.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:20.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:20.057555700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:20.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:20.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:20.926+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:20.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:20.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:20.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:20.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:20.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:20.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:20.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:20.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:20.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:20.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:20.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:20.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:20.927818300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:20.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:20.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:20.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:20.927818300] +2026-01-05T19:59:20.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:20.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:20.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:20.928494] +2026-01-05T19:59:20.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:20.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:20.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:20.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:20.928494] +2026-01-05T19:59:23.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:23.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:23.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:23.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:23.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:23.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:23.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:23.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:23.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:23.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:23.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:23.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:23.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:23.070051800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:23.458+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:25.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:25.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:25.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:25.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:25.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:25.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:25.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:25.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:25.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:25.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:25.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:25.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:25.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:25.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:25.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:25.946130200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:25.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:25.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:25.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:25.946130200] +2026-01-05T19:59:25.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:25.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:25.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:25.946634600] +2026-01-05T19:59:25.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:25.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:25.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:25.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:25.946634600] +2026-01-05T19:59:26.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:26.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:26.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:26.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:26.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:26.086070400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:28.557+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:29.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:29.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:29.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:29.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:29.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:29.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:29.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:29.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:29.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:29.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:29.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:29.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:29.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:29.089353300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:30.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:30.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:30.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:30.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:30.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:30.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:30.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:30.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:30.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:30.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:30.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:30.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:30.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:30.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:30.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:30.959928300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:59:30.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:30.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:30.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:30.959928300] +2026-01-05T19:59:30.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:30.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:30.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:30.960443300] +2026-01-05T19:59:30.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:30.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:30.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:30.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:30.960443300] +2026-01-05T19:59:32.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:32.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:32.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:32.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:32.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:32.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:32.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:32.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:32.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:32.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:32.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:32.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:32.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:32.095265100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:33.656+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:35.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:35.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:35.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:35.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:35.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:35.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:35.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:35.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:35.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:35.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:35.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:35.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:35.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:35.103520700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:35.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:35.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:35.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:35.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:35.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:35.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:35.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:35.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:35.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:35.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:35.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:35.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:35.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:35.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:35.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:35.977324900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:35.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:35.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:35.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:35.977324900] +2026-01-05T19:59:35.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:35.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:35.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:35.978012400] +2026-01-05T19:59:35.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:35.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:35.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:35.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:35.978012400] +2026-01-05T19:59:38.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:38.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:38.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:38.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:38.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:38.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:38.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:38.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:38.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:38.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:38.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:38.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:38.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:38.115066600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:38.765+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:40.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:40.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:40.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:40.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:40.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:40.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:40.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:40.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:40.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:40.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:40.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:40.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:40.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:40.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:40.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:40.994672100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T19:59:40.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:40.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:40.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:40.994672100] +2026-01-05T19:59:40.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:40.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:40.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:40.994672100] +2026-01-05T19:59:40.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:40.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:40.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:40.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:40.994672100] +2026-01-05T19:59:41.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:41.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:41.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:41.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:41.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:41.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:41.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:41.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:41.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:41.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:41.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:41.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:41.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:41.119339900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:42.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T19:59:42.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T19:59:42.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:42.189150200] +2026-01-05T19:59:42.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T19:59:43.858+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:44.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:44.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:44.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:44.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:44.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:44.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:44.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:44.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:44.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:44.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:44.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:44.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:44.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:44.122706900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:46.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:46.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:46.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:46.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:46.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:46.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:46.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:46.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:46.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:46.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:46.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:46.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:46.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:46.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:46.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:46.009523400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:46.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:46.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:46.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:46.009523400] +2026-01-05T19:59:46.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:46.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:46.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:46.010141900] +2026-01-05T19:59:46.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:46.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:46.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:46.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:46.010141900] +2026-01-05T19:59:47.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:47.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:47.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:47.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:47.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:47.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:47.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:47.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:47.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:47.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:47.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:47.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:47.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:47.136598800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:48.965+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:50.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:50.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:50.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:50.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:50.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:50.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:50.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:50.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:50.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:50.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:50.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:50.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:50.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:50.142724200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:51.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:51.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:51.020+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:51.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:51.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:51.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:51.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:51.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:51.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:51.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:51.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:51.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:51.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:51.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:51.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:51.022215900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:51.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:51.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:51.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:51.022215900] +2026-01-05T19:59:51.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:51.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:51.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:51.022741600] +2026-01-05T19:59:51.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:51.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:51.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:51.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:51.022741600] +2026-01-05T19:59:53.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:53.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:53.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:53.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:53.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:53.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:53.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:53.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:53.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:53.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:53.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:53.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:53.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:53.153018100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:54.066+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:56.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:56.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T19:59:56.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T19:59:56.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T19:59:56.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:56.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:56.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:56.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:56.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:56.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:56.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:56.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:56.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:56.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:56.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:56.033952300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:56.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T19:59:56.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T19:59:56.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:56.033952300] +2026-01-05T19:59:56.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:56.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T19:59:56.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:59:56.034497400] +2026-01-05T19:59:56.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T19:59:56.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T19:59:56.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T19:59:56.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T19:59:56.034497400] +2026-01-05T19:59:56.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:56.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:56.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:56.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:56.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:56.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:56.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:56.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:56.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:56.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:56.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:56.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:56.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:56.158943700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T19:59:59.167+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T19:59:59.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T19:59:59.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T19:59:59.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:59.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:59.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T19:59:59.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T19:59:59.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T19:59:59.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T19:59:59.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T19:59:59.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T19:59:59.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T19:59:59.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T19:59:59.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T19:59:59.169429700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:01.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:01.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:01.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:01.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:01.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:01.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:01.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:01.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:01.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:01.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:01.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:01.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:01.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:01.040210+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:00:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:01.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:01.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:01.040210] +2026-01-05T20:00:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:01.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:01.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:01.040730] +2026-01-05T20:00:01.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:01.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:01.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:01.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:01.040730] +2026-01-05T20:00:02.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:02.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:02.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:02.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:02.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:02.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:02.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:02.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:02.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:02.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:02.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:02.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:02.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:02.178870700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:04.263+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:05.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:05.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:05.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:05.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:05.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:05.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:05.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:05.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:05.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:05.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:05.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:05.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:05.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:05.187525800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:06.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:06.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:06.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:06.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:06.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:06.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:06.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:06.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:06.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:06.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:06.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:06.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:06.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:06.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:06.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:06.057412700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:06.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:06.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:06.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:06.057412700] +2026-01-05T20:00:06.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:06.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:06.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:06.058056] +2026-01-05T20:00:06.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:06.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:06.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:06.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:06.058056] +2026-01-05T20:00:08.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:08.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:08.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:08.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:08.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:08.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:08.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:08.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:08.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:08.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:08.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:08.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:08.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:08.196597300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:09.364+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:11.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:11.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:11.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:11.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:11.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:11.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:11.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:11.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:11.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:11.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:11.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:11.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:11.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:11.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:11.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:11.074301800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:11.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:11.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:11.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:11.074301800] +2026-01-05T20:00:11.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:11.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:11.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:11.074805900] +2026-01-05T20:00:11.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:11.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:11.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:11.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:11.074805900] +2026-01-05T20:00:11.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:11.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:11.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:11.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:11.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:11.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:11.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:11.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:11.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:11.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:11.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:11.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:11.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:11.200226300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:12.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:00:12.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:00:12.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:12.210390900] +2026-01-05T20:00:12.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:00:14.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:14.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:14.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:14.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:14.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:14.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:14.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:14.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:14.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:14.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:14.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:14.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:14.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:14.205844900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:14.469+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:16.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:16.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:16.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:16.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:16.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:16.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:16.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:16.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:16.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:16.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:16.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:16.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:16.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:16.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:16.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:16.088432100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:16.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:16.088+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:16.088+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:16.088432100] +2026-01-05T20:00:16.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:16.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:16.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:16.089058100] +2026-01-05T20:00:16.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:16.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:16.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:16.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:16.089058100] +2026-01-05T20:00:17.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:17.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:17.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:17.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:17.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:17.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:17.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:17.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:17.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:17.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:17.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:17.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:17.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:17.214336700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:19.570+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:20.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:20.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:20.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:20.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:20.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:20.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:20.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:20.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:20.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:20.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:20.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:20.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:20.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:20.225256100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:21.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:21.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:21.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:21.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:21.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:21.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:21.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:21.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:21.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:21.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:21.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:21.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:21.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:21.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:21.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:21.101169600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:21.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:21.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:21.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:21.101169600] +2026-01-05T20:00:21.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:21.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:21.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:21.101707300] +2026-01-05T20:00:21.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:21.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:21.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:21.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:21.101707300] +2026-01-05T20:00:23.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:23.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:23.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:23.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:23.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:23.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:23.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:23.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:23.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:23.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:23.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:23.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:23.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:23.239014300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:24.666+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:26.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:26.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:26.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:26.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:26.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:26.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:26.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:26.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:26.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:26.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:26.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:26.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:26.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:26.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:26.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:26.111884700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:26.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:26.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:26.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:26.111884700] +2026-01-05T20:00:26.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:26.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:26.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:26.111884700] +2026-01-05T20:00:26.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:26.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:26.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:26.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:26.111884700] +2026-01-05T20:00:26.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:26.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:26.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:26.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:26.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:26.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:26.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:26.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:26.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:26.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:26.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:26.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:26.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:26.250424300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:29.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:29.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:29.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:29.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:29.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:29.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:29.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:29.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:29.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:29.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:29.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:29.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:29.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:29.256059900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:29.767+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:31.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:31.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:31.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:31.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:31.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:31.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:31.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:31.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:31.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:31.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:31.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:31.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:31.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:31.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:31.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:31.121768900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:31.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:31.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:31.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:31.121768900] +2026-01-05T20:00:31.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:31.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:31.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:31.122274600] +2026-01-05T20:00:31.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:31.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:31.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:31.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:31.122274600] +2026-01-05T20:00:32.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:32.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:32.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:32.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:32.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:32.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:32.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:32.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:32.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:32.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:32.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:32.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:32.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:32.258915600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:34.868+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:35.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:35.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:35.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:35.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:35.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:35.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:35.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:35.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:35.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:35.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:35.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:35.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:35.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:35.269528100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:36.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:36.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:36.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:36.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:36.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:36.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:36.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:36.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:36.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:36.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:36.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:36.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:36.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:36.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:36.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:36.129932200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:36.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:36.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:36.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:36.129932200] +2026-01-05T20:00:36.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:36.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:36.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:36.130450100] +2026-01-05T20:00:36.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:36.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:36.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:36.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:36.130450100] +2026-01-05T20:00:38.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:38.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:38.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:38.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:38.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:38.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:38.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:38.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:38.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:38.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:38.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:38.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:38.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:38.276054700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:39.968+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:41.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:41.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:41.135+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:41.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:41.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:41.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:41.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:41.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:41.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:41.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:41.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:41.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:41.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:41.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:41.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:41.136225800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:41.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:41.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:41.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:41.136225800] +2026-01-05T20:00:41.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:41.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:41.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:41.136794100] +2026-01-05T20:00:41.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:41.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:41.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:41.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:41.136794100] +2026-01-05T20:00:41.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:41.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:41.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:41.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:41.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:41.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:41.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:41.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:41.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:41.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:41.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:41.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:41.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:41.292915300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:42.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:00:42.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:00:42.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:42.227782300] +2026-01-05T20:00:42.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:00:44.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:44.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:44.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:44.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:44.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:44.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:44.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:44.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:44.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:44.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:44.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:44.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:44.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:44.307089900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:45.069+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:46.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:46.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:46.141+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:46.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:46.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:46.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:46.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:46.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:46.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:46.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:46.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:46.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:46.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:46.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:46.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:46.143693500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:46.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:46.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:46.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:46.143693500] +2026-01-05T20:00:46.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:46.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:46.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:46.144415500] +2026-01-05T20:00:46.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:46.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:46.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:46.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:46.144415500] +2026-01-05T20:00:47.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:47.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:47.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:47.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:47.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:47.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:47.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:47.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:47.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:47.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:47.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:47.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:47.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:47.313529800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:50.170+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:50.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:50.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:50.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:50.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:50.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:50.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:50.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:50.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:50.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:50.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:50.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:50.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:50.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:50.325819800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:51.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:51.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:51.147+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:51.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:51.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:51.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:51.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:51.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:51.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:51.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:51.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:51.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:51.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:51.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:51.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:51.149412600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:51.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:51.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:51.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:51.149412600] +2026-01-05T20:00:51.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:51.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:51.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:51.150053400] +2026-01-05T20:00:51.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:51.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:51.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:51.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:51.150053400] +2026-01-05T20:00:53.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:53.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:53.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:53.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:53.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:53.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:53.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:53.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:53.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:53.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:53.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:53.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:53.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:53.329305600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:55.277+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:00:56.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:56.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:00:56.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:00:56.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:00:56.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:56.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:56.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:56.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:56.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:56.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:56.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:56.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:56.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:56.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:56.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:56.153478100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:56.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:00:56.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:00:56.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:56.153478100] +2026-01-05T20:00:56.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:56.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:00:56.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:00:56.154478500] +2026-01-05T20:00:56.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:00:56.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:00:56.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:00:56.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:00:56.154478500] +2026-01-05T20:00:56.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:56.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:56.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:56.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:56.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:56.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:56.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:56.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:56.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:56.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:56.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:56.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:56.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:56.339280+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:00:59.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:00:59.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:00:59.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:59.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:59.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:00:59.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:00:59.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:00:59.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:00:59.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:00:59.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:00:59.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:00:59.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:00:59.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:00:59.343684700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:00.372+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:01.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:01.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:01.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:01.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:01.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:01.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:01.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:01.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:01.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:01.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:01.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:01.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:01.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:01.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:01.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:01.164122400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:01.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:01.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:01.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:01.164122400] +2026-01-05T20:01:01.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:01.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:01.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:01.164881700] +2026-01-05T20:01:01.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:01.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:01.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:01.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:01.164881700] +2026-01-05T20:01:02.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:02.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:02.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:02.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:02.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:02.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:02.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:02.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:02.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:02.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:02.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:02.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:02.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:02.347090700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:05.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:05.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:05.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:05.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:05.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:05.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:05.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:05.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:05.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:05.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:05.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:05.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:05.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:05.362263900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:05.472+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:06.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:06.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:06.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:06.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:06.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:06.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:06.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:06.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:06.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:06.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:06.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:06.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:06.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:06.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:06.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:06.175005700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:06.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:06.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:06.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:06.175005700] +2026-01-05T20:01:06.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:06.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:06.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:06.176009400] +2026-01-05T20:01:06.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:06.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:06.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:06.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:06.176009400] +2026-01-05T20:01:08.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:08.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:08.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:08.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:08.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:08.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:08.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:08.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:08.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:08.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:08.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:08.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:08.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:08.371588+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:10.574+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:11.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:11.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:11.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:11.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:11.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:11.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:11.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:11.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:11.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:11.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:11.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:11.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:11.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:11.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:11.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:11.180642+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:11.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:11.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:11.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:11.180642] +2026-01-05T20:01:11.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:11.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:11.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:11.181447] +2026-01-05T20:01:11.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:11.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:11.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:11.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:11.181447] +2026-01-05T20:01:11.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:11.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:11.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:11.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:11.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:11.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:11.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:11.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:11.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:11.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:11.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:11.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:11.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:11.382125300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:12.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:01:12.239+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:01:12.239+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:12.238828100] +2026-01-05T20:01:12.239+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:01:14.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:14.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:14.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:14.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:14.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:14.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:14.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:14.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:14.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:14.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:14.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:14.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:14.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:14.385448400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:15.677+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:16.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:16.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:16.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:16.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:16.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:16.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:16.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:16.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:16.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:16.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:16.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:16.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:16.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:16.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:16.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:16.195578300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:16.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:16.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:16.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:16.195578300] +2026-01-05T20:01:16.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:16.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:16.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:16.196098100] +2026-01-05T20:01:16.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:16.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:16.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:16.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:16.196098100] +2026-01-05T20:01:17.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:17.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:17.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:17.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:17.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:17.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:17.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:17.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:17.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:17.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:17.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:17.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:17.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:17.401738700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:20.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:20.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:20.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:20.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:20.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:20.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:20.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:20.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:20.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:20.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:20.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:20.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:20.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:20.419536400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:01:20.775+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:21.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:21.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:21.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:21.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:21.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:21.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:21.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:21.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:21.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:21.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:21.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:21.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:21.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:21.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:21.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:21.209695700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:21.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:21.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:21.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:21.209695700] +2026-01-05T20:01:21.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:21.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:21.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:21.210210100] +2026-01-05T20:01:21.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:21.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:21.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:21.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:21.210210100] +2026-01-05T20:01:23.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:23.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:23.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:23.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:23.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:23.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:23.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:23.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:23.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:23.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:23.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:23.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:23.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:23.432139600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:25.884+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:26.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:26.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:26.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:26.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:26.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:26.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:26.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:26.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:26.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:26.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:26.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:26.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:26.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:26.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:26.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:26.215337400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:26.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:26.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:26.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:26.215337400] +2026-01-05T20:01:26.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:26.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:26.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:26.215337400] +2026-01-05T20:01:26.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:26.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:26.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:26.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:26.215337400] +2026-01-05T20:01:26.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:26.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:26.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:26.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:26.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:26.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:26.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:26.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:26.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:26.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:26.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:26.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:26.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:26.447506700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:29.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:29.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:29.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:29.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:29.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:29.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:29.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:29.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:29.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:29.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:29.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:29.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:29.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:29.451679600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:30.977+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:31.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:31.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:31.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:31.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:31.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:31.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:31.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:31.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:31.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:31.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:31.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:31.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:31.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:31.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:31.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:31.222207+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:31.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:31.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:31.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:31.222207] +2026-01-05T20:01:31.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:31.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:31.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:31.222207] +2026-01-05T20:01:31.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:31.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:31.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:31.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:31.222207] +2026-01-05T20:01:32.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:32.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:32.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:32.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:32.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:32.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:32.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:32.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:32.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:32.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:32.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:32.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:32.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:32.467107700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:35.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:35.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:35.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:35.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:35.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:35.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:35.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:35.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:35.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:35.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:35.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:35.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:35.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:35.481770900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:36.087+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:36.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:36.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:36.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:36.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:36.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:36.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:36.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:36.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:36.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:36.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:36.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:36.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:36.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:36.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:36.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:36.231139200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:36.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:36.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:36.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:36.231139200] +2026-01-05T20:01:36.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:36.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:36.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:36.231747300] +2026-01-05T20:01:36.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:36.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:36.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:36.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:36.231747300] +2026-01-05T20:01:38.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:38.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:38.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:38.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:38.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:38.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:38.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:38.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:38.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:38.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:38.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:38.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:38.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:38.490463+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:41.179+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:41.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:41.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:41.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:41.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:41.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:41.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:41.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:41.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:41.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:41.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:41.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:41.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:41.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:41.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:41.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:41.237267400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:41.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:41.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:41.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:41.237267400] +2026-01-05T20:01:41.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:41.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:41.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:41.238022200] +2026-01-05T20:01:41.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:41.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:41.239+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:41.239+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:41.238022200] +2026-01-05T20:01:41.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:41.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:41.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:41.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:41.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:41.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:41.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:41.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:41.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:41.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:41.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:41.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:41.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:41.503595400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:42.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:01:42.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:01:42.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:42.255424400] +2026-01-05T20:01:42.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:01:44.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:44.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:44.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:44.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:44.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:44.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:44.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:44.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:44.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:44.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:44.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:44.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:44.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:44.516690800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:46.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:46.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:46.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:46.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:46.254956900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:46.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:46.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:46.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:46.254956900] +2026-01-05T20:01:46.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:46.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:46.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:46.255627800] +2026-01-05T20:01:46.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:46.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:46.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:46.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:46.255627800] +2026-01-05T20:01:46.283+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:47.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:47.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:47.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:47.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:47.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:47.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:47.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:47.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:47.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:47.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:47.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:47.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:47.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:47.530050500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:50.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:50.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:50.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:50.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:50.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:50.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:50.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:50.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:50.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:50.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:50.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:50.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:50.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:50.546856400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:51.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:51.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:51.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:51.271492700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:51.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:51.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:51.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:51.271492700] +2026-01-05T20:01:51.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:51.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:51.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:51.273467800] +2026-01-05T20:01:51.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:51.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:51.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:51.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:51.273467800] +2026-01-05T20:01:51.382+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:53.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:53.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:53.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:53.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:53.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:53.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:53.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:53.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:53.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:53.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:53.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:53.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:53.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:53.558050700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:56.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:56.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:01:56.288+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:01:56.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:01:56.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:56.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:56.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:56.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:56.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:56.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:56.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:56.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:56.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:56.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:56.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:56.289994400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:56.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:01:56.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:01:56.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:56.289994400] +2026-01-05T20:01:56.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:56.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:01:56.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:01:56.289994400] +2026-01-05T20:01:56.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:01:56.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:01:56.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:01:56.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:01:56.289994400] +2026-01-05T20:01:56.484+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:01:56.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:56.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:56.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:56.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:56.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:56.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:56.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:56.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:56.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:56.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:56.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:56.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:56.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:56.568958100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:01:59.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:01:59.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:01:59.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:59.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:59.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:01:59.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:01:59.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:01:59.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:01:59.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:01:59.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:01:59.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:01:59.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:01:59.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:01:59.572253500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:01.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:01.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:01.302+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:01.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:01.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:01.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:01.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:01.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:01.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:01.304076500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:01.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:01.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:01.304076500] +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:01.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:01.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:01.304076500] +2026-01-05T20:02:01.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:01.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:01.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:01.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:01.304076500] +2026-01-05T20:02:01.583+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:02.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:02.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:02.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:02.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:02.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:02.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:02.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:02.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:02.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:02.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:02.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:02.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:02.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:02.584522100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:05.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:05.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:05.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:05.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:05.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:05.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:05.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:05.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:05.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:05.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:05.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:05.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:05.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:05.587911600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:06.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:06.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:06.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:06.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:06.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:06.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:06.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:06.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:06.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:06.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:06.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:06.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:06.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:06.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:06.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:06.320002300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:06.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:06.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:06.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:06.320002300] +2026-01-05T20:02:06.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:06.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:06.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:06.320564700] +2026-01-05T20:02:06.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:06.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:06.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:06.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:06.320564700] +2026-01-05T20:02:06.732+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:08.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:08.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:08.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:08.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:08.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:08.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:08.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:08.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:08.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:08.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:08.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:08.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:08.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:08.594030700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:11.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:11.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:11.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:11.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:11.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:11.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:11.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:11.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:11.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:11.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:11.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:11.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:11.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:11.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:11.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:11.339166100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 5 ms +2026-01-05T20:02:11.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:11.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:11.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:11.339166100] +2026-01-05T20:02:11.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:11.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:11.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:11.339166100] +2026-01-05T20:02:11.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:11.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:11.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:11.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:11.339166100] +2026-01-05T20:02:11.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:11.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:11.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:11.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:11.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:11.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:11.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:11.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:11.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:11.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:11.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:11.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:11.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:11.610235200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:11.784+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:12.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:02:12.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:02:12.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:12.266031700] +2026-01-05T20:02:12.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:02:14.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:14.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:14.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:14.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:14.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:14.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:14.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:14.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:14.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:14.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:14.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:14.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:14.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:14.617420500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:16.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:16.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:16.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:16.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:16.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:16.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:16.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:16.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:16.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:16.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:16.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:16.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:16.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:16.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:16.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:16.351824200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:16.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:16.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:16.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:16.351824200] +2026-01-05T20:02:16.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:16.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:16.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:16.352425200] +2026-01-05T20:02:16.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:16.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:16.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:16.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:16.352425200] +2026-01-05T20:02:16.892+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:17.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:17.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:17.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:17.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:17.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:17.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:17.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:17.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:17.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:17.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:17.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:17.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:17.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:17.622925500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:20.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:20.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:20.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:20.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:20.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:20.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:20.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:20.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:20.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:20.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:20.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:20.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:20.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:20.639272900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:21.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:21.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:21.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:21.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:21.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:21.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:21.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:21.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:21.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:21.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:21.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:21.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:21.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:21.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:21.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:21.357499500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:21.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:21.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:21.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:21.357499500] +2026-01-05T20:02:21.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:21.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:21.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:21.358011800] +2026-01-05T20:02:21.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:21.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:21.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:21.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:21.358011800] +2026-01-05T20:02:21.991+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:23.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:23.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:23.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:23.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:23.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:23.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:23.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:23.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:23.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:23.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:23.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:23.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:23.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:23.648138200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:26.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:26.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:26.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:26.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:26.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:26.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:26.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:26.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:26.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:26.365032500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:26.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:26.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:26.365032500] +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:26.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:26.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:26.365557300] +2026-01-05T20:02:26.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:26.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:26.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:26.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:26.365557300] +2026-01-05T20:02:26.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:26.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:26.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:26.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:26.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:26.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:26.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:26.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:26.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:26.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:26.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:26.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:26.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:26.665340300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:27.088+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:29.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:29.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:29.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:29.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:29.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:29.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:29.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:29.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:29.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:29.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:29.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:29.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:29.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:29.676103500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:31.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:31.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:31.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:31.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:31.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:31.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:31.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:31.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:31.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:31.377418+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:31.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:31.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:31.377418] +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:31.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:31.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:31.377974300] +2026-01-05T20:02:31.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:31.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:31.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:31.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:31.377974300] +2026-01-05T20:02:32.189+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:32.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:32.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:32.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:32.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:32.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:32.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:32.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:32.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:32.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:32.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:32.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:32.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:32.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:32.685720400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:02:35.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:35.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:35.694793100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:36.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:36.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:36.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:36.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:36.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:36.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:36.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:36.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:36.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:36.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:36.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:36.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:36.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:36.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:36.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:36.383006700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:36.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:36.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:36.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:36.383515700] +2026-01-05T20:02:36.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:36.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:36.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:36.383515700] +2026-01-05T20:02:36.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:36.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:36.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:36.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:36.383515700] +2026-01-05T20:02:37.290+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:38.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:38.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:38.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:38.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:38.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:38.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:38.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:38.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:38.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:38.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:38.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:38.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:38.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:38.714543100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:41.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:41.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:41.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:41.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:41.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:41.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:41.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:41.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:41.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:41.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:41.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:41.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:41.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:41.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:41.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:41.398540400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:41.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:41.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:41.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:41.398540400] +2026-01-05T20:02:41.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:41.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:41.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:41.399333200] +2026-01-05T20:02:41.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:41.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:41.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:41.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:41.399333200] +2026-01-05T20:02:41.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:41.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:41.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:41.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:41.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:41.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:41.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:41.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:41.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:41.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:41.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:41.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:41.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:41.725066100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:42.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:02:42.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:02:42.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:42.272784300] +2026-01-05T20:02:42.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:02:42.389+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:44.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:44.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:44.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:44.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:44.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:44.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:44.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:44.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:44.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:44.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:44.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:44.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:44.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:44.740105800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:46.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:46.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:46.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:46.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:46.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:46.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:46.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:46.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:46.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:46.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:46.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:46.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:46.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:46.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:46.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:46.416341800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:46.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:46.416+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:46.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:46.416341800] +2026-01-05T20:02:46.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:46.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:46.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:46.417060900] +2026-01-05T20:02:46.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:46.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:46.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:46.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:46.417060900] +2026-01-05T20:02:47.495+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:47.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:47.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:47.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:47.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:47.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:47.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:47.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:47.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:47.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:47.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:47.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:47.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:47.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:47.750659500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:50.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:50.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:50.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:50.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:50.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:50.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:50.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:50.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:50.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:50.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:50.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:50.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:50.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:50.763538100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:51.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:51.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:51.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:51.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:51.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:51.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:51.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:51.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:51.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:51.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:51.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:51.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:51.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:51.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:51.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:51.420075900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:51.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:51.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:51.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:51.420075900] +2026-01-05T20:02:51.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:51.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:51.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:51.420809800] +2026-01-05T20:02:51.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:51.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:51.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:51.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:51.420809800] +2026-01-05T20:02:52.593+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:53.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:53.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:53.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:53.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:53.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:53.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:53.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:53.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:53.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:53.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:53.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:53.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:53.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:53.772690800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:56.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:56.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:02:56.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:02:56.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:02:56.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:56.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:56.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:56.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:56.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:56.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:56.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:56.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:56.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:56.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:56.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:56.438339800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:56.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:02:56.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:02:56.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:56.438339800] +2026-01-05T20:02:56.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:56.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:02:56.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:02:56.438869800] +2026-01-05T20:02:56.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:02:56.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:02:56.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:02:56.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:02:56.438869800] +2026-01-05T20:02:56.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:56.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:56.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:56.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:56.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:56.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:56.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:56.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:56.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:56.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:56.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:56.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:56.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:56.777755500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:02:57.695+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:02:59.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:02:59.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:02:59.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:59.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:59.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:02:59.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:02:59.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:02:59.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:02:59.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:02:59.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:02:59.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:02:59.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:02:59.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:02:59.782929200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:01.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:01.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:01.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:01.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:01.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:01.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:01.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:01.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:01.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:01.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:01.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:01.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:01.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:01.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:01.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:01.451383200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:03:01.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:01.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:01.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:01.451383200] +2026-01-05T20:03:01.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:01.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:01.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:01.451952300] +2026-01-05T20:03:01.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:01.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:01.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:01.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:01.451952300] +2026-01-05T20:03:02.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:02.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:02.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:02.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:02.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:02.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:02.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:02.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:02.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:02.788100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:02.801+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:05.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:05.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:05.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:05.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:05.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:05.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:05.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:05.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:05.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:05.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:05.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:05.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:05.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:05.803514300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:06.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:06.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:06.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:06.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:06.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:06.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:06.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:06.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:06.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:06.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:06.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:06.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:06.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:06.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:06.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:06.455191200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:06.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:06.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:06.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:06.455191200] +2026-01-05T20:03:06.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:06.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:06.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:06.455695200] +2026-01-05T20:03:06.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:06.456+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:06.456+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:06.456+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:06.455695200] +2026-01-05T20:03:07.903+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:08.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:08.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:08.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:08.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:08.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:08.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:08.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:08.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:08.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:08.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:08.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:08.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:08.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:08.811549400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:11.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:11.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:11.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:11.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:11.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:11.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:11.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:11.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:11.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:11.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:11.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:11.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:11.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:11.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:11.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:11.469107500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:11.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:11.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:11.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:11.469107500] +2026-01-05T20:03:11.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:11.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:11.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:11.469716] +2026-01-05T20:03:11.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:11.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:11.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:11.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:11.469716] +2026-01-05T20:03:11.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:11.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:11.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:11.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:11.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:11.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:11.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:11.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:11.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:11.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:11.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:11.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:11.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:11.830176500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:12.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:03:12.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:03:12.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:12.279711700] +2026-01-05T20:03:12.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:03:12.996+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:14.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:14.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:14.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:14.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:14.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:14.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:14.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:14.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:14.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:14.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:14.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:14.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:14.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:14.833471600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:16.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:16.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:16.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:16.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:16.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:16.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:16.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:16.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:16.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:16.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:16.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:16.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:16.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:16.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:16.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:16.483065900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:16.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:16.483+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:16.483+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:16.483589400] +2026-01-05T20:03:16.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:16.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:16.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:16.483589400] +2026-01-05T20:03:16.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:16.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:16.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:16.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:16.483589400] +2026-01-05T20:03:17.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:17.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:17.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:17.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:17.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:17.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:17.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:17.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:17.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:17.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:17.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:17.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:17.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:17.838699+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:18.099+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:20.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:20.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:20.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:20.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:20.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:20.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:20.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:20.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:20.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:20.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:20.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:20.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:20.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:20.853965700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:21.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:21.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:21.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:21.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:21.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:21.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:21.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:21.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:21.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:21.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:21.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:21.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:21.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:21.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:21.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:21.493410900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:21.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:21.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:21.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:21.493410900] +2026-01-05T20:03:21.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:21.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:21.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:21.493917200] +2026-01-05T20:03:21.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:21.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:21.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:21.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:21.493917200] +2026-01-05T20:03:23.205+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:23.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:23.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:23.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:23.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:23.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:23.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:23.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:23.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:23.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:23.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:23.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:23.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:23.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:23.860439300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:26.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:26.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:26.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:26.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:26.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:26.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:26.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:26.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:26.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:26.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:26.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:26.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:26.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:26.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:26.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:26.506664900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:26.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:26.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:26.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:26.506664900] +2026-01-05T20:03:26.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:26.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:26.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:26.507338500] +2026-01-05T20:03:26.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:26.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:26.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:26.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:26.507338500] +2026-01-05T20:03:26.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:26.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:26.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:26.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:26.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:26.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:26.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:26.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:26.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:26.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:26.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:26.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:26.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:26.864470900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:28.297+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:29.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:29.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:29.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:29.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:29.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:29.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:29.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:29.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:29.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:29.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:29.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:29.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:29.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:29.881414900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:31.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:31.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:31.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:31.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:31.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:31.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:31.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:31.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:31.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:31.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:31.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:31.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:31.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:31.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:31.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:31.517135400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:31.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:31.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:31.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:31.517135400] +2026-01-05T20:03:31.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:31.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:31.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:31.517764200] +2026-01-05T20:03:31.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:31.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:31.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:31.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:31.517764200] +2026-01-05T20:03:32.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:32.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:32.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:32.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:32.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:32.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:32.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:32.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:32.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:32.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:32.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:32.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:32.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:32.885457800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:33.399+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:35.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:35.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:35.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:35.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:35.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:35.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:35.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:35.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:35.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:35.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:35.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:35.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:35.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:35.891355400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:36.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:36.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:36.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:36.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:36.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:36.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:36.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:36.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:36.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:36.531149100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:36.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:36.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:36.531149100] +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:36.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:36.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:36.531850400] +2026-01-05T20:03:36.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:36.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:36.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:36.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:36.531850400] +2026-01-05T20:03:38.500+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:38.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:38.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:38.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:38.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:38.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:38.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:38.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:38.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:38.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:38.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:38.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:38.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:38.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:38.902920900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:41.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:41.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:41.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:41.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:41.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:41.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:41.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:41.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:41.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:41.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:41.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:41.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:41.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:41.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:41.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:41.548841700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:41.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:41.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:41.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:41.548841700] +2026-01-05T20:03:41.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:41.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:41.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:41.549525900] +2026-01-05T20:03:41.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:41.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:41.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:41.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:41.549525900] +2026-01-05T20:03:41.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:41.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:41.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:41.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:41.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:41.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:41.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:41.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:41.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:41.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:41.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:41.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:41.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:41.912134100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:42.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:03:42.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:03:42.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:42.297187800] +2026-01-05T20:03:42.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:03:43.604+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:44.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:44.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:44.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:44.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:44.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:44.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:44.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:44.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:44.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:44.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:44.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:44.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:44.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:44.927542100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:46.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:46.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:46.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:46.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:46.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:46.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:46.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:46.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:46.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:46.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:46.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:46.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:46.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:46.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:46.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:46.565917300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:46.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:46.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:46.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:46.565917300] +2026-01-05T20:03:46.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:46.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:46.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:46.566592400] +2026-01-05T20:03:46.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:46.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:46.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:46.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:46.566592400] +2026-01-05T20:03:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:47.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:47.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:47.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:47.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:47.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:47.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:47.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:47.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:47.932497300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:48.709+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:50.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:50.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:50.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:50.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:50.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:50.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:50.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:50.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:50.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:50.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:50.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:50.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:50.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:50.937413100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:51.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:51.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:51.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:51.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:51.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:51.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:51.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:51.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:51.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:51.573654+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:51.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:51.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:51.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:51.573654] +2026-01-05T20:03:51.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:51.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:51.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:51.574431700] +2026-01-05T20:03:51.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:51.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:51.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:51.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:51.574431700] +2026-01-05T20:03:53.802+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:53.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:53.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:53.953608300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:56.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:56.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:03:56.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:03:56.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:03:56.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:56.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:56.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:56.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:56.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:56.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:56.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:56.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:56.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:56.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:56.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:56.580358700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:56.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:03:56.580+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:03:56.580+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:56.580358700] +2026-01-05T20:03:56.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:56.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:03:56.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:03:56.581073] +2026-01-05T20:03:56.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:03:56.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:03:56.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:03:56.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:03:56.581073] +2026-01-05T20:03:56.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:56.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:56.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:56.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:56.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:56.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:56.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:56.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:56.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:56.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:56.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:56.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:56.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:56.969609400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:03:58.903+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:03:59.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:03:59.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:03:59.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:59.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:59.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:03:59.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:03:59.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:03:59.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:03:59.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:03:59.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:03:59.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:03:59.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:03:59.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:03:59.976620900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:01.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:01.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:01.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:01.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:01.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:01.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:01.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:01.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:01.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:01.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:01.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:01.594996100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:01.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:01.594+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:01.594+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:01.594996100] +2026-01-05T20:04:01.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:01.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:01.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:01.595590500] +2026-01-05T20:04:01.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:01.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:01.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:01.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:01.595590500] +2026-01-05T20:04:02.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:02.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:02.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:02.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:02.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:02.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:02.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:02.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:02.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:02.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:02.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:02.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:02.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:02.981990800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:04.007+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:05.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:05.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:05.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:05.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:05.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:05.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:05.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:05.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:05.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:05.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:05.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:05.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:05.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:05.991258500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:06.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:06.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:06.612+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:06.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:06.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:06.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:06.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:06.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:06.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:06.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:06.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:06.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:06.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:06.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:06.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:06.614297300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:06.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:06.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:06.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:06.614297300] +2026-01-05T20:04:06.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:06.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:06.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:06.614957600] +2026-01-05T20:04:06.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:06.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:06.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:06.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:06.614957600] +2026-01-05T20:04:08.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:08.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:08.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:08.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:08.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:08.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:08.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:08.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:08.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:08.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:08.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:08.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:08.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:08.995569200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:09.106+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:11.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:11.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:11.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:11.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:11.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:11.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:11.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:11.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:11.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:11.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:11.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:11.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:11.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:11.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:11.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:11.627155800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:11.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:11.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:11.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:11.627155800] +2026-01-05T20:04:11.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:11.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:11.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:11.627716] +2026-01-05T20:04:11.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:11.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:11.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:11.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:11.627716] +2026-01-05T20:04:12.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:12.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:12.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:12.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:12.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:12.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:12.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:12.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:12.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:12.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:12.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:12.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:12.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:12.003932500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:12.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:04:12.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:04:12.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:12.313553100] +2026-01-05T20:04:12.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:04:14.210+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:15.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:15.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:15.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:15.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:15.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:15.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:15.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:15.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:15.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:15.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:15.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:15.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:15.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:15.013114300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:16.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:16.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:16.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:16.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:16.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:16.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:16.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:16.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:16.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:16.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:16.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:16.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:16.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:16.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:16.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:16.640318900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:16.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:16.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:16.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:16.640318900] +2026-01-05T20:04:16.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:16.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:16.640+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:16.640849800] +2026-01-05T20:04:16.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:16.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:16.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:16.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:16.640849800] +2026-01-05T20:04:18.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:18.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:18.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:18.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:18.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:18.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:18.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:18.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:18.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:18.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:18.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:18.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:18.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:18.024680800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:19.315+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:21.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:21.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:21.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:21.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:21.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:21.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:21.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:21.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:21.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:21.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:21.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:21.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:21.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:21.030249400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:21.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:21.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:21.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:21.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:21.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:21.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:21.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:21.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:21.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:21.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:21.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:21.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:21.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:21.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:21.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:21.656844800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:04:21.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:21.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:21.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:21.657348100] +2026-01-05T20:04:21.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:21.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:21.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:21.658387200] +2026-01-05T20:04:21.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:21.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:21.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:21.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:21.658387200] +2026-01-05T20:04:24.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:24.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:24.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:24.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:24.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:24.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:24.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:24.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:24.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:24.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:24.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:24.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:24.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:24.038081400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:24.410+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:26.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:26.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:26.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:26.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:26.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:26.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:26.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:26.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:26.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:26.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:26.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:26.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:26.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:26.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:26.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:26.661782300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:26.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:26.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:26.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:26.661782300] +2026-01-05T20:04:26.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:26.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:26.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:26.662399700] +2026-01-05T20:04:26.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:26.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:26.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:26.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:26.662399700] +2026-01-05T20:04:27.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:27.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:27.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:27.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:27.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:27.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:27.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:27.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:27.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:27.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:27.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:27.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:27.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:27.052826900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:29.509+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:30.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:30.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:30.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:30.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:30.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:30.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:30.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:30.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:30.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:30.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:30.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:30.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:30.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:30.070922300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:31.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:31.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:31.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:31.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:31.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:31.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:31.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:31.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:31.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:31.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:31.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:31.671247+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:31.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:31.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:31.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:31.671247] +2026-01-05T20:04:31.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:31.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:31.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:31.671852100] +2026-01-05T20:04:31.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:31.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:31.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:31.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:31.671852100] +2026-01-05T20:04:33.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:33.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:33.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:33.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:33.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:33.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:33.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:33.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:33.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:33.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:33.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:33.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:33.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:33.086785800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:34.609+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:36.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:36.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:36.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:36.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:36.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:36.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:36.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:36.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:36.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:36.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:36.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:36.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:36.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:36.098366600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:36.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:36.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:36.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:36.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:36.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:36.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:36.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:36.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:36.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:36.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:36.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:36.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:36.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:36.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:36.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:36.689590800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:36.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:36.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:36.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:36.689590800] +2026-01-05T20:04:36.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:36.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:36.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:36.690293700] +2026-01-05T20:04:36.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:36.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:36.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:36.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:36.690293700] +2026-01-05T20:04:39.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:39.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:39.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:39.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:39.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:39.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:39.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:39.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:39.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:39.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:39.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:39.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:39.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:39.102823100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:39.712+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:41.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:41.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:41.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:41.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:41.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:41.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:41.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:41.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:41.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:41.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:41.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:41.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:41.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:41.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:41.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:41.702462900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:41.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:41.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:41.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:41.702462900] +2026-01-05T20:04:41.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:41.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:41.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:41.703242200] +2026-01-05T20:04:41.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:41.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:41.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:41.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:41.703242200] +2026-01-05T20:04:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:42.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:42.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:42.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:42.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:42.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:42.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:42.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:42.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:42.106086600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:42.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:04:42.322+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:04:42.322+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:42.321952100] +2026-01-05T20:04:42.322+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:04:44.818+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:45.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:45.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:45.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:45.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:45.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:45.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:45.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:45.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:45.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:45.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:45.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:45.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:45.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:45.117486100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:46.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:46.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:46.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:46.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:46.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:46.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:46.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:46.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:46.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:46.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:46.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:46.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:46.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:46.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:46.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:46.720258700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:46.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:46.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:46.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:46.720258700] +2026-01-05T20:04:46.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:46.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:46.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:46.720941500] +2026-01-05T20:04:46.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:46.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:46.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:46.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:46.720941500] +2026-01-05T20:04:48.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:48.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:48.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:48.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:48.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:48.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:48.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:48.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:48.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:48.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:48.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:48.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:48.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:48.130611900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:49.914+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:51.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:51.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:51.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:51.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:51.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:51.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:51.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:51.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:51.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:51.134463400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:51.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:51.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:51.731+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:51.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:51.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:51.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:51.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:51.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:51.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:51.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:51.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:51.733383+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:51.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:51.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:51.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:51.733383] +2026-01-05T20:04:51.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:51.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:51.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:51.734062700] +2026-01-05T20:04:51.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:51.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:51.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:51.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:51.734062700] +2026-01-05T20:04:54.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:54.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:54.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:54.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:54.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:54.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:54.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:54.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:54.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:54.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:54.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:54.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:54.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:54.137825700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:55.014+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:04:56.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:56.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:04:56.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:04:56.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:04:56.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:56.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:56.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:56.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:56.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:56.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:56.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:56.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:56.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:56.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:56.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:56.749522200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:04:56.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:04:56.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:04:56.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:56.749522200] +2026-01-05T20:04:56.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:56.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:04:56.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:04:56.750210200] +2026-01-05T20:04:56.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:04:56.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:04:56.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:04:56.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:04:56.750210200] +2026-01-05T20:04:57.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:04:57.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:04:57.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:57.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:57.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:04:57.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:04:57.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:04:57.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:04:57.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:04:57.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:04:57.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:04:57.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:04:57.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:04:57.154262700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:00.114+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:00.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:00.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:00.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:00.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:00.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:00.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:00.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:00.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:00.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:00.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:00.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:00.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:00.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:00.159928300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:01.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:01.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:01.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:01.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:01.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:01.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:01.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:01.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:01.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:01.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:01.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:01.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:01.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:01.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:01.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:01.759119300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:01.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:01.759+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:01.759+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:01.759119300] +2026-01-05T20:05:01.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:01.759+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:01.759+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:01.759917100] +2026-01-05T20:05:01.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:01.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:01.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:01.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:01.759917100] +2026-01-05T20:05:03.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:03.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:03.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:03.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:03.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:03.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:03.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:03.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:03.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:03.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:03.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:03.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:03.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:03.162776400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:05.219+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:06.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:06.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:06.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:06.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:06.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:06.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:06.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:06.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:06.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:06.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:06.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:06.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:06.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:06.180953800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:06.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:06.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:06.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:06.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:06.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:06.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:06.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:06.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:06.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:06.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:06.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:06.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:06.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:06.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:06.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:06.772687100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:06.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:06.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:06.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:06.772687100] +2026-01-05T20:05:06.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:06.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:06.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:06.773375100] +2026-01-05T20:05:06.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:06.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:06.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:06.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:06.773375100] +2026-01-05T20:05:09.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:09.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:09.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:09.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:09.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:09.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:09.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:09.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:09.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:09.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:09.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:09.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:09.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:09.190953200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:10.321+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:11.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:11.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:11.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:11.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:11.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:11.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:11.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:11.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:11.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:11.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:11.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:11.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:11.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:11.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:11.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:11.787838300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:11.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:11.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:11.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:11.787838300] +2026-01-05T20:05:11.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:11.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:11.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:11.788540200] +2026-01-05T20:05:11.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:11.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:11.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:11.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:11.788540200] +2026-01-05T20:05:12.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:12.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:12.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:12.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:12.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:12.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:12.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:12.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:12.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:12.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:12.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:12.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:12.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:12.207659500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:12.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:05:12.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:05:12.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:12.330802300] +2026-01-05T20:05:12.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:05:15.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:15.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:15.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:15.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:15.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:15.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:15.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:15.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:15.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:15.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:15.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:15.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:15.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:15.222093+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:15.417+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:16.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:16.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:16.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:16.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:16.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:16.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:16.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:16.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:16.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:16.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:16.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:16.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:16.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:16.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:16.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:16.798191200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:16.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:16.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:16.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:16.798191200] +2026-01-05T20:05:16.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:16.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:16.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:16.798908900] +2026-01-05T20:05:16.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:16.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:16.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:16.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:16.798908900] +2026-01-05T20:05:18.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:18.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:18.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:18.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:18.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:18.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:18.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:18.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:18.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:18.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:18.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:18.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:18.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:18.233017600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:20.519+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:21.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:21.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:21.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:21.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:21.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:21.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:21.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:21.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:21.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:21.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:21.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:21.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:21.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:21.245510400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:21.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:21.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:21.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:21.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:21.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:21.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:21.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:21.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:21.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:21.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:21.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:21.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:21.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:21.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:21.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:21.805286800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:21.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:21.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:21.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:21.805286800] +2026-01-05T20:05:21.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:21.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:21.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:21.806062900] +2026-01-05T20:05:21.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:21.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:21.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:21.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:21.806062900] +2026-01-05T20:05:24.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:24.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:24.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:24.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:24.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:24.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:24.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:24.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:24.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:24.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:24.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:24.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:24.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:24.249007600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:25.619+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:26.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:26.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:26.818+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:26.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:26.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:26.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:26.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:26.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:26.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:26.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:26.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:26.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:26.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:26.820685300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:26.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:26.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:26.820685300] +2026-01-05T20:05:26.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:26.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:26.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:26.821360] +2026-01-05T20:05:26.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:26.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:26.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:26.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:26.821360] +2026-01-05T20:05:27.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:27.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:27.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:27.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:27.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:27.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:27.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:27.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:27.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:27.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:27.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:27.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:27.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:27.254859700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:30.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:30.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:30.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:30.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:30.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:30.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:30.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:30.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:30.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:30.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:30.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:30.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:30.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:30.271790300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:30.721+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:31.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:31.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:31.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:31.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:31.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:31.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:31.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:31.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:31.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:31.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:31.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:31.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:31.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:31.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:31.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:31.830271300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:31.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:31.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:31.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:31.830271300] +2026-01-05T20:05:31.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:31.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:31.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:31.830950500] +2026-01-05T20:05:31.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:31.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:31.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:31.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:31.830950500] +2026-01-05T20:05:33.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:33.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:33.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:33.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:33.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:33.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:33.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:33.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:33.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:33.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:33.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:33.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:33.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:33.275086500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:35.821+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:36.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:36.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:36.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:36.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:36.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:36.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:36.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:36.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:36.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:36.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:36.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:36.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:36.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:36.286863900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:36.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:36.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:36.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:36.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:36.847903900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:36.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:36.847+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:36.847+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:36.847903900] +2026-01-05T20:05:36.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:36.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:36.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:36.848499300] +2026-01-05T20:05:36.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:36.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:36.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:36.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:36.848499300] +2026-01-05T20:05:39.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:39.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:39.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:39.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:39.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:39.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:39.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:39.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:39.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:39.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:39.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:39.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:39.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:39.294131700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:40.927+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:41.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:41.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:41.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:41.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:41.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:41.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:41.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:41.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:41.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:41.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:41.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:41.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:41.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:41.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:41.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:41.863942600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:41.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:41.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:41.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:41.863942600] +2026-01-05T20:05:41.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:41.864463] +2026-01-05T20:05:41.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:41.864463] +2026-01-05T20:05:42.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:42.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:42.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:42.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:42.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:42.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:42.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:42.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:42.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:42.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:42.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:42.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:42.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:42.299411300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:42.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:05:42.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:05:42.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:42.343621800] +2026-01-05T20:05:42.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:05:45.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:45.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:45.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:45.302949900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:46.022+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:46.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:46.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:46.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:46.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:46.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:46.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:46.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:46.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:46.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:46.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:46.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:46.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:46.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:46.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:46.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:46.877504900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:46.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:46.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:46.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:46.877504900] +2026-01-05T20:05:46.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:46.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:46.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:46.878285200] +2026-01-05T20:05:46.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:46.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:46.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:46.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:46.878285200] +2026-01-05T20:05:48.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:48.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:48.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:48.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:48.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:48.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:48.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:48.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:48.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:48.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:48.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:48.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:48.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:48.313273900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:51.133+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:51.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:51.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:51.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:51.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:51.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:51.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:51.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:51.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:51.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:51.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:51.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:51.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:51.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:51.322458300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:51.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:51.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:51.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:51.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:51.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:51.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:51.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:51.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:51.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:51.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:51.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:51.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:51.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:51.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:51.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:51.883913400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:51.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:51.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:51.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:51.883913400] +2026-01-05T20:05:51.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:51.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:51.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:51.884593600] +2026-01-05T20:05:51.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:51.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:51.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:51.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:51.884593600] +2026-01-05T20:05:54.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:54.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:54.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:54.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:54.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:54.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:54.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:54.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:54.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:54.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:54.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:54.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:54.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:54.332296400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:56.225+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:05:56.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:56.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:05:56.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:05:56.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:05:56.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:56.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:56.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:56.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:56.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:56.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:56.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:56.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:56.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:56.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:56.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:56.894017300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:05:56.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:05:56.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:05:56.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:56.894017300] +2026-01-05T20:05:56.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:56.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:05:56.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:05:56.894644600] +2026-01-05T20:05:56.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:05:56.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:05:56.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:05:56.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:05:56.894644600] +2026-01-05T20:05:57.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:05:57.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:05:57.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:57.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:57.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:05:57.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:05:57.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:05:57.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:05:57.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:05:57.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:05:57.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:05:57.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:05:57.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:05:57.346434200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:00.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:00.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:00.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:00.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:00.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:00.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:00.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:00.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:00.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:00.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:00.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:00.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:00.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:00.362984300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:01.324+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:01.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:01.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:01.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:01.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:01.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:01.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:01.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:01.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:01.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:01.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:01.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:01.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:01.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:01.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:01.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:01.908165200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:01.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:01.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:01.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:01.908165200] +2026-01-05T20:06:01.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:01.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:01.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:01.908688400] +2026-01-05T20:06:01.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:01.909+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:01.909+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:01.909+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:01.908688400] +2026-01-05T20:06:03.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:03.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:03.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:03.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:03.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:03.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:03.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:03.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:03.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:03.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:03.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:03.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:03.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:03.374769200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:06.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:06.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:06.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:06.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:06.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:06.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:06.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:06.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:06.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:06.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:06.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:06.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:06.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:06.381563600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:06.427+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:06.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:06.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:06.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:06.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:06.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:06.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:06.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:06.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:06.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:06.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:06.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:06.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:06.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:06.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:06.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:06.915079600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:06.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:06.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:06.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:06.915079600] +2026-01-05T20:06:06.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:06.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:06.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:06.915738500] +2026-01-05T20:06:06.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:06.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:06.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:06.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:06.915738500] +2026-01-05T20:06:09.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:09.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:09.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:09.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:09.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:09.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:09.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:09.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:09.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:09.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:09.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:09.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:09.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:09.385534200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:11.526+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:11.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:11.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:11.926+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:11.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:11.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:11.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:11.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:11.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:11.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:11.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:11.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:11.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:11.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:11.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:11.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:11.927985800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:11.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:11.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:11.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:11.927985800] +2026-01-05T20:06:11.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:11.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:11.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:11.928703100] +2026-01-05T20:06:11.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:11.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:11.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:11.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:11.928703100] +2026-01-05T20:06:12.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:06:12.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:06:12.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:12.349211] +2026-01-05T20:06:12.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:06:12.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:12.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:12.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:12.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:12.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:12.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:12.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:12.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:12.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:12.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:12.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:12.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:12.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:12.398404800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:15.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:15.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:15.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:15.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:15.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:15.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:15.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:15.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:15.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:15.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:15.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:15.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:15.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:15.410920+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:16.627+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:16.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:16.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:16.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:16.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:16.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:16.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:16.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:16.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:16.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:16.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:16.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:16.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:16.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:16.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:16.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:16.934619900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:16.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:16.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:16.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:16.934619900] +2026-01-05T20:06:16.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:16.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:16.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:16.935124900] +2026-01-05T20:06:16.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:16.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:16.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:16.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:16.935124900] +2026-01-05T20:06:18.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:18.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:18.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:18.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:18.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:18.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:18.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:18.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:18.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:18.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:18.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:18.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:18.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:18.425498500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:21.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:21.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:21.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:21.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:21.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:21.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:21.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:21.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:21.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:21.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:21.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:21.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:21.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:21.428809700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:21.727+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:21.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:21.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:21.939+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:21.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:21.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:21.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:21.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:21.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:21.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:21.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:21.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:21.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:21.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:21.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:21.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:21.941155100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:21.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:21.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:21.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:21.941155100] +2026-01-05T20:06:21.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:21.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:21.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:21.941909600] +2026-01-05T20:06:21.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:21.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:21.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:21.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:21.941909600] +2026-01-05T20:06:24.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:24.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:24.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:24.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:24.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:24.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:24.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:24.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:24.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:24.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:24.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:24.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:24.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:24.432823100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:26.828+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:26.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:26.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:26.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:26.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:26.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:26.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:26.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:26.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:26.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:26.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:26.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:26.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:26.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:26.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:26.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:26.951559600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:26.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:26.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:26.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:26.951559600] +2026-01-05T20:06:26.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:26.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:26.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:26.952312900] +2026-01-05T20:06:26.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:26.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:26.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:26.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:26.952312900] +2026-01-05T20:06:27.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:27.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:27.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:27.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:27.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:27.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:27.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:27.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:27.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:27.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:27.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:27.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:27.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:27.436091800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:30.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:30.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:30.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:30.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:30.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:30.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:30.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:30.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:30.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:30.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:30.443392100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:31.933+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:31.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:31.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:31.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:31.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:31.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:31.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:31.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:31.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:31.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:31.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:31.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:31.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:31.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:31.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:31.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:31.966203900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:31.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:31.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:31.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:31.966203900] +2026-01-05T20:06:31.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:31.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:31.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:31.966885700] +2026-01-05T20:06:31.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:31.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:31.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:31.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:31.966885700] +2026-01-05T20:06:33.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:33.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:33.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:33.457563500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:06:36.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:36.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:36.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:36.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:36.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:36.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:36.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:36.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:36.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:36.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:36.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:36.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:36.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:36.469069400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:36.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:36.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:36.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:36.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:36.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:36.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:36.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:36.982819500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:36.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:36.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:36.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:36.982819500] +2026-01-05T20:06:36.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:36.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:36.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:36.983551300] +2026-01-05T20:06:36.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:36.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:36.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:36.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:36.983551300] +2026-01-05T20:06:37.030+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:39.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:39.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:39.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:39.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:39.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:39.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:39.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:39.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:39.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:39.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:39.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:39.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:39.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:39.476101700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:41.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:41.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:41.997+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:41.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:41.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:41.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:41.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:41.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:41.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:41.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:41.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:41.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:41.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:41.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:41.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:41.999295900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:41.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:41.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:41.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:41.999801400] +2026-01-05T20:06:42.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:42.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:42.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:41.999801400] +2026-01-05T20:06:42.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:42.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:42.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:42.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:41.999801400] +2026-01-05T20:06:42.133+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:42.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:06:42.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:06:42.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:42.367618200] +2026-01-05T20:06:42.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:06:42.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:42.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:42.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:42.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:42.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:42.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:42.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:42.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:42.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:42.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:42.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:42.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:42.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:42.479765+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:45.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:45.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:45.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:45.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:45.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:45.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:45.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:45.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:45.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:45.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:45.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:45.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:45.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:45.489742700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:47.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:47.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:47.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:47.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:47.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:47.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:47.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:47.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:47.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:47.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:47.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:47.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:47.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:47.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:47.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:47.011396300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 6 ms +2026-01-05T20:06:47.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:47.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:47.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:47.011915900] +2026-01-05T20:06:47.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:47.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:47.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:47.012435500] +2026-01-05T20:06:47.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:47.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:47.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:47.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:47.012435500] +2026-01-05T20:06:47.237+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:48.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:48.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:48.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:48.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:48.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:48.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:48.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:48.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:48.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:48.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:48.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:48.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:48.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:48.501617800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:51.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:51.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:51.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:51.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:51.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:51.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:51.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:51.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:51.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:51.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:51.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:51.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:51.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:51.508809300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:52.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:52.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:52.019+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:52.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:52.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:52.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:52.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:52.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:52.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:52.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:52.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:52.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:52.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:52.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:52.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:52.021040600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:52.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:52.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:52.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:52.021040600] +2026-01-05T20:06:52.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:52.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:52.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:52.021707] +2026-01-05T20:06:52.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:52.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:52.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:52.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:52.021707] +2026-01-05T20:06:52.332+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:54.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:54.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:54.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:54.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:54.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:54.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:54.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:54.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:54.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:54.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:54.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:54.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:54.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:54.520339100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:57.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:57.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:06:57.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:06:57.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:06:57.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:57.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:57.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:57.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:57.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:57.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:57.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:57.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:57.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:57.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:57.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:57.031821600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:06:57.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:06:57.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:06:57.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:57.031821600] +2026-01-05T20:06:57.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:57.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:06:57.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:06:57.032345] +2026-01-05T20:06:57.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:06:57.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:06:57.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:06:57.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:06:57.032345] +2026-01-05T20:06:57.433+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:06:57.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:06:57.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:06:57.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:57.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:57.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:06:57.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:06:57.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:06:57.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:06:57.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:06:57.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:06:57.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:06:57.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:06:57.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:06:57.528924700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:00.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:00.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:00.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:00.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:00.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:00.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:00.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:00.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:00.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:00.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:00.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:00.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:00.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:00.538996500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:02.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:02.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:02.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:02.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:02.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:02.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:02.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:02.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:02.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:02.044789700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:02.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:02.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:02.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:02.044789700] +2026-01-05T20:07:02.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:02.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:02.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:02.045475200] +2026-01-05T20:07:02.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:02.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:02.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:02.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:02.045475200] +2026-01-05T20:07:02.533+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:03.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:03.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:03.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:03.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:03.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:03.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:03.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:03.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:03.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:03.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:03.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:03.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:03.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:03.550957200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:06.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:06.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:06.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:06.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:06.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:06.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:06.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:06.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:06.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:06.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:06.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:06.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:06.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:06.559203300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:07.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:07.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:07.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:07.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:07.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:07.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:07.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:07.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:07.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:07.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:07.055469200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:07.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:07.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:07.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:07.055469200] +2026-01-05T20:07:07.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:07.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:07.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:07.056194300] +2026-01-05T20:07:07.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:07.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:07.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:07.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:07.056194300] +2026-01-05T20:07:07.633+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:09.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:09.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:09.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:09.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:09.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:09.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:09.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:09.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:09.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:09.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:09.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:09.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:09.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:09.563808800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:12.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:12.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:12.067+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:12.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:12.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:12.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:12.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:12.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:12.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:12.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:12.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:12.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:12.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:12.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:12.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:12.069354200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:12.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:12.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:12.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:12.069354200] +2026-01-05T20:07:12.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:12.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:12.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:12.069857400] +2026-01-05T20:07:12.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:12.070+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:12.070+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:12.070+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:12.069857400] +2026-01-05T20:07:12.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:07:12.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:07:12.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:12.378698100] +2026-01-05T20:07:12.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:07:12.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:12.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:12.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:12.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:12.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:12.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:12.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:12.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:12.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:12.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:12.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:12.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:12.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:12.567362200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:12.737+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:15.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:15.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:15.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:15.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:15.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:15.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:15.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:15.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:15.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:15.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:15.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:15.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:15.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:15.579714+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:17.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:17.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:17.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:17.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:17.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:17.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:17.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:17.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:17.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:17.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:17.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:17.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:17.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:17.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:17.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:17.077499700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:17.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:17.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:17.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:17.077499700] +2026-01-05T20:07:17.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:17.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:17.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:17.077499700] +2026-01-05T20:07:17.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:17.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:17.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:17.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:17.077499700] +2026-01-05T20:07:17.836+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:18.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:18.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:18.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:18.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:18.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:18.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:18.584831700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:21.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:21.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:21.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:21.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:21.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:21.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:21.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:21.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:21.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:21.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:21.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:21.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:21.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:21.601534300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:22.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:22.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:22.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:22.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:22.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:22.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:22.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:22.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:22.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:22.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:22.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:22.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:22.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:22.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:22.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:22.084591600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:22.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:22.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:22.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:22.084591600] +2026-01-05T20:07:22.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:22.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:22.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:22.085193200] +2026-01-05T20:07:22.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:22.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:22.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:22.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:22.085193200] +2026-01-05T20:07:22.936+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:24.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:24.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:24.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:24.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:24.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:24.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:24.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:24.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:24.603962800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:27.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:27.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:27.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:27.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:27.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:27.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:27.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:27.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:27.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:27.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:27.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:27.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:27.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:27.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:27.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:27.092730400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:27.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:27.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:27.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:27.092730400] +2026-01-05T20:07:27.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:27.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:27.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:27.093358900] +2026-01-05T20:07:27.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:27.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:27.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:27.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:27.093358900] +2026-01-05T20:07:27.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:27.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:27.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:27.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:27.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:27.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:27.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:27.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:27.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:27.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:27.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:27.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:27.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:27.620588+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:28.040+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:30.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:30.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:30.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:30.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:30.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:30.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:30.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:30.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:30.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:30.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:30.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:30.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:30.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:30.634901800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:32.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:32.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:32.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:32.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:32.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:32.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:32.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:32.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:32.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:32.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:32.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:32.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:32.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:32.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:32.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:32.100401+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:32.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:32.100+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:32.100+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:32.100401] +2026-01-05T20:07:32.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:32.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:32.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:32.101162200] +2026-01-05T20:07:32.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:32.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:32.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:32.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:32.101162200] +2026-01-05T20:07:33.143+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:33.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:33.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:33.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:33.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:33.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:33.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:33.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:33.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:33.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:33.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:33.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:33.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:33.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:33.641588+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:36.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:36.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:36.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:36.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:36.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:36.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:36.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:36.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:36.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:36.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:36.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:36.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:36.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:36.644827300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:37.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:37.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:37.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:37.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:37.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:37.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:37.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:37.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:37.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:37.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:37.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:37.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:37.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:37.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:37.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:37.115309900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:37.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:37.115+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:37.115+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:37.115309900] +2026-01-05T20:07:37.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:37.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:37.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:37.116009] +2026-01-05T20:07:37.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:37.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:37.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:37.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:37.116009] +2026-01-05T20:07:38.237+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:39.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:39.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:39.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:39.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:39.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:39.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:39.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:39.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:39.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:39.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:39.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:39.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:39.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:39.660959200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:42.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:42.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:42.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:42.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:42.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:42.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:42.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:42.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:42.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:42.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:42.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:42.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:42.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:42.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:42.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:42.120831700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:42.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:42.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:42.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:42.120831700] +2026-01-05T20:07:42.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:42.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:42.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:42.121351800] +2026-01-05T20:07:42.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:42.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:42.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:42.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:42.121351800] +2026-01-05T20:07:42.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:07:42.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:07:42.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:42.384703500] +2026-01-05T20:07:42.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:07:42.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:42.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:42.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:42.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:42.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:42.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:42.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:42.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:42.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:42.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:42.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:42.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:42.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:42.666195900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:43.337+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:45.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:45.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:45.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:45.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:45.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:45.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:45.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:45.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:45.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:45.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:45.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:45.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:45.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:45.677860100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:47.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:47.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:47.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:47.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:47.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:47.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:47.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:47.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:47.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:47.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:47.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:47.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:47.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:47.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:47.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:47.126025400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:47.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:47.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:47.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:47.126025400] +2026-01-05T20:07:47.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:47.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:47.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:47.126708300] +2026-01-05T20:07:47.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:47.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:47.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:47.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:47.126708300] +2026-01-05T20:07:48.439+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:48.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:48.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:48.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:48.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:48.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:48.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:48.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:48.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:48.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:48.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:48.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:48.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:48.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:48.681104100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:51.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:51.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:51.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:51.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:51.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:51.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:51.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:51.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:51.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:51.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:51.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:51.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:51.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:51.686721900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:52.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:52.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:52.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:52.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:52.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:52.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:52.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:52.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:52.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:52.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:52.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:52.136160500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:52.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:52.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:52.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:52.136160500] +2026-01-05T20:07:52.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:52.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:52.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:52.136927800] +2026-01-05T20:07:52.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:52.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:52.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:52.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:52.136927800] +2026-01-05T20:07:53.539+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:07:54.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:54.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:54.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:54.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:54.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:54.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:54.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:54.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:54.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:54.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:54.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:54.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:54.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:54.688787500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:57.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:57.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:07:57.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:07:57.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:07:57.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:57.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:57.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:57.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:57.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:57.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:57.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:57.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:57.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:57.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:57.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:57.144749900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:57.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:07:57.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:07:57.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:57.144749900] +2026-01-05T20:07:57.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:57.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:07:57.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:07:57.145253200] +2026-01-05T20:07:57.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:07:57.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:07:57.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:07:57.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:07:57.145253200] +2026-01-05T20:07:57.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:07:57.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:07:57.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:57.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:57.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:07:57.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:07:57.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:07:57.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:07:57.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:07:57.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:07:57.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:07:57.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:07:57.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:07:57.705621300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:07:58.641+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:00.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:00.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:00.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:00.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:00.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:00.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:00.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:00.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:00.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:00.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:00.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:00.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:00.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:00.709788700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:02.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:02.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:02.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:02.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:02.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:02.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:02.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:02.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:02.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:02.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:02.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:02.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:02.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:02.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:02.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:02.154374600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:02.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:02.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:02.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:02.154374600] +2026-01-05T20:08:02.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:02.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:02.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:02.155126600] +2026-01-05T20:08:02.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:02.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:02.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:02.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:02.155126600] +2026-01-05T20:08:03.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:03.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:03.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:03.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:03.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:03.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:03.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:03.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:03.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:03.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:03.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:03.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:03.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:03.714415600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:03.743+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:06.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:06.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:06.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:06.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:06.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:06.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:06.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:06.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:06.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:06.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:06.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:06.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:06.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:06.727001800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:07.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:07.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:07.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:07.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:07.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:07.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:07.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:07.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:07.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:07.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:07.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:07.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:07.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:07.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:07.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:07.164436900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:07.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:07.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:07.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:07.164436900] +2026-01-05T20:08:07.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:07.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:07.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:07.165138600] +2026-01-05T20:08:07.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:07.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:07.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:07.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:07.165138600] +2026-01-05T20:08:08.845+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:09.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:09.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:09.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:09.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:09.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:09.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:09.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:09.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:09.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:09.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:09.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:09.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:09.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:09.733860600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:12.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:12.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:12.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:12.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:12.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:12.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:12.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:12.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:12.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:12.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:12.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:12.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:12.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:12.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:12.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:12.180834100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:12.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:12.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:12.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:12.180834100] +2026-01-05T20:08:12.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:12.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:12.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:12.180834100] +2026-01-05T20:08:12.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:12.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:12.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:12.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:12.180834100] +2026-01-05T20:08:12.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:08:12.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:08:12.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:12.395255] +2026-01-05T20:08:12.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:08:12.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:12.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:12.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:12.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:12.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:12.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:12.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:12.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:12.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:12.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:12.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:12.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:12.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:12.741897900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:13.942+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:15.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:15.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:15.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:15.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:15.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:15.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:15.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:15.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:15.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:15.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:15.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:15.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:15.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:15.750207800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:17.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:17.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:17.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:17.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:17.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:17.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:17.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:17.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:17.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:17.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:17.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:17.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:17.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:17.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:17.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:17.197583500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:17.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:17.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:17.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:17.197583500] +2026-01-05T20:08:17.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:17.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:17.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:17.198386200] +2026-01-05T20:08:17.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:17.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:17.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:17.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:17.198386200] +2026-01-05T20:08:18.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:18.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:18.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:18.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:18.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:18.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:18.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:18.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:18.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:18.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:18.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:18.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:18.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:18.763265400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:19.042+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:21.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:21.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:21.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:21.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:21.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:21.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:21.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:21.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:21.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:21.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:21.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:21.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:21.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:21.769871100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:22.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:22.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:22.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:22.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:22.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:22.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:22.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:22.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:22.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:22.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:22.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:22.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:22.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:22.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:22.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:22.206582300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:22.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:22.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:22.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:22.206582300] +2026-01-05T20:08:22.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:22.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:22.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:22.207237500] +2026-01-05T20:08:22.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:22.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:22.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:22.207+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:22.207237500] +2026-01-05T20:08:24.143+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:24.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:24.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:24.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:24.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:24.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:24.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:24.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:24.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:24.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:24.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:24.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:24.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:24.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:24.782158100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:27.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:27.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:27.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:27.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:27.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:27.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:27.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:27.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:27.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:27.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:27.215126700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:27.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:27.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:27.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:27.215126700] +2026-01-05T20:08:27.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:27.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:27.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:27.215126700] +2026-01-05T20:08:27.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:27.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:27.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:27.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:27.215126700] +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:27.789893200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:29.250+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:30.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:30.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:30.792468600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:32.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:32.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:32.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:32.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:32.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:32.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:32.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:32.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:32.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:32.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:32.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:32.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:32.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:32.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:32.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:32.223466500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:32.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:32.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:32.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:32.223466500] +2026-01-05T20:08:32.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:32.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:32.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:32.224136400] +2026-01-05T20:08:32.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:32.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:32.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:32.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:32.224136400] +2026-01-05T20:08:33.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:33.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:33.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:33.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:33.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:33.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:33.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:33.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:33.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:33.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:33.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:33.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:33.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:33.800559500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:34.345+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:36.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:36.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:36.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:36.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:36.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:36.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:36.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:36.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:36.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:36.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:36.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:36.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:36.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:36.807345200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:37.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:37.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:37.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:37.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:37.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:37.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:37.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:37.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:37.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:37.227231400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:37.227231400] +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:37.227851400] +2026-01-05T20:08:37.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:37.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:37.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:37.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:37.227851400] +2026-01-05T20:08:39.449+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:39.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:39.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:39.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:39.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:39.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:39.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:39.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:39.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:39.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:39.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:39.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:39.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:39.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:39.810343800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:42.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:42.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:42.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:42.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:42.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:42.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:42.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:42.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:42.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:42.236864900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:42.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:42.236+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:42.236+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:42.236864900] +2026-01-05T20:08:42.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:42.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:42.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:42.237661500] +2026-01-05T20:08:42.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:42.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:42.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:42.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:42.237661500] +2026-01-05T20:08:42.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:08:42.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:08:42.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:42.405956800] +2026-01-05T20:08:42.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:08:42.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:42.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:42.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:42.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:42.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:42.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:42.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:42.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:42.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:42.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:42.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:42.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:42.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:42.816551400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:44.547+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:45.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:45.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:45.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:45.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:45.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:45.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:45.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:45.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:45.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:45.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:45.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:45.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:45.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:45.827943500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:47.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:47.249+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:47.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:47.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:47.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:47.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:47.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:47.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:47.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:47.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:47.250711200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:47.250711200] +2026-01-05T20:08:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:47.251715] +2026-01-05T20:08:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:47.251715] +2026-01-05T20:08:48.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:48.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:48.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:48.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:48.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:48.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:48.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:48.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:48.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:48.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:48.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:48.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:48.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:48.838853200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:49.655+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:51.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:51.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:51.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:51.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:51.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:51.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:51.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:51.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:51.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:51.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:51.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:51.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:51.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:51.846677300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:52.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:52.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:52.267+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:52.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:52.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:52.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:52.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:52.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:52.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:52.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:52.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:52.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:52.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:52.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:52.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:52.269006900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:52.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:52.269+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:52.269+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:52.269006900] +2026-01-05T20:08:52.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:52.269+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:52.269+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:52.269725300] +2026-01-05T20:08:52.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:52.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:52.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:52.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:52.269725300] +2026-01-05T20:08:54.747+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:08:54.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:54.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:54.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:54.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:54.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:54.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:54.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:54.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:54.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:54.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:54.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:54.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:54.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:54.854208400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:57.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:57.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:08:57.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:08:57.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:08:57.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:57.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:57.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:57.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:57.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:57.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:57.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:57.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:57.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:57.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:57.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:57.279085500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:57.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:08:57.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:08:57.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:57.279085500] +2026-01-05T20:08:57.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:57.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:08:57.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:08:57.280087800] +2026-01-05T20:08:57.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:08:57.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:08:57.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:08:57.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:08:57.280087800] +2026-01-05T20:08:57.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:08:57.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:08:57.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:57.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:57.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:08:57.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:08:57.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:08:57.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:08:57.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:08:57.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:08:57.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:08:57.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:08:57.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:08:57.859353600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:08:59.850+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:00.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:00.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:00.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:00.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:00.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:00.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:00.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:00.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:00.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:00.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:00.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:00.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:00.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:00.865155900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:02.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:02.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:02.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:02.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:02.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:02.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:02.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:02.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:02.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:02.298381400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:02.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:02.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:02.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:02.298381400] +2026-01-05T20:09:02.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:02.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:02.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:02.299031200] +2026-01-05T20:09:02.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:02.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:02.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:02.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:02.299031200] +2026-01-05T20:09:03.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:03.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:03.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:03.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:03.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:03.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:03.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:03.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:03.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:03.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:03.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:03.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:03.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:03.871465100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:04.948+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:06.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:06.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:06.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:06.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:06.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:06.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:06.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:06.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:06.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:06.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:06.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:06.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:06.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:06.879702900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:07.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:07.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:07.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:07.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:07.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:07.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:07.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:07.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:07.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:07.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:07.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:07.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:07.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:07.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:07.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:07.311902100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:07.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:07.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:07.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:07.311902100] +2026-01-05T20:09:07.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:07.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:07.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:07.312694900] +2026-01-05T20:09:07.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:07.313+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:07.313+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:07.313+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:07.312694900] +2026-01-05T20:09:09.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:09.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:09.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:09.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:09.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:09.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:09.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:09.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:09.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:09.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:09.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:09.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:09.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:09.896788800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:10.052+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:12.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:12.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:12.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:12.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:12.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:12.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:12.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:12.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:12.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:12.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:12.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:12.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:12.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:12.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:12.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:12.318616+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:12.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:12.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:12.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:12.318616] +2026-01-05T20:09:12.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:12.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:12.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:12.319124300] +2026-01-05T20:09:12.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:12.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:12.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:12.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:12.319124300] +2026-01-05T20:09:12.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:09:12.426+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:09:12.426+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:12.425715] +2026-01-05T20:09:12.426+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:09:12.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:12.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:12.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:12.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:12.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:12.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:12.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:12.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:12.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:12.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:12.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:12.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:12.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:12.908053+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:15.150+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:15.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:15.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:15.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:15.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:15.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:15.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:15.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:15.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:15.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:15.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:15.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:15.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:15.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:15.911773500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:17.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:17.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:17.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:17.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:17.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:17.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:17.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:17.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:17.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:17.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:17.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:17.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:17.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:17.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:17.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:17.329075100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:17.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:17.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:17.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:17.329075100] +2026-01-05T20:09:17.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:17.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:17.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:17.329681200] +2026-01-05T20:09:17.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:17.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:17.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:17.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:17.329681200] +2026-01-05T20:09:18.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:18.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:18.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:18.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:18.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:18.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:18.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:18.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:18.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:18.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:18.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:18.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:18.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:18.914770500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:20.252+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:21.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:21.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:21.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:21.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:21.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:21.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:21.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:21.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:21.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:21.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:21.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:21.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:21.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:21.931303600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:22.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:22.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:22.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:22.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:22.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:22.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:22.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:22.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:22.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:22.337242100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:22.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:22.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:22.337242100] +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:22.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:22.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:22.337787900] +2026-01-05T20:09:22.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:22.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:22.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:22.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:22.337787900] +2026-01-05T20:09:24.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:24.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:24.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:24.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:24.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:24.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:24.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:24.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:24.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:24.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:24.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:24.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:24.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:24.942672800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:25.353+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:27.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:27.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:27.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:27.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:27.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:27.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:27.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:27.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:27.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:27.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:27.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:27.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:27.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:27.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:27.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:27.354028900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:27.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:27.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:27.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:27.354028900] +2026-01-05T20:09:27.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:27.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:27.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:27.354028900] +2026-01-05T20:09:27.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:27.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:27.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:27.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:27.354028900] +2026-01-05T20:09:27.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:27.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:27.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:27.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:27.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:27.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:27.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:27.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:27.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:27.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:27.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:27.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:27.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:27.946110+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:30.453+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:30.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:30.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:30.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:30.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:30.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:30.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:30.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:30.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:30.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:30.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:30.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:30.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:30.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:30.951920500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:32.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:32.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:32.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:32.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:32.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:32.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:32.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:32.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:32.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:32.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:32.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:32.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:32.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:32.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:32.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:32.369713900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:32.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:32.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:32.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:32.369713900] +2026-01-05T20:09:32.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:32.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:32.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:32.370384700] +2026-01-05T20:09:32.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:32.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:32.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:32.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:32.370384700] +2026-01-05T20:09:33.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:33.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:33.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:33.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:33.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:33.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:33.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:33.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:33.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:33.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:33.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:33.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:33.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:33.954836800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:35.559+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:36.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:36.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:36.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:36.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:36.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:36.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:36.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:36.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:36.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:36.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:36.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:36.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:36.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:36.964640100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:37.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:37.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:37.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:37.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:37.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:37.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:37.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:37.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:37.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:37.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:37.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:37.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:37.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:37.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:37.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:37.384318400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:37.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:37.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:37.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:37.384318400] +2026-01-05T20:09:37.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:37.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:37.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:37.384901700] +2026-01-05T20:09:37.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:37.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:37.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:37.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:37.384901700] +2026-01-05T20:09:39.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:39.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:39.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:39.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:39.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:39.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:39.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:39.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:39.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:39.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:39.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:39.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:39.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:39.974510900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:40.658+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:42.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:42.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:42.401+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:42.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:42.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:42.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:42.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:42.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:42.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:42.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:42.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:42.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:42.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:42.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:42.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:42.403027600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:42.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:42.403+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:42.403+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:42.403027600] +2026-01-05T20:09:42.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:42.403+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:42.403+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:42.403736400] +2026-01-05T20:09:42.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:42.404+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:42.404+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:42.404+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:42.403736400] +2026-01-05T20:09:42.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:09:42.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:09:42.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:42.431295700] +2026-01-05T20:09:42.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:09:42.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:42.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:42.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:42.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:42.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:42.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:42.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:42.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:42.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:42.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:42.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:42.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:42.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:42.978129600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:45.753+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:45.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:45.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:45.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:45.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:45.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:45.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:45.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:45.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:45.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:45.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:45.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:45.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:45.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:45.985824900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:47.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:47.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:47.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:47.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:47.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:47.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:47.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:47.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:47.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:47.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:47.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:47.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:47.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:47.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:47.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:47.407861400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:47.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:47.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:47.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:47.407861400] +2026-01-05T20:09:47.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:47.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:47.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:47.408383700] +2026-01-05T20:09:47.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:47.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:47.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:47.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:47.408383700] +2026-01-05T20:09:48.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:48.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:48.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:48.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:48.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:48.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:48.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:48.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:48.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:48.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:48.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:48.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:48.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:48.996961700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:50.859+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:52.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:52.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:52.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:52.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:52.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:52.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:52.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:52.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:52.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:52.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:52.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:52.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:52.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:52.011886+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:52.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:52.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:52.413+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:52.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:52.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:52.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:52.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:52.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:52.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:52.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:52.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:52.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:52.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:52.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:52.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:52.414791600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:52.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:52.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:52.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:52.414791600] +2026-01-05T20:09:52.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:52.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:52.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:52.415312400] +2026-01-05T20:09:52.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:52.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:52.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:52.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:52.415312400] +2026-01-05T20:09:55.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:55.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:55.020074700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:55.956+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:09:57.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:57.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:09:57.430+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:09:57.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:09:57.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:57.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:57.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:57.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:57.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:57.432161900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:09:57.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:09:57.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:57.432161900] +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:57.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:09:57.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:09:57.432666600] +2026-01-05T20:09:57.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:09:57.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:09:57.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:09:57.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:09:57.432666600] +2026-01-05T20:09:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:09:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:09:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:09:58.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:09:58.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:09:58.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:09:58.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:09:58.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:09:58.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:09:58.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:09:58.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:09:58.024005900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:01.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:01.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:01.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:01.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:01.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:01.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:01.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:01.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:01.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:01.041234400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:01.069+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:02.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:02.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:02.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:02.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:02.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:02.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:02.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:02.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:02.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:02.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:02.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:02.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:02.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:02.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:02.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:02.435288300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:02.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:02.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:02.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:02.435288300] +2026-01-05T20:10:02.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:02.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:02.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:02.436003600] +2026-01-05T20:10:02.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:02.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:02.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:02.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:02.436003600] +2026-01-05T20:10:04.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:04.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:04.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:04.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:04.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:04.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:04.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:04.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:04.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:04.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:04.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:04.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:04.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:04.053359100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:06.165+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:07.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:07.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:07.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:07.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:07.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:07.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:07.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:07.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:07.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:07.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:07.056135700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:07.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:07.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:07.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:07.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:07.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:07.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:07.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:07.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:07.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:07.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:07.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:07.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:07.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:07.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:07.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:07.444404300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:07.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:07.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:07.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:07.444404300] +2026-01-05T20:10:07.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:07.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:07.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:07.445051600] +2026-01-05T20:10:07.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:07.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:07.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:07.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:07.445051600] +2026-01-05T20:10:10.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:10.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:10.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:10.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:10.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:10.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:10.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:10.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:10.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:10.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:10.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:10.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:10.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:10.069022500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:11.257+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:12.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:10:12.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:10:12.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:12.449173800] +2026-01-05T20:10:12.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:10:12.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:12.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:12.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:12.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:12.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:12.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:12.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:12.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:12.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:12.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:12.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:12.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:12.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:12.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:12.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:12.451833200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:12.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:12.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:12.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:12.451833200] +2026-01-05T20:10:12.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:12.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:12.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:12.451833200] +2026-01-05T20:10:12.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:12.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:12.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:12.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:12.451833200] +2026-01-05T20:10:13.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:13.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:13.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:13.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:13.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:13.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:13.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:13.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:13.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:13.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:13.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:13.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:13.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:13.075858100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:16.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:16.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:16.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:16.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:16.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:16.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:16.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:16.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:16.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:16.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:16.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:16.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:16.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:16.085351900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:16.364+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:17.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:17.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:17.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:17.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:17.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:17.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:17.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:17.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:17.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:17.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:17.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:17.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:17.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:17.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:17.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:17.464459200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:17.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:17.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:17.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:17.464459200] +2026-01-05T20:10:17.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:17.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:17.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:17.465158100] +2026-01-05T20:10:17.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:17.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:17.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:17.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:17.465158100] +2026-01-05T20:10:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:19.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:19.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:19.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:19.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:19.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:19.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:19.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:19.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:19.088181100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:21.464+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:22.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:22.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:22.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:22.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:22.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:22.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:22.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:22.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:22.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:22.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:22.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:22.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:22.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:22.104901300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:22.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:22.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:22.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:22.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:22.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:22.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:22.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:22.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:22.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:22.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:22.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:22.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:22.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:22.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:22.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:22.479376800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:22.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:22.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:22.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:22.479376800] +2026-01-05T20:10:22.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:22.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:22.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:22.480153300] +2026-01-05T20:10:22.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:22.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:22.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:22.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:22.480153300] +2026-01-05T20:10:25.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:25.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:25.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:25.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:25.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:25.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:25.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:25.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:25.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:25.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:25.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:25.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:25.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:25.119081300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:26.566+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:27.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:27.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:27.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:27.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:27.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:27.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:27.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:27.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:27.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:27.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:27.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:27.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:27.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:27.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:27.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:27.486446400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:27.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:27.486+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:27.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:27.486446400] +2026-01-05T20:10:27.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:27.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:27.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:27.487143700] +2026-01-05T20:10:27.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:27.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:27.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:27.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:27.487143700] +2026-01-05T20:10:28.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:28.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:28.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:28.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:28.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:28.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:28.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:28.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:28.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:28.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:28.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:28.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:28.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:28.122127600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:31.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:31.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:31.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:31.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:31.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:31.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:31.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:31.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:31.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:31.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:31.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:31.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:31.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:31.126244800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:31.660+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:32.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:32.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:32.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:32.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:32.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:32.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:32.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:32.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:32.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:32.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:32.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:32.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:32.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:32.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:32.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:32.499759900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:32.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:32.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:32.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:32.499759900] +2026-01-05T20:10:32.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:32.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:32.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:32.500324900] +2026-01-05T20:10:32.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:32.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:32.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:32.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:32.500324900] +2026-01-05T20:10:34.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:34.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:34.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:34.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:34.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:34.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:34.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:34.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:34.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:34.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:34.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:34.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:34.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:34.134274600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:36.763+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:37.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:37.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:37.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:37.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:37.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:37.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:37.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:37.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:37.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:37.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:37.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:37.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:37.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:37.151965600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:37.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:37.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:37.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:37.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:37.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:37.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:37.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:37.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:37.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:37.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:37.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:37.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:37.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:37.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:37.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:37.509634400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:37.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:37.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:37.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:37.509634400] +2026-01-05T20:10:37.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:37.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:37.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:37.510281200] +2026-01-05T20:10:37.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:37.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:37.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:37.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:37.510281200] +2026-01-05T20:10:40.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:40.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:40.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:40.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:40.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:40.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:40.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:40.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:40.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:40.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:40.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:40.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:40.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:40.170300900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:41.863+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:42.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:10:42.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:10:42.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:42.454140500] +2026-01-05T20:10:42.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:10:42.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:42.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:42.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:42.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:42.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:42.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:42.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:42.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:42.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:42.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:42.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:42.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:42.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:42.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:42.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:42.520372600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:42.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:42.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:42.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:42.520372600] +2026-01-05T20:10:42.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:42.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:42.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:42.520876100] +2026-01-05T20:10:42.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:42.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:42.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:42.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:42.520876100] +2026-01-05T20:10:43.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:43.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:43.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:43.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:43.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:43.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:43.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:43.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:43.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:43.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:43.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:43.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:43.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:43.187417400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:46.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:46.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:46.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:46.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:46.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:46.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:46.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:46.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:46.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:46.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:46.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:46.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:46.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:46.190590+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:46.968+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:47.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:47.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:47.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:47.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:47.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:47.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:47.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:47.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:47.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:47.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:47.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:47.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:47.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:47.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:47.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:47.532608600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:47.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:47.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:47.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:47.532608600] +2026-01-05T20:10:47.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:47.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:47.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:47.533397400] +2026-01-05T20:10:47.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:47.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:47.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:47.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:47.533397400] +2026-01-05T20:10:49.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:49.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:49.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:49.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:49.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:49.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:49.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:49.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:49.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:49.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:49.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:49.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:49.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:49.194053800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:52.067+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:52.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:52.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:52.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:52.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:52.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:52.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:52.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:52.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:52.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:52.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:52.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:52.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:52.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:52.211303700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:52.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:52.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:52.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:52.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:52.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:52.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:52.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:52.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:52.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:52.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:52.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:52.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:52.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:52.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:52.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:52.541874800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:52.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:52.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:52.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:52.541874800] +2026-01-05T20:10:52.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:52.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:52.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:52.542378400] +2026-01-05T20:10:52.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:52.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:52.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:52.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:52.542378400] +2026-01-05T20:10:55.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:55.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:55.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:55.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:55.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:55.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:55.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:55.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:55.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:55.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:55.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:55.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:55.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:55.222980100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:57.170+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:10:57.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:57.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:10:57.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:10:57.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:10:57.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:57.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:57.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:57.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:57.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:57.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:57.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:57.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:57.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:57.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:57.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:57.546005+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:10:57.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:10:57.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:10:57.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:57.546005] +2026-01-05T20:10:57.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:57.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:10:57.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:10:57.546645400] +2026-01-05T20:10:57.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:10:57.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:10:57.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:10:57.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:10:57.546645400] +2026-01-05T20:10:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:10:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:10:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:10:58.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:10:58.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:10:58.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:10:58.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:10:58.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:10:58.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:10:58.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:10:58.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:10:58.229689300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:01.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:01.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:01.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:01.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:01.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:01.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:01.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:01.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:01.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:01.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:01.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:01.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:01.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:01.238118600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:02.266+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:02.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:02.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:02.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:02.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:02.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:02.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:02.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:02.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:02.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:02.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:02.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:02.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:02.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:02.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:02.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:02.549842500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:02.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:02.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:02.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:02.549842500] +2026-01-05T20:11:02.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:02.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:02.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:02.550719300] +2026-01-05T20:11:02.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:02.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:02.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:02.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:02.550719300] +2026-01-05T20:11:04.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:04.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:04.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:04.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:04.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:04.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:04.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:04.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:04.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:04.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:04.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:04.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:04.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:04.244779600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:07.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:07.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:07.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:07.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:07.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:07.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:07.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:07.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:07.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:07.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:07.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:07.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:07.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:07.249077100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:07.364+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:07.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:07.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:07.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:07.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:07.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:07.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:07.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:07.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:07.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:07.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:07.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:07.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:07.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:07.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:07.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:07.560466900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:07.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:07.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:07.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:07.560466900] +2026-01-05T20:11:07.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:07.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:07.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:07.561078200] +2026-01-05T20:11:07.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:07.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:07.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:07.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:07.561078200] +2026-01-05T20:11:10.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:10.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:10.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:10.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:10.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:10.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:10.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:10.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:10.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:10.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:10.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:10.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:10.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:10.264110600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:12.467+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:12.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:11:12.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:11:12.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:12.467658] +2026-01-05T20:11:12.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:11:12.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:12.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:12.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:12.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:12.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:12.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:12.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:12.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:12.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:12.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:12.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:12.564462600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:12.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:12.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:12.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:12.564462600] +2026-01-05T20:11:12.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:12.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:12.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:12.564966500] +2026-01-05T20:11:12.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:12.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:12.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:12.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:12.564966500] +2026-01-05T20:11:13.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:13.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:13.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:13.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:13.276981700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:16.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:16.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:16.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:16.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:16.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:16.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:16.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:16.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:16.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:16.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:16.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:16.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:16.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:16.281755200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:17.566+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:17.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:17.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:17.576+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:17.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:17.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:17.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:17.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:17.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:17.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:17.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:17.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:17.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:17.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:17.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:17.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:17.577720600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:17.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:17.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:17.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:17.577720600] +2026-01-05T20:11:17.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:17.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:17.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:17.578494300] +2026-01-05T20:11:17.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:17.579+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:17.579+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:17.579+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:17.578494300] +2026-01-05T20:11:19.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:19.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:19.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:19.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:19.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:19.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:19.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:19.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:19.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:19.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:19.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:19.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:19.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:19.294850600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:22.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:22.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:22.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:22.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:22.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:22.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:22.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:22.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:22.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:22.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:22.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:22.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:22.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:22.300187100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:22.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:22.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:22.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:22.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:22.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:22.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:22.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:22.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:22.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:22.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:22.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:22.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:22.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:22.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:22.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:22.582259800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:22.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:22.583+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:22.583+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:22.582259800] +2026-01-05T20:11:22.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:22.583+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:22.583+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:22.583259800] +2026-01-05T20:11:22.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:22.583+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:22.583+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:22.583+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:22.583259800] +2026-01-05T20:11:22.667+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:25.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:25.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:25.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:25.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:25.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:25.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:25.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:25.319138700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:27.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:27.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:27.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:27.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:27.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:27.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:27.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:27.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:27.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:27.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:27.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:27.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:27.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:27.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:27.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:27.595276900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:27.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:27.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:27.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:27.595900900] +2026-01-05T20:11:27.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:27.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:27.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:27.596938500] +2026-01-05T20:11:27.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:27.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:27.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:27.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:27.596938500] +2026-01-05T20:11:27.766+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:28.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:28.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:28.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:28.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:28.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:28.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:28.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:28.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:28.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:28.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:28.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:28.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:28.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:28.326733700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:31.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:31.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:31.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:31.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:31.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:31.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:31.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:31.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:31.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:31.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:31.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:31.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:31.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:31.340060700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:32.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:32.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:32.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:32.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:32.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:32.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:32.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:32.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:32.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:32.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:32.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:32.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:32.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:32.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:32.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:32.601639700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:32.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:32.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:32.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:32.601639700] +2026-01-05T20:11:32.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:32.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:32.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:32.602381] +2026-01-05T20:11:32.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:32.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:32.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:32.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:32.602381] +2026-01-05T20:11:32.867+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:34.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:34.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:34.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:34.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:34.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:34.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:34.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:34.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:34.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:34.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:34.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:34.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:34.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:34.351110100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:37.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:37.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:37.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:37.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:37.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:37.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:37.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:37.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:37.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:37.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:37.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:37.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:37.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:37.367313600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:37.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:37.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:37.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:37.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:37.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:37.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:37.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:37.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:37.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:37.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:37.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:37.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:37.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:37.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:37.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:37.620062500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:37.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:37.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:37.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:37.620062500] +2026-01-05T20:11:37.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:37.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:37.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:37.620801100] +2026-01-05T20:11:37.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:37.621+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:37.621+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:37.621+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:37.620801100] +2026-01-05T20:11:37.968+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:40.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:40.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:40.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:40.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:40.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:40.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:40.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:40.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:40.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:40.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:40.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:40.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:40.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:40.378874400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:42.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:11:42.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:11:42.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:42.480162400] +2026-01-05T20:11:42.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:11:42.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:42.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:42.636+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:42.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:42.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:42.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:42.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:42.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:42.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:42.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:42.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:42.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:42.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:42.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:42.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:42.637648300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:42.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:42.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:42.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:42.637648300] +2026-01-05T20:11:42.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:42.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:42.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:42.638272700] +2026-01-05T20:11:42.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:42.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:42.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:42.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:42.638272700] +2026-01-05T20:11:43.072+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:43.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:43.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:43.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:43.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:43.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:43.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:43.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:43.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:43.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:43.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:43.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:43.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:43.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:43.381553700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:46.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:46.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:46.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:46.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:46.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:46.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:46.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:46.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:46.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:46.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:46.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:46.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:46.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:46.395340200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:47.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:47.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:47.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:47.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:47.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:47.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:47.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:47.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:47.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:47.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:47.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:47.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:47.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:47.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:47.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:47.655504+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:47.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:47.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:47.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:47.655504] +2026-01-05T20:11:47.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:47.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:47.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:47.656099900] +2026-01-05T20:11:47.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:47.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:47.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:47.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:47.656099900] +2026-01-05T20:11:48.170+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:49.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:49.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:49.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:49.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:49.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:49.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:49.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:49.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:49.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:49.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:49.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:49.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:49.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:49.410551200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:52.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:52.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:52.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:52.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:52.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:52.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:52.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:52.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:52.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:52.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:52.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:52.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:52.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:52.423827700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:52.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:52.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:52.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:52.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:52.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:52.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:52.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:52.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:52.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:52.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:52.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:52.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:52.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:52.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:52.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:52.674088700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:52.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:52.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:52.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:52.674088700] +2026-01-05T20:11:52.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:52.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:52.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:52.674746500] +2026-01-05T20:11:52.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:52.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:52.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:52.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:52.674746500] +2026-01-05T20:11:53.279+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:55.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:55.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:55.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:55.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:55.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:55.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:55.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:55.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:55.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:55.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:55.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:55.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:55.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:55.431662200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:57.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:57.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:11:57.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:11:57.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:11:57.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:57.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:57.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:57.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:57.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:57.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:57.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:57.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:57.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:57.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:57.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:57.687888900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:11:57.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:11:57.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:11:57.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:57.687888900] +2026-01-05T20:11:57.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:57.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:11:57.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:11:57.688588400] +2026-01-05T20:11:57.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:11:57.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:11:57.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:11:57.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:11:57.688588400] +2026-01-05T20:11:58.374+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:11:58.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:11:58.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:11:58.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:58.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:58.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:11:58.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:11:58.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:11:58.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:11:58.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:11:58.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:11:58.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:11:58.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:11:58.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:11:58.438696200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:01.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:01.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:01.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:01.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:01.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:01.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:01.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:01.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:01.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:01.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:01.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:01.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:01.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:01.444166900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:02.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:02.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:02.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:02.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:02.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:02.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:02.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:02.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:02.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:02.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:02.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:02.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:02.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:02.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:02.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:02.694793300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:02.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:02.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:02.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:02.694793300] +2026-01-05T20:12:02.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:02.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:02.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:02.695513100] +2026-01-05T20:12:02.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:02.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:02.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:02.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:02.695513100] +2026-01-05T20:12:03.473+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:04.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:04.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:04.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:04.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:04.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:04.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:04.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:04.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:04.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:04.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:04.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:04.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:04.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:04.460405900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:07.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:07.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:07.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:07.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:07.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:07.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:07.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:07.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:07.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:07.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:07.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:07.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:07.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:07.475198600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:07.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:07.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:07.708+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:07.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:07.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:07.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:07.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:07.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:07.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:07.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:07.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:07.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:07.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:07.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:07.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:07.710789100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:07.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:07.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:07.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:07.710789100] +2026-01-05T20:12:07.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:07.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:07.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:07.711293400] +2026-01-05T20:12:07.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:07.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:07.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:07.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:07.711293400] +2026-01-05T20:12:08.572+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:10.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:10.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:10.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:10.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:10.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:10.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:10.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:10.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:10.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:10.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:10.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:10.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:10.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:10.498767700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 16 ms +2026-01-05T20:12:12.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:12:12.495+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:12:12.495+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:12.494374200] +2026-01-05T20:12:12.495+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:12:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:12.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:12.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:12.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:12.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:12.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:12.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:12.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:12.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:12.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:12.726995700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:12.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:12.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:12.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:12.726995700] +2026-01-05T20:12:12.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:12.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:12.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:12.727647800] +2026-01-05T20:12:12.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:12.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:12.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:12.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:12.727647800] +2026-01-05T20:12:13.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:13.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:13.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:13.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:13.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:13.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:13.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:13.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:13.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:13.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:13.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:13.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:13.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:13.514229200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:13.673+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:16.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:16.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:16.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:16.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:16.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:16.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:16.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:16.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:16.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:16.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:16.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:16.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:16.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:16.519734900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:17.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:17.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:17.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:17.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:17.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:17.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:17.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:17.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:17.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:17.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:17.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:17.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:17.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:17.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:17.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:17.734588400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:17.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:17.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:17.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:17.734588400] +2026-01-05T20:12:17.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:17.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:17.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:17.735231100] +2026-01-05T20:12:17.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:17.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:17.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:17.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:17.735231100] +2026-01-05T20:12:18.777+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:19.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:19.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:19.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:19.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:19.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:19.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:19.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:19.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:19.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:19.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:19.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:19.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:19.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:19.523610600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:22.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:22.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:22.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:22.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:22.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:22.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:22.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:22.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:22.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:22.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:22.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:22.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:22.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:22.530577800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:22.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:22.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:22.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:22.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:22.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:22.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:22.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:22.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:22.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:22.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:22.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:22.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:22.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:22.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:22.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:22.748692900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:22.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:22.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:22.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:22.748692900] +2026-01-05T20:12:22.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:22.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:22.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:22.749348400] +2026-01-05T20:12:22.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:22.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:22.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:22.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:22.749348400] +2026-01-05T20:12:23.874+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:25.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:25.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:25.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:25.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:25.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:25.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:25.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:25.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:25.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:25.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:25.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:25.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:25.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:25.545643500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:27.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:27.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:27.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:27.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:27.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:27.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:27.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:27.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:27.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:27.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:27.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:27.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:27.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:27.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:27.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:27.764333700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:27.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:27.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:27.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:27.764333700] +2026-01-05T20:12:27.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:27.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:27.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:27.765075600] +2026-01-05T20:12:27.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:27.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:27.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:27.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:27.765075600] +2026-01-05T20:12:28.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:28.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:28.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:28.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:28.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:28.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:28.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:28.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:28.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:28.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:28.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:28.558797+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:28.976+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:31.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:31.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:31.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:31.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:31.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:31.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:31.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:31.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:31.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:31.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:31.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:31.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:31.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:31.563601900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:32.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:32.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:32.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:32.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:32.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:32.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:32.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:32.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:32.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:32.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:32.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:32.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:32.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:32.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:32.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:32.777252600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:32.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:32.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:32.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:32.777252600] +2026-01-05T20:12:32.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:32.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:32.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:32.777882100] +2026-01-05T20:12:32.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:32.778+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:32.778+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:32.778+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:32.777882100] +2026-01-05T20:12:34.083+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:34.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:34.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:34.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:34.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:34.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:34.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:34.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:34.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:34.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:34.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:34.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:34.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:34.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:34.580851200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:37.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:37.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:37.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:37.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:37.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:37.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:37.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:37.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:37.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:37.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:37.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:37.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:37.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:37.591974200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:37.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:37.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:37.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:37.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:37.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:37.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:37.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:37.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:37.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:37.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:37.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:37.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:37.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:37.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:37.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:37.794871900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:37.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:37.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:37.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:37.794871900] +2026-01-05T20:12:37.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:37.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:37.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:37.795376700] +2026-01-05T20:12:37.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:37.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:37.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:37.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:37.795376700] +2026-01-05T20:12:39.181+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:40.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:40.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:40.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:40.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:40.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:40.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:40.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:40.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:40.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:40.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:40.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:40.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:40.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:40.597549800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:42.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:12:42.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:12:42.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:42.512589500] +2026-01-05T20:12:42.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:12:42.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:42.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:42.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:42.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:42.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:42.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:42.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:42.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:42.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:42.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:42.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:42.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:42.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:42.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:42.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:42.811772300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:42.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:42.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:42.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:42.811772300] +2026-01-05T20:12:42.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:42.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:42.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:42.812305100] +2026-01-05T20:12:42.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:42.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:42.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:42.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:42.812305100] +2026-01-05T20:12:43.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:43.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:43.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:43.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:43.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:43.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:43.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:43.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:43.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:43.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:43.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:43.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:43.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:43.604394200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:44.277+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:46.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:46.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:46.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:46.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:46.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:46.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:46.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:46.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:46.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:46.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:46.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:46.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:46.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:46.614504400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:47.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:47.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:47.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:47.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:47.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:47.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:47.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:47.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:47.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:47.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:47.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:47.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:47.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:47.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:47.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:47.815070600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:47.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:47.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:47.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:47.815070600] +2026-01-05T20:12:47.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:47.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:47.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:47.815685] +2026-01-05T20:12:47.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:47.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:47.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:47.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:47.815685] +2026-01-05T20:12:49.381+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:49.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:49.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:49.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:49.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:49.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:49.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:49.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:49.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:49.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:49.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:49.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:49.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:49.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:49.631562600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:52.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:52.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:52.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:52.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:52.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:52.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:52.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:52.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:52.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:52.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:52.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:52.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:52.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:52.635725700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:52.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:52.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:52.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:52.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:52.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:52.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:52.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:52.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:52.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:52.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:52.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:52.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:52.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:52.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:52.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:52.823450700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:52.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:52.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:52.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:52.823450700] +2026-01-05T20:12:52.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:52.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:52.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:52.824166400] +2026-01-05T20:12:52.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:52.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:52.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:52.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:52.824166400] +2026-01-05T20:12:54.478+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:12:55.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:55.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:55.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:55.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:55.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:55.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:55.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:55.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:55.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:55.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:55.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:55.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:55.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:55.653808900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:57.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:57.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:12:57.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:12:57.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:12:57.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:57.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:57.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:57.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:57.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:57.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:57.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:57.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:57.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:57.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:57.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:57.837108900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:57.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:12:57.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:12:57.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:57.837108900] +2026-01-05T20:12:57.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:57.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:12:57.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:12:57.837108900] +2026-01-05T20:12:57.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:12:57.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:12:57.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:12:57.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:12:57.837108900] +2026-01-05T20:12:58.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:12:58.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:12:58.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:58.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:58.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:12:58.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:12:58.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:12:58.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:12:58.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:12:58.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:12:58.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:12:58.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:12:58.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:12:58.660340300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:12:59.578+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:01.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:01.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:01.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:01.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:01.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:01.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:01.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:01.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:01.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:01.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:01.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:01.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:01.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:01.673809+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:13:02.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:02.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:02.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:02.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:02.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:02.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:02.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:02.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:02.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:02.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:02.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:02.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:02.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:02.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:02.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:02.843671700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:02.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:02.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:02.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:02.843671700] +2026-01-05T20:13:02.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:02.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:02.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:02.844364400] +2026-01-05T20:13:02.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:02.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:02.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:02.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:02.844364400] +2026-01-05T20:13:04.686+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:04.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:04.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:04.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:04.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:04.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:04.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:04.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:04.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:04.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:04.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:04.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:04.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:04.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:04.688033900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:07.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:07.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:07.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:07.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:07.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:07.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:07.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:07.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:07.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:07.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:07.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:07.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:07.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:07.701950500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:07.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:07.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:07.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:07.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:07.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:07.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:07.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:07.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:07.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:07.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:07.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:07.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:07.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:07.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:07.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:07.857868600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:07.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:07.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:07.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:07.857868600] +2026-01-05T20:13:07.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:07.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:07.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:07.858501] +2026-01-05T20:13:07.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:07.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:07.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:07.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:07.858501] +2026-01-05T20:13:09.786+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:10.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:10.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:10.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:10.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:10.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:10.706986300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:13:12.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:13:12.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:13:12.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:12.526011900] +2026-01-05T20:13:12.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:13:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:12.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:12.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:12.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:12.870063600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:12.870063600] +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:12.870718200] +2026-01-05T20:13:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:12.870718200] +2026-01-05T20:13:13.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:13.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:13.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:13.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:13.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:13.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:13.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:13.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:13.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:13.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:13.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:13.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:13.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:13.711768300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:14.881+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:16.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:16.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:16.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:16.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:16.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:16.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:16.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:16.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:16.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:16.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:16.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:16.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:16.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:16.729734200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:17.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:17.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:17.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:17.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:17.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:17.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:17.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:17.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:17.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:17.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:17.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:17.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:17.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:17.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:17.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:17.884637800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:17.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:17.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:17.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:17.884637800] +2026-01-05T20:13:17.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:17.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:17.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:17.885241400] +2026-01-05T20:13:17.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:17.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:17.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:17.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:17.885241400] +2026-01-05T20:13:19.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:19.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:19.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:19.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:19.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:19.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:19.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:19.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:19.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:19.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:19.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:19.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:19.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:19.734626300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:13:19.982+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:22.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:22.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:22.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:22.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:22.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:22.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:22.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:22.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:22.737885600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:22.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:22.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:22.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:22.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:22.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:22.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:22.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:22.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:22.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:22.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:22.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:22.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:22.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:22.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:22.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:22.893103600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:22.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:22.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:22.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:22.893103600] +2026-01-05T20:13:22.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:22.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:22.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:22.893733800] +2026-01-05T20:13:22.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:22.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:22.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:22.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:22.893733800] +2026-01-05T20:13:25.082+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:25.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:25.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:25.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:25.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:25.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:25.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:25.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:25.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:25.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:25.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:25.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:25.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:25.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:25.746497500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:27.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:27.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:27.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:27.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:27.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:27.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:27.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:27.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:27.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:27.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:27.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:27.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:27.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:27.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:27.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:27.900934+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:27.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:27.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:27.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:27.900934] +2026-01-05T20:13:27.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:27.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:27.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:27.901733] +2026-01-05T20:13:27.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:27.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:27.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:27.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:27.901733] +2026-01-05T20:13:28.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:28.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:28.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:28.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:28.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:28.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:28.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:28.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:28.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:28.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:28.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:28.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:28.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:28.755829900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:30.186+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:31.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:31.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:31.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:31.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:31.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:31.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:31.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:31.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:31.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:31.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:31.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:31.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:31.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:31.762854200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:32.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:32.905979600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:32.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:32.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:32.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:32.905979600] +2026-01-05T20:13:32.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:32.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:32.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:32.906643100] +2026-01-05T20:13:32.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:32.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:32.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:32.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:32.906643100] +2026-01-05T20:13:34.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:34.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:34.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:34.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:34.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:34.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:34.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:34.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:34.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:34.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:34.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:34.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:34.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:34.766055400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:35.284+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:37.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:37.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:37.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:37.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:37.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:37.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:37.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:37.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:37.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:37.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:37.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:37.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:37.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:37.772560200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:37.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:37.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:37.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:37.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:37.913828+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:37.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:37.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:37.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:37.913828] +2026-01-05T20:13:37.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:37.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:37.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:37.914521300] +2026-01-05T20:13:37.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:37.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:37.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:37.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:37.914521300] +2026-01-05T20:13:40.392+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:40.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:40.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:40.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:40.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:40.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:40.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:40.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:40.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:40.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:40.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:40.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:40.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:40.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:40.783601500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:42.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:13:42.545+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:13:42.545+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:42.545015800] +2026-01-05T20:13:42.545+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:13:42.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:42.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:42.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:42.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:42.926887300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:42.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:42.926+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:42.926+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:42.926887300] +2026-01-05T20:13:42.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:42.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:42.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:42.926887300] +2026-01-05T20:13:42.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:42.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:42.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:42.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:42.926887300] +2026-01-05T20:13:43.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:43.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:43.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:43.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:43.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:43.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:43.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:43.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:43.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:43.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:43.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:43.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:43.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:43.798829+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:45.494+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:46.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:46.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:46.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:46.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:46.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:46.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:46.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:46.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:46.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:46.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:46.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:46.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:46.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:46.808302600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:47.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:47.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:47.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:47.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:47.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:47.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:47.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:47.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:47.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:47.931132900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:47.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:47.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:47.931132900] +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:47.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:47.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:47.931796700] +2026-01-05T20:13:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:47.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:47.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:47.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:47.931796700] +2026-01-05T20:13:49.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:49.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:49.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:49.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:49.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:49.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:49.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:49.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:49.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:49.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:49.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:49.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:49.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:49.819550800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:50.586+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:52.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:52.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:52.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:52.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:52.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:52.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:52.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:52.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:52.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:52.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:52.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:52.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:52.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:52.826451700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:52.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:52.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:52.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:52.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:52.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:52.935987900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:52.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:52.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:52.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:52.935987900] +2026-01-05T20:13:52.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:52.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:52.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:52.936745800] +2026-01-05T20:13:52.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:52.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:52.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:52.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:52.936745800] +2026-01-05T20:13:55.686+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:13:55.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:55.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:55.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:55.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:55.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:55.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:55.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:55.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:55.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:55.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:55.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:55.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:55.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:55.840351400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:57.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:57.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:13:57.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:13:57.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:13:57.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:57.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:57.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:57.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:57.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:57.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:57.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:57.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:57.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:57.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:57.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:57.946367600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:13:57.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:13:57.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:13:57.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:57.946367600] +2026-01-05T20:13:57.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:57.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:13:57.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:13:57.947024800] +2026-01-05T20:13:57.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:13:57.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:13:57.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:13:57.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:13:57.947024800] +2026-01-05T20:13:58.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:13:58.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:13:58.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:58.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:58.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:13:58.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:13:58.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:13:58.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:13:58.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:13:58.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:13:58.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:13:58.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:13:58.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:13:58.848816+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:00.786+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:01.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:01.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:01.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:01.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:01.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:01.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:01.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:01.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:01.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:01.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:01.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:01.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:01.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:01.860717300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:02.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:02.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:02.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:02.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:02.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:02.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:02.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:02.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:02.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:02.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:02.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:02.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:02.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:02.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:02.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:02.950771200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:02.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:02.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:02.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:02.950771200] +2026-01-05T20:14:02.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:02.951+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:02.951+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:02.951433] +2026-01-05T20:14:02.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:02.951+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:02.951+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:02.951+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:02.951433] +2026-01-05T20:14:04.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:04.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:04.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:04.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:04.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:04.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:04.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:04.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:04.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:04.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:04.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:04.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:04.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:04.868104300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:05.887+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:07.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:07.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:07.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:07.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:07.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:07.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:07.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:07.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:07.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:07.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:07.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:07.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:07.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:07.879616700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:07.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:07.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:07.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:07.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:07.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:07.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:07.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:07.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:07.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:07.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:07.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:07.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:07.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:07.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:07.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:07.959408100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:07.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:07.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:07.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:07.959408100] +2026-01-05T20:14:07.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:07.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:07.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:07.960010500] +2026-01-05T20:14:07.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:07.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:07.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:07.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:07.960010500] +2026-01-05T20:14:10.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:10.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:10.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:10.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:10.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:10.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:10.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:10.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:10.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:10.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:10.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:10.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:10.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:10.889263900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:10.995+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:12.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:14:12.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:14:12.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:12.550092500] +2026-01-05T20:14:12.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:14:12.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:12.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:12.973+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:12.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:12.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:12.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:12.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:12.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:12.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:12.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:12.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:12.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:12.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:12.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:12.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:12.975420700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:12.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:12.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:12.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:12.975420700] +2026-01-05T20:14:12.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:12.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:12.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:12.976004700] +2026-01-05T20:14:12.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:12.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:12.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:12.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:12.976004700] +2026-01-05T20:14:13.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:13.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:13.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:13.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:13.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:13.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:13.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:13.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:13.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:13.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:13.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:13.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:13.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:13.893976300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:16.092+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:16.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:16.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:16.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:16.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:16.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:16.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:16.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:16.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:16.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:16.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:16.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:16.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:16.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:16.897434400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:17.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:17.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:17.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:17.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:17.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:17.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:17.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:17.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:17.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:17.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:17.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:17.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:17.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:17.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:17.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:17.982666300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:17.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:17.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:17.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:17.982666300] +2026-01-05T20:14:17.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:17.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:17.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:17.983338600] +2026-01-05T20:14:17.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:17.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:17.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:17.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:17.983338600] +2026-01-05T20:14:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:19.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:19.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:19.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:19.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:19.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:19.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:19.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:19.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:19.913725300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:21.190+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:22.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:22.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:22.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:22.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:22.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:22.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:22.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:22.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:22.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:22.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:22.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:22.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:22.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:22.917084800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:22.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:22.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:22.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:22.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:22.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:22.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:22.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:22.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:22.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:22.995222400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:22.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:22.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:22.995222400] +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:22.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:22.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:22.995906200] +2026-01-05T20:14:22.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:22.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:22.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:22.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:22.995906200] +2026-01-05T20:14:25.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:25.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:25.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:25.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:25.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:25.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:25.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:25.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:25.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:25.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:25.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:25.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:25.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:25.927167100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:26.290+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:28.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:28.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:28.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:28.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:28.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:28.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:28.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:28.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:28.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:28.011175300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:28.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:28.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:28.011175300] +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:28.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:28.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:28.011877900] +2026-01-05T20:14:28.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:28.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:28.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:28.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:28.011877900] +2026-01-05T20:14:28.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:28.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:28.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:28.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:28.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:28.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:28.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:28.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:28.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:28.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:28.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:28.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:28.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:28.929969400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:31.391+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:31.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:31.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:31.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:31.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:31.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:31.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:31.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:31.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:31.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:31.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:31.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:31.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:31.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:31.937005700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:33.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:33.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:33.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:33.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:33.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:33.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:33.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:33.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:33.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:33.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:33.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:33.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:33.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:33.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:33.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:33.014864400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:33.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:33.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:33.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:33.014864400] +2026-01-05T20:14:33.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:33.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:33.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:33.015535800] +2026-01-05T20:14:33.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:33.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:33.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:33.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:33.015535800] +2026-01-05T20:14:34.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:34.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:34.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:34.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:34.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:34.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:34.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:34.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:34.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:34.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:34.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:34.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:34.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:34.949302400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:36.492+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:37.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:37.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:37.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:37.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:37.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:37.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:37.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:37.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:37.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:37.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:37.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:37.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:37.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:37.960051500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:38.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:38.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:38.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:38.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:38.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:38.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:38.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:38.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:38.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:38.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:38.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:38.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:38.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:38.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:38.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:38.022941900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:38.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:38.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:38.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:38.022941900] +2026-01-05T20:14:38.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:38.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:38.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:38.023632800] +2026-01-05T20:14:38.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:38.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:38.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:38.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:38.023632800] +2026-01-05T20:14:40.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:40.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:40.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:40.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:40.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:40.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:40.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:40.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:40.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:40.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:40.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:40.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:40.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:40.973655600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:41.595+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:42.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:14:42.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:14:42.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:42.560459600] +2026-01-05T20:14:42.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:14:43.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:43.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:43.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:43.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:43.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:43.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:43.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:43.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:43.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:43.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:43.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:43.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:43.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:43.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:43.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:43.029728600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:43.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:43.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:43.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:43.029728600] +2026-01-05T20:14:43.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:43.030+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:43.030+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:43.030379800] +2026-01-05T20:14:43.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:43.030+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:43.030+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:43.030+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:43.030379800] +2026-01-05T20:14:43.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:43.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:43.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:43.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:43.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:43.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:43.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:43.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:43.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:43.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:43.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:43.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:43.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:43.991721700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:46.692+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:46.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:46.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:46.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:46.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:46.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:46.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:46.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:46.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:46.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:46.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:46.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:46.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:46.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:46.995855400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:48.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:48.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:48.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:48.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:48.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:48.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:48.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:48.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:48.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:48.045029600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:48.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:48.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:48.045029600] +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:48.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:48.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:48.045547500] +2026-01-05T20:14:48.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:48.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:48.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:48.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:48.045547500] +2026-01-05T20:14:50.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:50.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:50.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:50.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:50.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:50.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:50.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:50.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:50.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:50.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:50.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:50.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:50.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:50.011814600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:51.798+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:53.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:53.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:53.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:53.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:53.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:53.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:53.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:53.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:53.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:53.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:53.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:53.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:53.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:53.022427+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:53.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:53.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:53.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:53.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:53.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:53.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:53.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:53.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:53.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:53.052175200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:53.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:53.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:53.052175200] +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:53.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:53.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:53.052884600] +2026-01-05T20:14:53.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:53.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:53.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:53.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:53.052884600] +2026-01-05T20:14:56.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:56.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:56.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:56.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:56.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:56.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:56.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:56.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:56.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:56.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:56.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:56.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:56.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:56.031528900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:56.898+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:14:58.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:58.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:14:58.067+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:14:58.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:14:58.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:58.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:58.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:58.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:58.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:58.069333900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:14:58.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:14:58.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:58.069333900] +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:58.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:14:58.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:14:58.069976600] +2026-01-05T20:14:58.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:14:58.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:14:58.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:14:58.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:14:58.069976600] +2026-01-05T20:14:59.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:14:59.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:14:59.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:59.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:59.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:14:59.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:14:59.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:14:59.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:14:59.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:14:59.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:14:59.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:14:59.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:14:59.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:14:59.040225300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:01.996+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:02.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:02.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:02.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:02.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:02.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:02.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:02.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:02.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:02.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:02.045181+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:03.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:03.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:03.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:03.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:03.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:03.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:03.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:03.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:03.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:03.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:03.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:03.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:03.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:03.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:03.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:03.072611100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:03.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:03.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:03.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:03.072611100] +2026-01-05T20:15:03.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:03.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:03.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:03.073247500] +2026-01-05T20:15:03.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:03.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:03.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:03.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:03.073247500] +2026-01-05T20:15:05.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:05.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:05.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:05.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:05.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:05.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:05.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:05.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:05.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:05.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:05.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:05.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:05.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:05.053763100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:07.097+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:08.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:08.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:08.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:08.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:08.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:08.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:08.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:08.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:08.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:08.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:08.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:08.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:08.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:08.065658100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:08.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:08.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:08.080728300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:08.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:08.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:08.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:08.080728300] +2026-01-05T20:15:08.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:08.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:08.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:08.082369700] +2026-01-05T20:15:08.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:08.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:08.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:08.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:08.082369700] +2026-01-05T20:15:11.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:11.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:11.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:11.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:11.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:11.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:11.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:11.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:11.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:11.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:11.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:11.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:11.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:11.076934400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:12.198+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:12.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:15:12.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:15:12.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:12.573167700] +2026-01-05T20:15:12.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:15:13.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:13.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:13.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:13.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:13.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:13.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:13.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:13.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:13.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:13.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:13.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:13.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:13.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:13.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:13.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:13.091061200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:13.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:13.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:13.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:13.091061200] +2026-01-05T20:15:13.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:13.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:13.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:13.091734500] +2026-01-05T20:15:13.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:13.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:13.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:13.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:13.091734500] +2026-01-05T20:15:14.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:14.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:14.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:14.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:14.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:14.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:14.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:14.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:14.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:14.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:14.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:14.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:14.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:14.089768700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:17.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:17.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:17.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:17.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:17.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:17.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:17.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:17.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:17.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:17.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:17.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:17.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:17.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:17.096704900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:17.298+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:18.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:18.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:18.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:18.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:18.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:18.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:18.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:18.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:18.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:18.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:18.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:18.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:18.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:18.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:18.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:18.107350600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:18.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:18.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:18.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:18.107350600] +2026-01-05T20:15:18.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:18.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:18.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:18.108004900] +2026-01-05T20:15:18.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:18.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:18.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:18.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:18.108004900] +2026-01-05T20:15:20.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:20.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:20.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:20.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:20.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:20.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:20.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:20.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:20.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:20.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:20.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:20.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:20.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:20.104569+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:22.397+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:23.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:23.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:23.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:23.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:23.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:23.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:23.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:23.115280+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:23.115+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:23.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:23.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:23.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:23.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:23.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:23.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:23.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:23.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:23.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:23.117042100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:15:23.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:23.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:23.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:23.117042100] +2026-01-05T20:15:23.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:23.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:23.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:23.117569400] +2026-01-05T20:15:23.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:23.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:23.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:23.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:23.117569400] +2026-01-05T20:15:26.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:26.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:26.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:26.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:26.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:26.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:26.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:26.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:26.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:26.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:26.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:26.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:26.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:26.121832600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:27.497+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:28.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:28.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:28.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:28.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:28.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:28.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:28.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:28.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:28.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:28.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:28.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:28.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:28.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:28.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:28.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:28.133729400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:28.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:28.133+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:28.133+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:28.133729400] +2026-01-05T20:15:28.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:28.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:28.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:28.134376800] +2026-01-05T20:15:28.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:28.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:28.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:28.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:28.134376800] +2026-01-05T20:15:29.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:29.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:29.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:29.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:29.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:29.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:29.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:29.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:29.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:29.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:29.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:29.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:29.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:29.132957+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:32.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:32.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:32.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:32.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:32.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:32.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:32.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:32.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:32.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:32.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:32.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:32.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:32.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:32.135852400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:32.600+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:33.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:33.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:33.146+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:33.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:33.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:33.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:33.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:33.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:33.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:33.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:33.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:33.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:33.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:33.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:33.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:33.148784100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:33.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:33.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:33.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:33.148784100] +2026-01-05T20:15:33.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:33.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:33.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:33.149289200] +2026-01-05T20:15:33.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:33.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:33.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:33.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:33.149289200] +2026-01-05T20:15:35.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:35.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:35.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:35.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:35.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:35.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:35.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:35.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:35.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:35.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:35.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:35.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:35.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:35.153716600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:37.708+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:38.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:38.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:38.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:38.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:38.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:38.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:38.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:38.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:38.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:38.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:38.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:38.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:38.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:38.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:38.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:38.162139900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:38.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:38.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:38.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:38.162139900] +2026-01-05T20:15:38.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:38.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:38.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:38.162908800] +2026-01-05T20:15:38.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:38.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:38.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:38.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:38.162908800] +2026-01-05T20:15:38.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:38.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:38.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:38.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:38.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:38.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:38.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:38.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:38.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:38.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:38.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:38.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:38.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:38.164986700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:15:41.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:41.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:41.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:41.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:41.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:41.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:41.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:41.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:41.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:41.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:41.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:41.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:41.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:41.182167500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:42.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:15:42.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:15:42.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:42.580656800] +2026-01-05T20:15:42.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:15:42.800+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:43.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:43.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:43.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:43.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:43.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:43.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:43.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:43.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:43.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:43.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:43.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:43.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:43.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:43.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:43.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:43.174263700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:43.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:43.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:43.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:43.174263700] +2026-01-05T20:15:43.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:43.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:43.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:43.174954400] +2026-01-05T20:15:43.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:43.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:43.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:43.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:43.174954400] +2026-01-05T20:15:44.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:44.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:44.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:44.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:44.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:44.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:44.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:44.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:44.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:44.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:44.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:44.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:44.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:44.185802300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:47.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:47.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:47.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:47.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:47.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:47.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:47.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:47.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:47.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:47.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:47.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:47.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:47.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:47.189611100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:47.901+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:48.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:48.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:48.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:48.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:48.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:48.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:48.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:48.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:48.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:48.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:48.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:48.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:48.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:48.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:48.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:48.183816600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:48.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:48.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:48.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:48.183816600] +2026-01-05T20:15:48.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:48.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:48.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:48.184422100] +2026-01-05T20:15:48.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:48.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:48.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:48.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:48.184422100] +2026-01-05T20:15:50.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:50.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:50.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:50.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:50.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:50.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:50.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:50.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:50.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:50.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:50.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:50.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:50.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:50.204547100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:53.003+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:53.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:53.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:53.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:53.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:53.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:53.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:53.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:53.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:53.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:53.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:53.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:53.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:53.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:53.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:53.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:53.193320800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:53.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:53.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:53.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:53.193320800] +2026-01-05T20:15:53.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:53.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:53.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:53.193825700] +2026-01-05T20:15:53.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:53.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:53.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:53.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:53.193825700] +2026-01-05T20:15:53.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:53.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:53.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:53.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:53.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:53.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:53.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:53.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:53.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:53.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:53.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:53.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:53.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:53.210705+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:15:56.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:56.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:56.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:56.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:56.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:56.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:56.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:56.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:56.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:56.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:56.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:56.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:56.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:56.214127700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:58.103+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:15:58.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:58.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:15:58.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:15:58.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:15:58.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:58.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:58.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:58.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:58.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:58.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:58.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:58.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:58.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:58.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:58.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:58.198708500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:15:58.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:15:58.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:15:58.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:58.198708500] +2026-01-05T20:15:58.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:58.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:15:58.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:15:58.199291700] +2026-01-05T20:15:58.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:15:58.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:15:58.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:15:58.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:15:58.199291700] +2026-01-05T20:15:59.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:15:59.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:15:59.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:59.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:59.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:15:59.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:15:59.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:15:59.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:15:59.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:15:59.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:15:59.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:15:59.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:15:59.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:15:59.216379600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:02.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:02.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:02.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:02.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:02.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:02.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:02.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:02.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:02.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:02.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:02.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:02.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:02.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:02.233639600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:03.202+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:03.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:03.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:03.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:03.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:03.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:03.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:03.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:03.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:03.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:03.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:03.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:03.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:03.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:03.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:03.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:03.214699400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:03.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:03.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:03.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:03.214699400] +2026-01-05T20:16:03.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:03.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:03.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:03.215203300] +2026-01-05T20:16:03.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:03.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:03.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:03.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:03.215203300] +2026-01-05T20:16:05.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:05.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:05.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:05.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:05.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:05.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:05.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:05.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:05.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:05.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:05.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:05.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:05.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:05.251561300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:08.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:08.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:08.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:08.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:08.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:08.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:08.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:08.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:08.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:08.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:08.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:08.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:08.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:08.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:08.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:08.224473700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:08.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:08.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:08.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:08.224473700] +2026-01-05T20:16:08.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:08.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:08.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:08.225201400] +2026-01-05T20:16:08.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:08.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:08.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:08.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:08.225201400] +2026-01-05T20:16:08.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:08.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:08.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:08.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:08.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:08.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:08.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:08.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:08.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:08.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:08.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:08.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:08.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:08.255850800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:08.304+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:11.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:11.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:11.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:11.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:11.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:11.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:11.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:11.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:11.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:11.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:11.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:11.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:11.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:11.273062200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:12.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:16:12.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:16:12.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:12.597124700] +2026-01-05T20:16:12.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:16:13.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:13.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:13.234+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:13.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:13.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:13.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:13.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:13.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:13.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:13.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:13.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:13.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:13.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:13.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:13.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:13.236687200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:13.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:13.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:13.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:13.236687200] +2026-01-05T20:16:13.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:13.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:13.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:13.237457] +2026-01-05T20:16:13.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:13.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:13.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:13.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:13.237457] +2026-01-05T20:16:13.405+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:14.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:14.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:14.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:14.281439300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:17.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:17.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:17.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:17.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:17.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:17.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:17.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:17.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:17.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:17.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:17.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:17.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:17.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:17.293196400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:18.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:18.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:18.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:18.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:18.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:18.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:18.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:18.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:18.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:18.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:18.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:18.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:18.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:18.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:18.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:18.242356600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:18.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:18.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:18.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:18.242356600] +2026-01-05T20:16:18.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:18.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:18.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:18.243011200] +2026-01-05T20:16:18.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:18.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:18.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:18.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:18.243011200] +2026-01-05T20:16:18.507+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:20.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:20.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:20.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:20.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:20.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:20.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:20.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:20.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:20.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:20.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:20.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:20.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:20.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:20.298259400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:23.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:23.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:23.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:23.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:23.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:23.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:23.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:23.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:23.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:23.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:23.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:23.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:23.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:23.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:23.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:23.258501400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:23.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:23.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:23.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:23.258501400] +2026-01-05T20:16:23.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:23.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:23.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:23.259224400] +2026-01-05T20:16:23.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:23.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:23.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:23.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:23.259224400] +2026-01-05T20:16:23.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:23.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:23.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:23.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:23.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:23.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:23.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:23.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:23.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:23.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:23.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:23.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:23.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:23.303715400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:23.613+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:26.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:26.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:26.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:26.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:26.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:26.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:26.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:26.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:26.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:26.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:26.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:26.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:26.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:26.311107600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:28.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:28.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:28.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:28.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:28.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:28.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:28.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:28.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:28.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:28.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:28.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:28.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:28.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:28.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:28.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:28.271963500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:28.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:28.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:28.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:28.271963500] +2026-01-05T20:16:28.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:28.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:28.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:28.272628400] +2026-01-05T20:16:28.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:28.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:28.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:28.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:28.272628400] +2026-01-05T20:16:28.707+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:29.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:29.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:29.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:29.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:29.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:29.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:29.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:29.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:29.313905600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:32.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:32.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:32.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:32.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:32.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:32.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:32.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:32.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:32.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:32.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:32.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:32.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:32.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:32.330224100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:33.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:33.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:33.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:33.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:33.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:33.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:33.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:33.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:33.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:33.285476800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:33.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:33.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:33.285476800] +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:33.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:33.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:33.285980200] +2026-01-05T20:16:33.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:33.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:33.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:33.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:33.285980200] +2026-01-05T20:16:33.811+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:35.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:35.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:35.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:35.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:35.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:35.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:35.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:35.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:35.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:35.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:35.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:35.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:35.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:35.343334500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:38.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:38.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:38.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:38.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:38.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:38.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:38.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:38.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:38.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:38.301150400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:38.301+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:38.301+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:38.301150400] +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:38.301+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:38.301+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:38.301775500] +2026-01-05T20:16:38.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:38.301+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:38.301+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:38.301+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:38.301775500] +2026-01-05T20:16:38.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:38.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:38.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:38.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:38.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:38.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:38.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:38.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:38.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:38.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:38.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:38.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:38.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:38.347457200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:38.906+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:41.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:41.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:41.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:41.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:41.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:41.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:41.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:41.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:41.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:41.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:41.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:41.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:41.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:41.350446700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:42.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:16:42.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:16:42.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:42.610237200] +2026-01-05T20:16:42.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:16:43.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:43.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:43.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:43.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:43.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:43.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:43.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:43.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:43.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:43.311611400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:43.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:43.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:43.311611400] +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:43.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:43.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:43.311611400] +2026-01-05T20:16:43.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:43.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:43.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:43.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:43.311611400] +2026-01-05T20:16:44.011+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:44.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:44.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:44.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:44.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:44.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:44.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:44.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:44.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:44.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:44.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:44.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:44.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:44.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:44.357063900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:47.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:47.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:47.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:47.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:47.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:47.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:47.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:47.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:47.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:47.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:47.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:47.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:47.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:47.370366500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 4 ms +2026-01-05T20:16:48.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:48.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:48.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:48.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:48.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:48.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:48.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:48.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:48.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:48.326204700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:48.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:48.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:48.326204700] +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:48.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:48.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:48.326935500] +2026-01-05T20:16:48.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:48.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:48.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:48.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:48.326935500] +2026-01-05T20:16:49.114+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:50.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:50.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:50.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:50.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:50.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:50.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:50.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:50.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:50.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:50.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:50.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:50.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:50.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:50.374786600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:16:53.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:53.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:53.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:53.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:53.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:53.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:53.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:53.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:53.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:53.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:53.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:53.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:53.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:53.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:53.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:53.339328900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:53.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:53.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:53.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:53.339328900] +2026-01-05T20:16:53.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:53.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:53.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:53.340002600] +2026-01-05T20:16:53.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:53.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:53.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:53.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:53.340002600] +2026-01-05T20:16:53.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:53.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:53.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:53.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:53.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:53.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:53.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:53.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:53.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:53.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:53.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:53.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:53.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:53.385929400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:54.213+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:56.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:56.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:56.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:56.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:56.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:56.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:56.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:56.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:56.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:56.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:56.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:56.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:56.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:56.401499900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:58.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:58.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:16:58.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:16:58.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:16:58.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:58.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:58.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:58.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:58.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:58.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:58.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:58.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:58.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:58.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:58.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:58.349824700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:16:58.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:16:58.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:16:58.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:58.349824700] +2026-01-05T20:16:58.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:58.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:16:58.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:16:58.349824700] +2026-01-05T20:16:58.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:16:58.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:16:58.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:16:58.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:16:58.349824700] +2026-01-05T20:16:59.315+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:16:59.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:16:59.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:16:59.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:59.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:59.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:16:59.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:16:59.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:16:59.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:16:59.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:16:59.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:16:59.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:16:59.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:16:59.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:16:59.411217200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:02.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:02.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:02.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:02.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:02.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:02.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:02.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:02.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:02.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:02.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:02.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:02.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:02.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:02.427207700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:03.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:03.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:03.361+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:03.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:03.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:03.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:03.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:03.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:03.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:03.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:03.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:03.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:03.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:03.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:03.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:03.362899400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:03.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:03.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:03.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:03.362899400] +2026-01-05T20:17:03.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:03.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:03.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:03.363900200] +2026-01-05T20:17:03.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:03.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:03.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:03.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:03.363900200] +2026-01-05T20:17:04.410+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:05.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:05.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:05.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:05.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:05.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:05.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:05.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:05.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:05.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:05.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:05.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:05.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:05.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:05.436725500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:08.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:08.376+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:08.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:08.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:08.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:08.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:08.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:08.377779600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:08.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:08.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:08.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:08.377779600] +2026-01-05T20:17:08.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:08.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:08.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:08.377779600] +2026-01-05T20:17:08.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:08.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:08.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:08.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:08.377779600] +2026-01-05T20:17:08.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:08.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:08.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:08.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:08.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:08.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:08.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:08.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:08.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:08.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:08.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:08.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:08.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:08.454083100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:09.513+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:11.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:11.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:11.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:11.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:11.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:11.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:11.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:11.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:11.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:11.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:11.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:11.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:11.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:11.460739600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:12.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:17:12.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:17:12.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:12.625712900] +2026-01-05T20:17:12.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:17:13.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:13.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:13.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:13.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:13.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:13.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:13.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:13.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:13.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:13.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:13.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:13.393961700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:13.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:13.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:13.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:13.393961700] +2026-01-05T20:17:13.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:13.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:13.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:13.393961700] +2026-01-05T20:17:13.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:13.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:13.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:13.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:13.393961700] +2026-01-05T20:17:14.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:14.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:14.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:14.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:14.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:14.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:14.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:14.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:14.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:14.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:14.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:14.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:14.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:14.468415300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:14.612+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:17.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:17.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:17.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:17.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:17.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:17.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:17.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:17.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:17.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:17.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:17.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:17.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:17.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:17.479259200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:18.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:18.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:18.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:18.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:18.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:18.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:18.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:18.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:18.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:18.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:18.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:18.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:18.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:18.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:18.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:18.397358100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:18.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:18.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:18.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:18.397358100] +2026-01-05T20:17:18.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:18.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:18.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:18.398070600] +2026-01-05T20:17:18.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:18.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:18.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:18.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:18.398070600] +2026-01-05T20:17:19.716+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:20.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:20.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:20.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:20.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:20.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:20.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:20.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:20.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:20.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:20.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:20.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:20.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:20.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:20.481865700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:23.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:23.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:23.404+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:23.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:23.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:23.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:23.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:23.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:23.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:23.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:23.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:23.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:23.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:23.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:23.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:23.405799800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:23.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:23.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:23.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:23.405799800] +2026-01-05T20:17:23.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:23.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:23.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:23.406320] +2026-01-05T20:17:23.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:23.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:23.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:23.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:23.406320] +2026-01-05T20:17:23.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:23.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:23.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:23.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:23.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:23.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:23.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:23.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:23.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:23.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:23.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:23.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:23.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:23.497882500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:24.819+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:26.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:26.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:26.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:26.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:26.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:26.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:26.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:26.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:26.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:26.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:26.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:26.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:26.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:26.507394600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:28.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:28.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:28.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:28.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:28.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:28.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:28.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:28.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:28.410183900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:28.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:28.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:28.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:28.410183900] +2026-01-05T20:17:28.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:28.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:28.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:28.411184] +2026-01-05T20:17:28.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:28.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:28.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:28.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:28.411184] +2026-01-05T20:17:29.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:29.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:29.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:29.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:29.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:29.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:29.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:29.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:29.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:29.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:29.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:29.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:29.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:29.518656200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:29.919+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:32.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:32.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:32.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:32.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:32.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:32.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:32.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:32.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:32.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:32.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:32.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:32.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:32.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:32.536290800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:33.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:33.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:33.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:33.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:33.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:33.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:33.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:33.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:33.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:33.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:33.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:33.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:33.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:33.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:33.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:33.415618700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:33.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:33.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:33.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:33.415618700] +2026-01-05T20:17:33.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:33.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:33.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:33.417122900] +2026-01-05T20:17:33.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:33.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:33.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:33.417+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:33.417122900] +2026-01-05T20:17:35.020+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:35.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:35.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:35.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:35.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:35.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:35.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:35.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:35.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:35.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:35.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:35.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:35.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:35.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:35.550316400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:38.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:38.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:38.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:38.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:38.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:38.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:38.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:38.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:38.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:38.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:38.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:38.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:38.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:38.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:38.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:38.422403400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:38.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:38.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:38.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:38.422403400] +2026-01-05T20:17:38.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:38.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:38.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:38.423404] +2026-01-05T20:17:38.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:38.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:38.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:38.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:38.423404] +2026-01-05T20:17:38.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:38.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:38.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:38.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:38.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:38.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:38.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:38.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:38.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:38.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:38.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:38.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:38.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:38.562703300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:40.115+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:41.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:41.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:41.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:41.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:41.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:41.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:41.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:41.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:41.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:41.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:41.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:41.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:41.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:41.576994100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:42.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:17:42.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:17:42.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:42.632144200] +2026-01-05T20:17:42.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:17:43.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:43.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:43.426+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:43.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:43.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:43.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:43.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:43.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:43.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:43.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:43.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:43.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:43.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:43.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:43.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:43.427820300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:43.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:43.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:43.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:43.427820300] +2026-01-05T20:17:43.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:43.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:43.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:43.428824100] +2026-01-05T20:17:43.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:43.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:43.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:43.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:43.428824100] +2026-01-05T20:17:44.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:44.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:44.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:44.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:44.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:44.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:44.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:44.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:44.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:44.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:44.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:44.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:44.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:44.581868700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:45.219+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:47.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:47.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:47.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:47.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:47.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:47.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:47.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:47.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:47.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:47.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:47.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:47.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:47.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:47.592941600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:48.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:48.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:48.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:48.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:48.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:48.432892300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:48.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:48.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:48.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:48.432892300] +2026-01-05T20:17:48.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:48.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:48.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:48.433555400] +2026-01-05T20:17:48.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:48.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:48.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:48.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:48.433555400] +2026-01-05T20:17:50.319+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:50.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:50.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:50.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:50.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:50.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:50.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:50.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:50.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:50.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:50.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:50.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:50.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:50.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:50.601453700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:53.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:53.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:53.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:53.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:53.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:53.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:53.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:53.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:53.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:53.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:53.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:53.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:53.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:53.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:53.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:53.444109+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:53.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:53.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:53.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:53.444109] +2026-01-05T20:17:53.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:53.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:53.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:53.444109] +2026-01-05T20:17:53.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:53.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:53.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:53.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:53.444109] +2026-01-05T20:17:53.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:53.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:53.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:53.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:53.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:53.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:53.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:53.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:53.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:53.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:53.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:53.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:53.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:53.614611300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:55.418+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:17:56.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:56.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:56.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:56.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:56.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:56.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:56.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:56.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:56.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:56.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:56.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:56.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:56.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:56.625970100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:58.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:58.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:17:58.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:17:58.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:17:58.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:58.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:58.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:58.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:58.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:58.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:58.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:58.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:58.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:58.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:58.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:58.451111200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:17:58.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:17:58.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:17:58.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:58.451111200] +2026-01-05T20:17:58.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:58.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:17:58.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:17:58.451111200] +2026-01-05T20:17:58.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:17:58.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:17:58.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:17:58.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:17:58.451111200] +2026-01-05T20:17:59.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:17:59.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:17:59.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:59.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:59.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:17:59.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:17:59.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:17:59.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:17:59.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:17:59.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:17:59.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:17:59.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:17:59.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:17:59.634732900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:00.518+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:02.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:02.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:02.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:02.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:02.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:02.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:02.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:02.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:02.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:02.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:02.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:02.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:02.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:02.651444200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:03.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:03.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:03.457+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:03.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:03.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:03.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:03.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:03.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:03.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:03.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:03.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:03.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:03.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:03.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:03.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:03.459539900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:03.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:03.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:03.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:03.459539900] +2026-01-05T20:18:03.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:03.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:03.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:03.460341100] +2026-01-05T20:18:03.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:03.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:03.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:03.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:03.460341100] +2026-01-05T20:18:05.620+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:05.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:05.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:05.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:05.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:05.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:05.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:05.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:05.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:05.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:05.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:05.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:05.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:05.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:05.656092100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:18:08.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:08.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:08.474+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:08.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:08.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:08.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:08.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:08.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:08.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:08.476087600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:08.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:08.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:08.476087600] +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:08.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:08.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:08.476760600] +2026-01-05T20:18:08.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:08.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:08.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:08.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:08.476760600] +2026-01-05T20:18:08.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:08.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:08.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:08.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:08.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:08.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:08.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:08.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:08.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:08.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:08.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:08.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:08.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:08.663376200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:10.720+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:11.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:11.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:11.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:11.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:11.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:11.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:11.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:11.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:11.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:11.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:11.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:11.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:11.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:11.670184500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:12.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:18:12.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:18:12.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:12.650959700] +2026-01-05T20:18:12.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:18:13.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:13.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:13.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:13.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:13.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:13.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:13.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:13.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:13.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:13.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:13.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:13.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:13.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:13.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:13.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:13.480907+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:13.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:13.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:13.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:13.480907] +2026-01-05T20:18:13.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:13.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:13.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:13.481910800] +2026-01-05T20:18:13.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:13.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:13.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:13.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:13.481910800] +2026-01-05T20:18:14.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:14.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:14.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:14.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:14.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:14.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:14.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:14.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:14.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:14.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:14.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:14.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:14.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:14.681409700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:15.820+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:17.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:17.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:17.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:17.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:17.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:17.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:17.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:17.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:17.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:17.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:17.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:17.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:17.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:17.697055500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:18.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:18.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:18.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:18.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:18.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:18.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:18.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:18.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:18.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:18.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:18.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:18.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:18.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:18.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:18.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:18.497777600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:18.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:18.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:18.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:18.497777600] +2026-01-05T20:18:18.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:18.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:18.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:18.498373700] +2026-01-05T20:18:18.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:18.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:18.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:18.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:18.498373700] +2026-01-05T20:18:20.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:20.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:20.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:20.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:20.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:20.707+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:20.707+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:20.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:20.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:20.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:20.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:20.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:20.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:20.708058200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:20.923+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:23.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:23.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:23.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:23.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:23.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:23.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:23.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:23.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:23.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:23.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:23.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:23.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:23.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:23.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:23.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:23.512680+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:23.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:23.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:23.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:23.512680] +2026-01-05T20:18:23.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:23.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:23.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:23.513193700] +2026-01-05T20:18:23.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:23.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:23.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:23.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:23.513193700] +2026-01-05T20:18:23.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:23.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:23.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:23.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:23.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:23.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:23.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:23.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:23.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:23.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:23.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:23.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:23.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:23.711423100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:26.029+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:26.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:26.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:26.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:26.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:26.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:26.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:26.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:26.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:26.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:26.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:26.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:26.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:26.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:26.721659200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:28.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:28.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:28.525+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:28.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:28.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:28.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:28.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:28.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:28.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:28.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:28.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:28.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:28.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:28.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:28.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:28.528020100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:28.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:28.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:28.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:28.528020100] +2026-01-05T20:18:28.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:28.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:28.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:28.528651800] +2026-01-05T20:18:28.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:28.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:28.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:28.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:28.528651800] +2026-01-05T20:18:29.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:29.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:29.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:29.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:29.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:29.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:29.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:29.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:29.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:29.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:29.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:29.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:29.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:29.730172600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:31.122+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:32.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:32.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:32.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:32.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:32.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:32.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:32.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:32.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:32.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:32.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:32.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:32.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:32.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:32.746892600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:33.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:33.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:33.537+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:33.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:33.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:33.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:33.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:33.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:33.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:33.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:33.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:33.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:33.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:33.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:33.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:33.538999400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:33.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:33.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:33.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:33.538999400] +2026-01-05T20:18:33.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:33.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:33.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:33.539628100] +2026-01-05T20:18:33.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:33.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:33.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:33.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:33.539628100] +2026-01-05T20:18:35.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:35.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:35.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:35.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:35.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:35.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:35.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:35.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:35.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:35.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:35.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:35.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:35.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:35.755358500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:36.221+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:38.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:38.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:38.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:38.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:38.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:38.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:38.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:38.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:38.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:38.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:38.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:38.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:38.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:38.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:38.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:38.547956900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:38.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:38.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:38.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:38.547956900] +2026-01-05T20:18:38.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:38.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:38.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:38.548551200] +2026-01-05T20:18:38.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:38.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:38.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:38.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:38.548551200] +2026-01-05T20:18:38.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:38.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:38.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:38.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:38.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:38.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:38.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:38.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:38.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:38.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:38.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:38.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:38.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:38.766158+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:41.323+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:41.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:41.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:41.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:41.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:41.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:41.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:41.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:41.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:41.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:41.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:41.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:41.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:41.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:41.772820300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:42.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:18:42.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:18:42.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:42.658480100] +2026-01-05T20:18:42.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:18:43.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:43.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:43.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:43.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:43.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:43.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:43.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:43.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:43.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:43.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:43.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:43.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:43.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:43.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:43.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:43.558245+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:43.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:43.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:43.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:43.558245] +2026-01-05T20:18:43.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:43.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:43.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:43.558893700] +2026-01-05T20:18:43.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:43.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:43.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:43.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:43.558893700] +2026-01-05T20:18:44.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:44.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:44.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:44.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:44.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:44.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:44.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:44.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:44.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:44.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:44.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:44.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:44.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:44.784602500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:46.424+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:47.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:47.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:47.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:47.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:47.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:47.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:47.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:47.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:47.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:47.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:47.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:47.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:47.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:47.791992400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:48.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:48.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:48.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:48.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:48.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:48.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:48.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:48.573929100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:48.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:48.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:48.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:48.573929100] +2026-01-05T20:18:48.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:48.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:48.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:48.574555300] +2026-01-05T20:18:48.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:48.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:48.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:48.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:48.574555300] +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:50.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:50.796839300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:51.525+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:53.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:53.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:53.576+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:53.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:53.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:53.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:53.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:53.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:53.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:53.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:53.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:53.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:53.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:53.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:53.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:53.577627400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:53.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:53.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:53.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:53.577627400] +2026-01-05T20:18:53.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:53.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:53.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:53.578237100] +2026-01-05T20:18:53.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:53.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:53.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:53.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:53.578237100] +2026-01-05T20:18:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:53.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:53.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:53.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:53.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:53.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:53.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:53.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:53.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:53.809635300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:56.624+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:18:56.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:56.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:56.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:56.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:56.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:56.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:56.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:56.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:56.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:56.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:56.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:56.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:56.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:56.827638900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:58.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:58.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:18:58.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:18:58.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:18:58.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:58.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:58.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:58.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:58.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:58.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:58.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:58.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:58.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:58.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:58.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:58.589547+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:18:58.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:18:58.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:18:58.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:58.589547] +2026-01-05T20:18:58.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:58.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:18:58.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:18:58.590548100] +2026-01-05T20:18:58.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:18:58.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:18:58.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:18:58.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:18:58.590548100] +2026-01-05T20:18:59.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:18:59.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:18:59.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:59.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:59.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:18:59.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:18:59.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:18:59.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:18:59.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:18:59.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:18:59.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:18:59.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:18:59.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:18:59.835576+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:01.725+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:02.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:02.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:02.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:02.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:02.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:02.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:02.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:02.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:02.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:02.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:02.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:02.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:02.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:02.839648800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:03.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:03.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:03.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:03.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:03.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:03.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:03.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:03.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:03.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:03.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:03.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:03.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:03.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:03.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:03.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:03.593286+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:03.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:03.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:03.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:03.593286] +2026-01-05T20:19:03.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:03.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:03.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:03.593959100] +2026-01-05T20:19:03.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:03.594+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:03.594+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:03.594+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:03.593959100] +2026-01-05T20:19:05.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:05.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:05.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:05.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:05.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:05.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:05.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:05.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:05.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:05.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:05.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:05.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:05.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:05.847656900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:06.826+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:08.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:08.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:08.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:08.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:08.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:08.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:08.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:08.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:08.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:08.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:08.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:08.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:08.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:08.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:08.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:08.606056600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:08.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:08.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:08.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:08.606056600] +2026-01-05T20:19:08.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:08.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:08.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:08.606582400] +2026-01-05T20:19:08.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:08.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:08.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:08.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:08.606582400] +2026-01-05T20:19:08.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:08.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:08.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:08.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:08.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:08.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:08.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:08.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:08.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:08.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:08.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:08.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:08.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:08.855821800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:11.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:11.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:11.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:11.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:11.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:11.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:11.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:11.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:11.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:11.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:11.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:11.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:11.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:11.863281+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:11.926+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:12.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:19:12.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:19:12.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:12.673251300] +2026-01-05T20:19:12.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:19:13.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:13.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:13.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:13.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:13.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:13.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:13.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:13.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:13.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:13.625183400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:13.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:13.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:13.625183400] +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:13.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:13.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:13.625805100] +2026-01-05T20:19:13.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:13.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:13.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:13.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:13.625805100] +2026-01-05T20:19:14.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:14.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:14.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:14.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:14.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:14.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:14.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:14.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:14.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:14.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:14.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:14.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:14.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:14.874658300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:17.028+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:17.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:17.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:17.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:17.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:17.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:17.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:17.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:17.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:17.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:17.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:17.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:17.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:17.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:17.885478800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:18.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:18.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:18.634+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:18.636935400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:18.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:18.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:18.636935400] +2026-01-05T20:19:18.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:18.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:18.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:18.637602300] +2026-01-05T20:19:18.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:18.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:18.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:18.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:18.637602300] +2026-01-05T20:19:20.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:20.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:20.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:20.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:20.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:20.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:20.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:20.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:20.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:20.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:20.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:20.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:20.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:20.889738+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:22.131+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:23.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:23.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:23.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:23.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:23.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:23.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:23.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:23.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:23.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:23.654936700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:23.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:23.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:23.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:23.654936700] +2026-01-05T20:19:23.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:23.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:23.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:23.655664] +2026-01-05T20:19:23.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:23.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:23.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:23.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:23.655664] +2026-01-05T20:19:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:23.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:23.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:23.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:23.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:23.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:23.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:23.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:23.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:23.904103800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:26.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:26.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:26.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:26.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:26.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:26.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:26.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:26.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:26.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:26.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:26.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:26.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:26.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:26.920272+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:27.229+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:28.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:28.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:28.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:28.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:28.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:28.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:28.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:28.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:28.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:28.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:28.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:28.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:28.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:28.664430700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:28.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:28.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:28.664430700] +2026-01-05T20:19:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:28.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:28.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:28.664950600] +2026-01-05T20:19:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:28.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:28.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:28.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:28.664950600] +2026-01-05T20:19:29.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:29.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:29.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:29.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:29.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:29.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:29.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:29.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:29.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:29.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:29.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:29.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:29.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:29.928740100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:32.330+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:32.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:32.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:32.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:32.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:32.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:32.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:32.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:32.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:32.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:32.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:32.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:32.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:32.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:32.937639600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:33.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:33.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:33.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:33.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:33.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:33.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:33.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:33.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:33.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:33.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:33.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:33.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:33.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:33.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:33.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:33.668424700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:33.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:33.668+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:33.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:33.668424700] +2026-01-05T20:19:33.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:33.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:33.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:33.669080800] +2026-01-05T20:19:33.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:33.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:33.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:33.669+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:33.669080800] +2026-01-05T20:19:35.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:35.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:35.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:35.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:35.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:35.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:35.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:35.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:35.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:35.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:35.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:35.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:35.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:35.947231100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:37.431+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:38.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:38.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:38.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:38.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:38.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:38.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:38.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:38.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:38.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:38.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:38.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:38.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:38.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:38.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:38.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:38.671732700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:38.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:38.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:38.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:38.671732700] +2026-01-05T20:19:38.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:38.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:38.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:38.672351] +2026-01-05T20:19:38.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:38.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:38.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:38.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:38.672351] +2026-01-05T20:19:38.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:38.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:38.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:38.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:38.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:38.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:38.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:38.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:38.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:38.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:38.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:38.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:38.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:38.955005700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:41.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:41.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:41.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:41.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:41.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:41.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:41.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:41.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:41.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:41.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:41.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:41.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:41.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:41.970435300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:42.530+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:42.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:19:42.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:19:42.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:42.678501800] +2026-01-05T20:19:42.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:19:43.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:43.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:43.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:43.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:43.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:43.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:43.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:43.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:43.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:43.690013+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:43.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:43.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:43.690013] +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:43.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:43.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:43.690805500] +2026-01-05T20:19:43.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:43.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:43.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:43.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:43.690805500] +2026-01-05T20:19:44.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:44.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:44.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:44.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:44.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:44.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:44.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:44.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:44.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:44.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:44.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:44.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:44.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:44.979913300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:47.639+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:47.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:47.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:47.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:47.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:47.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:47.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:47.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:47.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:47.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:47.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:47.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:47.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:47.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:47.998340+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:48.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:48.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:48.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:48.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:48.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:48.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:48.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:48.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:48.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:48.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:48.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:48.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:48.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:48.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:48.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:48.701603900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:48.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:48.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:48.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:48.702106800] +2026-01-05T20:19:48.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:48.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:48.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:48.702106800] +2026-01-05T20:19:48.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:48.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:48.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:48.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:48.702106800] +2026-01-05T20:19:51.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:51.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:51.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:51.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:51.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:51.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:51.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:51.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:51.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:51.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:51.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:51.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:51.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:51.009663200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:52.735+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:53.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:53.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:53.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:53.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:53.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:53.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:53.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:53.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:53.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:53.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:53.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:53.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:53.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:53.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:53.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:53.717792900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:53.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:53.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:53.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:53.717792900] +2026-01-05T20:19:53.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:53.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:53.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:53.718496900] +2026-01-05T20:19:53.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:53.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:53.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:53.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:53.718496900] +2026-01-05T20:19:54.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:54.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:54.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:54.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:54.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:54.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:54.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:54.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:54.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:54.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:54.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:54.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:54.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:54.012757400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:57.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:57.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:19:57.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:57.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:57.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:57.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:57.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:57.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:57.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:57.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:57.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:57.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:57.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:57.020124900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:57.832+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:19:58.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:19:58.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:19:58.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:19:58.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:19:58.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:58.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:58.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:19:58.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:19:58.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:19:58.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:19:58.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:19:58.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:19:58.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:19:58.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:19:58.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:19:58.722619100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:19:58.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:19:58.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:19:58.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:58.722619100] +2026-01-05T20:19:58.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:58.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:19:58.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:19:58.723129100] +2026-01-05T20:19:58.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:19:58.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:19:58.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:19:58.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:19:58.723129100] +2026-01-05T20:20:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:00.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:00.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:00.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:00.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:00.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:00.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:00.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:00.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:00.027599100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:20:02.933+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:03.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:03.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:03.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:03.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:03.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:03.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:03.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:03.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:03.039388900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:03.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:03.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:03.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:03.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:03.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:03.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:03.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:03.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:03.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:03.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:03.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:03.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:03.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:03.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:03.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:03.739653+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:03.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:03.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:03.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:03.739653] +2026-01-05T20:20:03.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:03.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:03.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:03.740342700] +2026-01-05T20:20:03.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:03.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:03.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:03.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:03.740342700] +2026-01-05T20:20:06.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:06.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:06.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:06.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:06.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:06.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:06.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:06.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:06.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:06.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:06.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:06.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:06.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:06.045695+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:08.039+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:08.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:08.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:08.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:08.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:08.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:08.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:08.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:08.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:08.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:08.746286200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:08.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:08.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:08.746286200] +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:08.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:08.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:08.746894100] +2026-01-05T20:20:08.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:08.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:08.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:08.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:08.746894100] +2026-01-05T20:20:09.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:09.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:09.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:09.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:09.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:09.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:09.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:09.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:09.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:09.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:09.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:09.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:09.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:09.061528200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:12.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:12.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:12.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:12.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:12.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:12.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:12.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:12.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:12.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:12.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:12.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:12.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:12.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:12.077422100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:12.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:20:12.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:20:12.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:12.696264900] +2026-01-05T20:20:12.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:20:13.135+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:13.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:13.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:13.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:13.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:13.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:13.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:13.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:13.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:13.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:13.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:13.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:13.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:13.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:13.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:13.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:13.757352400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:13.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:13.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:13.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:13.757352400] +2026-01-05T20:20:13.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:13.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:13.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:13.757980100] +2026-01-05T20:20:13.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:13.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:13.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:13.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:13.757980100] +2026-01-05T20:20:15.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:15.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:15.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:15.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:15.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:15.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:15.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:15.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:15.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:15.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:15.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:15.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:15.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:15.087430+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:18.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:18.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:18.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:18.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:18.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:18.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:18.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:18.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:18.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:18.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:18.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:18.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:18.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:18.099332600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:18.238+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:18.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:18.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:18.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:18.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:18.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:18.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:18.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:18.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:18.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:18.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:18.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:18.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:18.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:18.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:18.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:18.772866900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:18.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:18.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:18.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:18.772866900] +2026-01-05T20:20:18.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:18.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:18.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:18.773551400] +2026-01-05T20:20:18.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:18.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:18.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:18.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:18.773551400] +2026-01-05T20:20:21.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:21.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:21.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:21.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:21.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:21.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:21.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:21.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:21.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:21.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:21.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:21.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:21.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:21.110750200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:23.336+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:23.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:23.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:23.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:23.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:23.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:23.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:23.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:23.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:23.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:23.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:23.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:23.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:23.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:23.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:23.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:23.786964400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:23.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:23.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:23.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:23.786964400] +2026-01-05T20:20:23.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:23.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:23.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:23.787482300] +2026-01-05T20:20:23.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:23.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:23.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:23.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:23.787482300] +2026-01-05T20:20:24.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:24.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:24.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:24.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:24.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:24.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:24.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:24.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:24.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:24.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:24.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:24.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:24.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:24.128236900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:27.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:27.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:27.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:27.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:27.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:27.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:27.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:27.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:27.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:27.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:27.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:27.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:27.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:27.136643600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:28.437+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:28.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:28.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:28.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:28.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:28.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:28.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:28.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:28.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:28.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:28.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:28.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:28.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:28.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:28.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:28.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:28.794597400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:28.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:28.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:28.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:28.794597400] +2026-01-05T20:20:28.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:28.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:28.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:28.795101900] +2026-01-05T20:20:28.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:28.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:28.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:28.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:28.795101900] +2026-01-05T20:20:30.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:30.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:30.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:30.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:30.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:30.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:30.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:30.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:30.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:30.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:30.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:30.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:30.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:30.140695900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:33.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:33.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:33.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:33.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:33.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:33.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:33.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:33.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:33.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:33.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:33.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:33.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:33.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:33.143335700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:33.537+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:33.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:33.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:33.797+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:33.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:33.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:33.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:33.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:33.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:33.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:33.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:33.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:33.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:33.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:33.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:33.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:33.798900100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:33.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:33.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:33.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:33.798900100] +2026-01-05T20:20:33.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:33.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:33.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:33.799616200] +2026-01-05T20:20:33.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:33.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:33.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:33.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:33.799616200] +2026-01-05T20:20:36.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:36.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:36.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:36.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:36.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:36.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:36.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:36.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:36.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:36.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:36.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:36.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:36.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:36.149736400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:38.639+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:38.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:38.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:38.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:38.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:38.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:38.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:38.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:38.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:38.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:38.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:38.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:38.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:38.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:38.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:38.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:38.810685500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:38.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:38.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:38.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:38.810685500] +2026-01-05T20:20:38.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:38.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:38.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:38.811455500] +2026-01-05T20:20:38.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:38.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:38.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:38.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:38.811455500] +2026-01-05T20:20:39.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:39.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:39.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:39.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:39.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:39.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:39.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:39.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:39.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:39.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:39.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:39.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:39.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:39.167506500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:42.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:42.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:42.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:42.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:42.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:42.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:42.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:42.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:42.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:42.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:42.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:42.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:42.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:42.174976400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:42.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:20:42.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:20:42.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:42.713676100] +2026-01-05T20:20:42.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:20:43.739+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:43.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:43.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:43.817+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:43.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:43.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:43.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:43.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:43.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:43.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:43.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:43.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:43.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:43.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:43.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:43.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:43.819103500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:43.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:43.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:43.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:43.819103500] +2026-01-05T20:20:43.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:43.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:43.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:43.819749700] +2026-01-05T20:20:43.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:43.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:43.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:43.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:43.819749700] +2026-01-05T20:20:45.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:45.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:45.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:45.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:45.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:45.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:45.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:45.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:45.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:45.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:45.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:45.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:45.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:45.191767300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:48.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:48.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:48.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:48.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:48.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:48.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:48.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:48.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:48.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:48.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:48.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:48.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:48.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:48.200656900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:48.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:48.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:48.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:48.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:48.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:48.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:48.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:48.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:48.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:48.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:48.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:48.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:48.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:48.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:48.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:48.826195+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:48.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:48.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:48.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:48.826195] +2026-01-05T20:20:48.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:48.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:48.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:48.826703300] +2026-01-05T20:20:48.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:48.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:48.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:48.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:48.826703300] +2026-01-05T20:20:48.841+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:51.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:51.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:51.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:51.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:51.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:51.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:51.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:51.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:51.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:51.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:51.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:51.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:51.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:51.207503100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:53.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:53.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:53.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:53.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:53.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:53.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:53.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:53.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:53.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:53.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:53.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:53.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:53.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:53.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:53.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:53.839901600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:53.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:53.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:53.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:53.839901600] +2026-01-05T20:20:53.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:53.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:53.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:53.840406600] +2026-01-05T20:20:53.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:53.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:53.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:53.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:53.840406600] +2026-01-05T20:20:53.947+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:20:54.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:54.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:54.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:54.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:54.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:54.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:54.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:54.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:54.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:54.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:54.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:54.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:54.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:54.213069600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:57.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:57.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:20:57.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:57.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:57.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:57.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:57.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:57.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:57.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:57.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:57.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:57.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:57.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:57.220915500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:58.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:20:58.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:20:58.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:20:58.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:20:58.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:58.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:58.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:20:58.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:20:58.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:20:58.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:20:58.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:20:58.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:20:58.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:20:58.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:20:58.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:20:58.857168600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:20:58.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:20:58.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:20:58.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:58.857168600] +2026-01-05T20:20:58.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:58.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:20:58.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:20:58.857842] +2026-01-05T20:20:58.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:20:58.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:20:58.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:20:58.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:20:58.857842] +2026-01-05T20:20:59.044+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:00.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:00.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:00.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:00.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:00.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:00.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:00.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:00.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:00.237811600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:03.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:03.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:03.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:03.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:03.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:03.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:03.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:03.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:03.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:03.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:03.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:03.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:03.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:03.240882900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:03.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:03.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:03.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:03.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:03.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:03.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:03.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:03.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:03.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:03.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:03.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:03.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:03.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:03.860496300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:03.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:03.860496300] +2026-01-05T20:21:03.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:03.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:03.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:03.861228900] +2026-01-05T20:21:03.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:03.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:03.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:03.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:03.861228900] +2026-01-05T20:21:04.141+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:06.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:06.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:06.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:06.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:06.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:06.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:06.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:06.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:06.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:06.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:06.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:06.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:06.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:06.245138900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:08.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:08.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:08.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:08.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:08.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:08.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:08.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:08.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:08.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:08.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:08.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:08.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:08.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:08.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:08.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:08.866597+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:08.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:08.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:08.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:08.866597] +2026-01-05T20:21:08.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:08.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:08.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:08.867111100] +2026-01-05T20:21:08.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:08.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:08.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:08.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:08.867111100] +2026-01-05T20:21:09.242+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:09.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:09.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:09.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:09.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:09.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:09.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:09.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:09.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:09.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:09.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:09.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:09.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:09.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:09.254746300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:12.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:12.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:12.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:12.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:12.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:12.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:12.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:12.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:12.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:12.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:12.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:12.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:12.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:12.267213+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:12.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:21:12.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:21:12.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:12.732681100] +2026-01-05T20:21:12.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:21:13.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:13.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:13.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:13.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:13.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:13.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:13.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:13.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:13.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:13.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:13.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:13.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:13.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:13.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:13.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:13.877668300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:13.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:13.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:13.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:13.877668300] +2026-01-05T20:21:13.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:13.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:13.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:13.878422] +2026-01-05T20:21:13.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:13.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:13.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:13.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:13.878422] +2026-01-05T20:21:14.342+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:15.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:15.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:15.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:15.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:15.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:15.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:15.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:15.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:15.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:15.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:15.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:15.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:15.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:15.270801200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:18.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:18.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:18.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:18.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:18.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:18.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:18.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:18.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:18.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:18.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:18.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:18.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:18.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:18.277028700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:18.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:18.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:18.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:18.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:18.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:18.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:18.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:18.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:18.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:18.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:18.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:18.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:18.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:18.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:18.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:18.883057900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:18.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:18.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:18.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:18.883057900] +2026-01-05T20:21:18.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:18.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:18.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:18.883562300] +2026-01-05T20:21:18.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:18.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:18.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:18.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:18.883562300] +2026-01-05T20:21:19.443+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:21.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:21.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:21.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:21.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:21.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:21.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:21.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:21.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:21.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:21.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:21.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:21.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:21.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:21.293677400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:23.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:23.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:23.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:23.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:23.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:23.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:23.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:23.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:23.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:23.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:23.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:23.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:23.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:23.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:23.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:23.899178500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:23.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:23.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:23.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:23.899178500] +2026-01-05T20:21:23.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:23.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:23.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:23.899946] +2026-01-05T20:21:23.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:23.900+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:23.900+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:23.900+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:23.899946] +2026-01-05T20:21:24.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:24.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:24.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:24.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:24.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:24.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:24.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:24.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:24.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:24.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:24.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:24.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:24.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:24.302016700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:24.549+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:27.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:27.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:27.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:27.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:27.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:27.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:27.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:27.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:27.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:27.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:27.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:27.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:27.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:27.308713200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:28.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:28.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:28.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:28.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:28.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:28.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:28.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:28.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:28.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:28.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:28.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:28.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:28.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:28.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:28.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:28.915672700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:28.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:28.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:28.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:28.915672700] +2026-01-05T20:21:28.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:28.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:28.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:28.915672700] +2026-01-05T20:21:28.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:28.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:28.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:28.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:28.915672700] +2026-01-05T20:21:29.644+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:30.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:30.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:30.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:30.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:30.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:30.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:30.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:30.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:30.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:30.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:30.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:30.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:30.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:30.315172100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:33.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:33.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:33.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:33.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:33.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:33.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:33.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:33.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:33.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:33.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:33.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:33.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:33.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:33.324748+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:33.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:33.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:33.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:33.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:33.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:33.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:33.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:33.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:33.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:33.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:33.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:33.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:33.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:33.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:33.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:33.932874400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:33.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:33.932+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:33.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:33.932874400] +2026-01-05T20:21:33.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:33.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:33.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:33.933634700] +2026-01-05T20:21:33.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:33.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:33.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:33.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:33.933634700] +2026-01-05T20:21:34.753+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:36.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:36.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:36.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:36.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:36.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:36.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:36.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:36.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:36.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:36.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:36.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:36.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:36.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:36.330821300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:38.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:38.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:38.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:38.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:38.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:38.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:38.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:38.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:38.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:38.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:38.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:38.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:38.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:38.939239+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:38.939+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:38.939+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:38.939749100] +2026-01-05T20:21:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:38.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:38.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:38.939749100] +2026-01-05T20:21:38.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:38.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:38.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:38.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:38.939749100] +2026-01-05T20:21:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:39.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:39.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:39.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:39.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:39.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:39.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:39.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:39.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:39.341972+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:39.849+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:42.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:42.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:42.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:42.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:42.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:42.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:42.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:42.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:42.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:42.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:42.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:42.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:42.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:42.357860400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:42.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:21:42.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:21:42.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:42.745710100] +2026-01-05T20:21:42.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:21:43.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:43.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:43.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:43.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:43.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:43.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:43.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:43.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:43.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:43.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:43.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:43.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:43.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:43.948391800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:43.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:43.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:43.948391800] +2026-01-05T20:21:43.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:43.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:43.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:43.949057500] +2026-01-05T20:21:43.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:43.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:43.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:43.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:43.949057500] +2026-01-05T20:21:44.947+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:45.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:45.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:45.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:45.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:45.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:45.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:45.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:45.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:45.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:45.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:45.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:45.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:45.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:45.367702200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:48.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:48.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:48.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:48.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:48.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:48.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:48.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:48.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:48.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:48.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:48.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:48.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:48.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:48.372134900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:48.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:48.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:48.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:48.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:48.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:48.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:48.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:48.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:48.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:48.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:48.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:48.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:48.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:48.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:48.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:48.954628600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:48.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:48.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:48.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:48.955163400] +2026-01-05T20:21:48.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:48.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:48.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:48.955163400] +2026-01-05T20:21:48.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:48.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:48.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:48.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:48.955163400] +2026-01-05T20:21:50.047+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:51.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:51.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:51.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:51.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:51.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:51.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:51.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:51.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:51.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:51.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:51.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:51.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:51.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:51.384014500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:53.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:53.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:53.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:53.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:53.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:53.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:53.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:53.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:53.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:53.965215700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:53.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:53.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:53.965215700] +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:53.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:53.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:53.965740900] +2026-01-05T20:21:53.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:53.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:53.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:53.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:53.965740900] +2026-01-05T20:21:54.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:54.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:54.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:54.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:54.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:54.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:54.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:54.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:54.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:54.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:54.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:54.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:54.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:54.400413700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:55.147+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:21:57.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:57.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:21:57.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:57.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:57.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:57.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:57.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:57.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:57.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:57.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:57.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:57.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:57.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:57.405351700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:58.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:21:58.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:21:58.969+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:21:58.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:21:58.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:58.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:58.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:21:58.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:21:58.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:21:58.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:21:58.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:21:58.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:21:58.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:21:58.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:21:58.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:21:58.970599800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:21:58.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:21:58.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:21:58.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:58.970599800] +2026-01-05T20:21:58.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:58.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:21:58.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:21:58.971600300] +2026-01-05T20:21:58.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:21:58.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:21:58.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:21:58.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:21:58.971600300] +2026-01-05T20:22:00.248+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:00.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:00.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:00.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:00.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:00.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:00.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:00.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:00.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:00.415611900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:03.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:03.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:03.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:03.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:03.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:03.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:03.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:03.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:03.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:03.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:03.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:03.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:03.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:03.419373200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:03.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:03.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:03.973+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:03.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:03.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:03.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:03.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:03.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:03.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:03.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:03.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:03.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:03.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:03.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:03.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:03.974208800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:03.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:03.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:03.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:03.974208800] +2026-01-05T20:22:03.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:03.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:03.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:03.974979400] +2026-01-05T20:22:03.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:03.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:03.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:03.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:03.974979400] +2026-01-05T20:22:05.350+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:06.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:06.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:06.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:06.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:06.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:06.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:06.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:06.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:06.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:06.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:06.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:06.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:06.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:06.423639100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:08.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:08.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:08.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:08.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:08.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:08.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:08.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:08.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:08.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:08.981113100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:08.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:08.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:08.981113100] +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:08.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:08.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:08.981734600] +2026-01-05T20:22:08.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:08.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:08.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:08.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:08.981734600] +2026-01-05T20:22:09.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:09.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:09.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:09.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:09.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:09.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:09.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:09.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:09.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:09.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:09.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:09.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:09.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:09.431654100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:10.457+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:12.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:12.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:12.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:12.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:12.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:12.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:12.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:12.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:12.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:12.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:12.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:12.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:12.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:12.442142900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:12.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:22:12.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:22:12.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:12.767221500] +2026-01-05T20:22:12.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:22:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:13.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:13.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:13.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:13.985068200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:13.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:13.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:13.985068200] +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:13.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:13.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:13.985068200] +2026-01-05T20:22:13.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:13.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:13.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:13.985+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:13.985068200] +2026-01-05T20:22:15.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:15.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:15.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:15.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:15.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:15.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:15.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:15.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:15.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:15.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:15.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:15.453166100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:15.551+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:18.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:18.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:18.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:18.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:18.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:18.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:18.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:18.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:18.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:18.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:18.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:18.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:18.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:18.464688200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:18.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:18.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:18.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:18.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:18.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:18.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:18.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:18.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:18.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:18.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:18.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:18.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:18.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:18.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:18.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:18.995703800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:18.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:18.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:18.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:18.995703800] +2026-01-05T20:22:18.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:18.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:18.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:18.996385600] +2026-01-05T20:22:18.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:18.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:18.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:18.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:18.996385600] +2026-01-05T20:22:20.658+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:21.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:21.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:21.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:21.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:21.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:21.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:21.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:21.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:21.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:21.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:21.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:21.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:21.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:21.470069500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:23.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:23.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:23.997+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:23.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:23.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:23.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:23.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:23.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:23.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:23.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:23.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:23.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:23.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:23.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:23.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:23.999903100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:23.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:23.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:23.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:23.999903100] +2026-01-05T20:22:24.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:24.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:24.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:23.999903100] +2026-01-05T20:22:24.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:24.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:24.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:24.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:23.999903100] +2026-01-05T20:22:24.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:24.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:24.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:24.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:24.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:24.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:24.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:24.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:24.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:24.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:24.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:24.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:24.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:24.479226400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:25.757+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:27.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:27.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:27.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:27.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:27.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:27.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:27.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:27.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:27.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:27.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:27.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:27.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:27.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:27.493249800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:29.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:29.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:29.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:29.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:29.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:29.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:29.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:29.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:29.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:29.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:29.018911400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:29.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:29.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:29.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:29.018911400] +2026-01-05T20:22:29.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:29.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:29.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:29.018911400] +2026-01-05T20:22:29.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:29.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:29.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:29.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:29.018911400] +2026-01-05T20:22:30.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:30.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:30.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:30.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:30.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:30.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:30.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:30.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:30.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:30.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:30.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:30.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:30.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:30.500572300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:30.856+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:33.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:33.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:33.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:33.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:33.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:33.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:33.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:33.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:33.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:33.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:33.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:33.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:33.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:33.512143+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:34.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:34.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:34.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:34.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:34.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:34.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:34.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:34.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:34.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:34.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:34.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:34.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:34.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:34.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:34.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:34.026009900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:34.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:34.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:34.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:34.026009900] +2026-01-05T20:22:34.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:34.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:34.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:34.026529900] +2026-01-05T20:22:34.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:34.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:34.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:34.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:34.026529900] +2026-01-05T20:22:35.953+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:36.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:36.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:36.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:36.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:36.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:36.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:36.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:36.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:36.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:36.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:36.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:36.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:36.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:36.525936300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:39.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:39.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:39.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:39.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:39.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:39.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:39.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:39.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:39.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:39.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:39.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:39.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:39.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:39.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:39.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:39.035856900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:39.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:39.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:39.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:39.036367400] +2026-01-05T20:22:39.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:39.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:39.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:39.036367400] +2026-01-05T20:22:39.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:39.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:39.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:39.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:39.036367400] +2026-01-05T20:22:39.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:39.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:39.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:39.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:39.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:39.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:39.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:39.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:39.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:39.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:39.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:39.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:39.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:39.533446700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:41.054+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:42.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:42.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:42.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:42.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:42.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:42.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:42.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:42.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:42.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:42.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:42.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:42.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:42.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:42.536604800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:42.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:22:42.778+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:22:42.778+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:42.777613] +2026-01-05T20:22:42.778+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:22:44.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:44.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:44.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:44.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:44.042526+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:44.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:44.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:44.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:44.042526] +2026-01-05T20:22:44.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:44.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:44.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:44.042526] +2026-01-05T20:22:44.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:44.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:44.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:44.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:44.042526] +2026-01-05T20:22:45.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:45.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:45.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:45.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:45.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:45.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:45.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:45.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:45.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:45.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:45.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:45.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:45.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:45.541979300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:46.163+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:48.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:48.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:48.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:48.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:48.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:48.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:48.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:48.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:48.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:48.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:48.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:48.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:48.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:48.550225700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:49.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:49.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:49.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:49.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:49.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:49.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:49.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:49.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:49.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:49.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:49.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:49.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:49.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:49.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:49.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:49.046571400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:49.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:49.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:49.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:49.046571400] +2026-01-05T20:22:49.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:49.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:49.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:49.047095600] +2026-01-05T20:22:49.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:49.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:49.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:49.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:49.047095600] +2026-01-05T20:22:51.260+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:51.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:51.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:51.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:51.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:51.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:51.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:51.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:51.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:51.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:51.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:51.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:51.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:51.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:51.559256100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:54.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:54.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:54.049+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:54.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:54.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:54.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:54.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:54.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:54.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:54.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:54.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:54.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:54.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:54.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:54.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:54.051369600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:54.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:54.051+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:54.051+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:54.051369600] +2026-01-05T20:22:54.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:54.051+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:54.051+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:54.051875400] +2026-01-05T20:22:54.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:54.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:54.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:54.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:54.051875400] +2026-01-05T20:22:54.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:54.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:54.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:54.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:54.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:54.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:54.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:54.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:54.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:54.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:54.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:54.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:54.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:54.564227500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:56.359+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:22:57.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:57.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:22:57.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:57.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:57.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:57.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:57.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:57.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:57.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:57.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:57.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:57.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:57.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:57.577974100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:59.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:22:59.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:22:59.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:22:59.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:22:59.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:59.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:59.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:22:59.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:22:59.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:22:59.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:22:59.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:22:59.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:22:59.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:22:59.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:22:59.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:22:59.060922400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:22:59.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:22:59.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:22:59.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:59.060922400] +2026-01-05T20:22:59.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:59.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:22:59.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:22:59.060922400] +2026-01-05T20:22:59.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:22:59.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:22:59.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:22:59.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:22:59.060922400] +2026-01-05T20:23:00.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:00.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:00.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:00.588953+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:01.460+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:03.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:03.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:03.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:03.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:03.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:03.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:03.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:03.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:03.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:03.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:03.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:03.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:03.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:03.592542100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:04.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:04.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:04.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:04.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:04.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:04.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:04.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:04.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:04.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:04.073393900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:04.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:04.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:04.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:04.073393900] +2026-01-05T20:23:04.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:04.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:04.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:04.073907500] +2026-01-05T20:23:04.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:04.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:04.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:04.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:04.073907500] +2026-01-05T20:23:06.558+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:06.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:06.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:06.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:06.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:06.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:06.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:06.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:06.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:06.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:06.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:06.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:06.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:06.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:06.601260500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:09.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:09.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:09.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:09.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:09.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:09.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:09.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:09.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:09.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:09.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:09.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:09.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:09.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:09.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:09.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:09.083921800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:09.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:09.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:09.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:09.083921800] +2026-01-05T20:23:09.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:09.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:09.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:09.084545800] +2026-01-05T20:23:09.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:09.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:09.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:09.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:09.084545800] +2026-01-05T20:23:09.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:09.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:09.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:09.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:09.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:09.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:09.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:09.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:09.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:09.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:09.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:09.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:09.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:09.610806500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:11.657+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:12.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:12.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:12.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:12.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:12.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:12.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:12.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:12.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:12.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:12.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:12.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:12.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:12.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:12.623069300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:12.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:23:12.792+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:23:12.793+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:12.792468200] +2026-01-05T20:23:12.793+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:23:14.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:14.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:14.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:14.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:14.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:14.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:14.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:14.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:14.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:14.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:14.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:14.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:14.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:14.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:14.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:14.091669500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:14.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:14.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:14.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:14.092668600] +2026-01-05T20:23:14.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:14.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:14.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:14.092668600] +2026-01-05T20:23:14.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:14.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:14.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:14.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:14.092668600] +2026-01-05T20:23:15.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:15.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:15.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:15.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:15.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:15.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:15.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:15.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:15.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:15.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:15.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:15.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:15.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:15.631559600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:16.766+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:18.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:18.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:18.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:18.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:18.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:18.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:18.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:18.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:18.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:18.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:18.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:18.637448200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:19.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:19.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:19.100+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:19.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:19.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:19.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:19.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:19.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:19.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:19.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:19.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:19.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:19.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:19.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:19.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:19.101913200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:19.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:19.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:19.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:19.101913200] +2026-01-05T20:23:19.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:19.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:19.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:19.102426200] +2026-01-05T20:23:19.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:19.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:19.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:19.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:19.102426200] +2026-01-05T20:23:21.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:21.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:21.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:21.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:21.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:21.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:21.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:21.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:21.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:21.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:21.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:21.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:21.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:21.641948200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:21.859+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:24.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:24.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:24.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:24.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:24.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:24.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:24.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:24.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:24.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:24.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:24.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:24.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:24.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:24.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:24.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:24.105858400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:24.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:24.105+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:24.105+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:24.105858400] +2026-01-05T20:23:24.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:24.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:24.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:24.106472500] +2026-01-05T20:23:24.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:24.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:24.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:24.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:24.106472500] +2026-01-05T20:23:24.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:24.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:24.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:24.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:24.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:24.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:24.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:24.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:24.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:24.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:24.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:24.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:24.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:24.649735900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:26.959+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:27.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:27.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:27.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:27.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:27.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:27.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:27.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:27.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:27.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:27.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:27.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:27.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:27.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:27.657311+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:29.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:29.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:29.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:29.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:29.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:29.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:29.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:29.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:29.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:29.109213800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:29.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:29.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:29.109213800] +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:29.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:29.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:29.109718400] +2026-01-05T20:23:29.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:29.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:29.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:29.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:29.109718400] +2026-01-05T20:23:30.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:30.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:30.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:30.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:30.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:30.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:30.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:30.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:30.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:30.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:30.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:30.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:30.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:30.663183800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:32.067+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:33.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:33.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:33.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:33.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:33.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:33.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:33.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:33.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:33.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:33.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:33.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:33.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:33.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:33.679958100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:34.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:34.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:34.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:34.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:34.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:34.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:34.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:34.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:34.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:34.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:34.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:34.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:34.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:34.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:34.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:34.115968800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:34.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:34.115+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:34.115+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:34.115968800] +2026-01-05T20:23:34.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:34.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:34.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:34.116687100] +2026-01-05T20:23:34.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:34.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:34.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:34.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:34.116687100] +2026-01-05T20:23:36.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:36.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:36.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:36.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:36.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:36.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:36.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:36.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:36.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:36.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:36.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:36.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:36.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:36.682821100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:37.165+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:39.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:39.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:39.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:39.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:39.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:39.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:39.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:39.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:39.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:39.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:39.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:39.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:39.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:39.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:39.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:39.129289500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:39.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:39.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:39.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:39.129289500] +2026-01-05T20:23:39.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:39.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:39.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:39.130034700] +2026-01-05T20:23:39.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:39.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:39.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:39.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:39.130034700] +2026-01-05T20:23:39.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:39.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:39.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:39.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:39.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:39.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:39.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:39.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:39.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:39.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:39.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:39.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:39.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:39.688854900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:42.271+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:42.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:42.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:42.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:42.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:42.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:42.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:42.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:42.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:42.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:42.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:42.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:42.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:42.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:42.692436400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:42.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:23:42.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:23:42.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:42.799989600] +2026-01-05T20:23:42.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:23:44.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:44.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:44.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:44.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:44.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:44.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:44.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:44.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:44.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:44.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:44.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:44.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:44.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:44.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:44.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:44.133790700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:44.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:44.133+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:44.133+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:44.133790700] +2026-01-05T20:23:44.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:44.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:44.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:44.134353700] +2026-01-05T20:23:44.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:44.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:44.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:44.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:44.134353700] +2026-01-05T20:23:45.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:45.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:45.694249700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:47.361+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:48.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:48.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:48.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:48.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:48.705574100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:49.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:49.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:49.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:49.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:49.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:49.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:49.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:49.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:49.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:49.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:49.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:49.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:49.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:49.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:49.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:49.138529900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:49.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:49.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:49.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:49.138529900] +2026-01-05T20:23:49.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:49.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:49.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:49.139127300] +2026-01-05T20:23:49.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:49.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:49.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:49.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:49.139127300] +2026-01-05T20:23:51.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:51.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:51.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:51.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:51.708+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:51.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:51.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:51.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:51.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:51.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:51.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:51.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:51.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:51.709815500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:52.463+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:54.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:54.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:54.147+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:54.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:54.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:54.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:54.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:54.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:54.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:54.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:54.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:54.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:54.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:54.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:54.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:54.148697200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:54.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:54.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:54.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:54.148697200] +2026-01-05T20:23:54.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:54.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:54.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:54.149381100] +2026-01-05T20:23:54.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:54.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:54.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:54.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:54.149381100] +2026-01-05T20:23:54.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:54.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:54.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:54.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:54.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:54.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:54.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:54.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:54.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:54.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:54.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:54.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:54.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:54.726582+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:57.568+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:23:57.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:57.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:23:57.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:57.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:57.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:57.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:57.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:57.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:57.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:57.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:57.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:57.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:57.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:57.742909600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:59.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:23:59.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:23:59.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:23:59.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:23:59.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:59.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:59.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:23:59.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:23:59.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:23:59.163240100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:23:59.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:23:59.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:59.163240100] +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:59.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:23:59.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:23:59.163871100] +2026-01-05T20:23:59.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:23:59.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:23:59.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:23:59.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:23:59.163871100] +2026-01-05T20:24:00.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:00.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:00.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:00.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:00.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:00.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:00.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:00.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:00.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:00.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:00.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:00.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:00.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:00.750295300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:02.662+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:03.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:03.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:03.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:03.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:03.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:03.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:03.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:03.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:03.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:03.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:03.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:03.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:03.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:03.753980700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:04.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:04.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:04.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:04.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:04.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:04.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:04.172670300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:04.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:04.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:04.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:04.172670300] +2026-01-05T20:24:04.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:04.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:04.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:04.173325500] +2026-01-05T20:24:04.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:04.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:04.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:04.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:04.173325500] +2026-01-05T20:24:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:06.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:06.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:06.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:06.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:06.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:06.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:06.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:06.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:06.757099800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:07.763+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:09.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:09.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:09.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:09.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:09.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:09.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:09.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:09.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:09.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:09.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:09.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:09.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:09.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:09.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:09.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:09.178689800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:09.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:09.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:09.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:09.178689800] +2026-01-05T20:24:09.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:09.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:09.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:09.179417800] +2026-01-05T20:24:09.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:09.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:09.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:09.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:09.179417800] +2026-01-05T20:24:09.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:09.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:09.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:09.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:09.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:09.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:09.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:09.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:09.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:09.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:09.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:09.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:09.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:09.760080500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:12.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:12.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:12.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:12.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:12.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:12.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:12.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:12.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:12.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:12.772209600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:12.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:24:12.817+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:24:12.817+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:12.817129700] +2026-01-05T20:24:12.817+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:24:12.863+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:14.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:14.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:14.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:14.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:14.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:14.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:14.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:14.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:14.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:14.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:14.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:14.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:14.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:14.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:14.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:14.189325500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:14.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:14.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:14.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:14.189325500] +2026-01-05T20:24:14.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:14.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:14.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:14.189325500] +2026-01-05T20:24:14.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:14.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:14.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:14.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:14.189325500] +2026-01-05T20:24:15.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:15.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:15.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:15.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:15.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:15.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:15.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:15.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:15.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:15.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:15.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:15.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:15.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:15.777950900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:17.964+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:18.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:18.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:18.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:18.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:18.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:18.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:18.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:18.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:18.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:18.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:18.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:18.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:18.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:18.787641100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:19.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:19.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:19.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:19.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:19.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:19.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:19.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:19.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:19.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:19.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:19.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:19.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:19.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:19.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:19.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:19.193547200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:19.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:19.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:19.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:19.193547200] +2026-01-05T20:24:19.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:19.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:19.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:19.194234300] +2026-01-05T20:24:19.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:19.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:19.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:19.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:19.194234300] +2026-01-05T20:24:21.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:21.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:21.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:21.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:21.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:21.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:21.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:21.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:21.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:21.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:21.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:21.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:21.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:21.793803900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:23.067+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:24.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:24.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:24.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:24.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:24.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:24.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:24.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:24.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:24.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:24.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:24.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:24.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:24.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:24.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:24.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:24.206683300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:24.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:24.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:24.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:24.211682] +2026-01-05T20:24:24.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:24.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:24.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:24.213682300] +2026-01-05T20:24:24.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:24.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:24.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:24.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:24.213682300] +2026-01-05T20:24:24.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:24.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:24.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:24.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:24.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:24.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:24.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:24.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:24.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:24.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:24.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:24.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:24.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:24.802232400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:27.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:27.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:27.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:27.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:27.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:27.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:27.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:27.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:27.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:27.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:27.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:27.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:27.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:27.818734300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:28.165+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:29.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:29.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:29.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:29.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:29.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:29.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:29.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:29.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:29.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:29.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:29.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:29.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:29.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:29.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:29.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:29.216334300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:29.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:29.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:29.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:29.217339600] +2026-01-05T20:24:29.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:29.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:29.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:29.217339600] +2026-01-05T20:24:29.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:29.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:29.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:29.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:29.217339600] +2026-01-05T20:24:30.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:30.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:30.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:30.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:30.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:30.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:30.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:30.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:30.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:30.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:30.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:30.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:30.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:30.833792800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:33.265+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:33.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:33.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:33.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:33.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:33.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:33.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:33.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:33.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:33.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:33.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:33.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:33.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:33.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:33.845594500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:34.219+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:34.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:34.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:34.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:34.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:34.220836100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:34.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:34.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:34.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:34.220836100] +2026-01-05T20:24:34.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:34.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:34.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:34.221512900] +2026-01-05T20:24:34.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:34.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:34.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:34.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:34.221512900] +2026-01-05T20:24:36.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:36.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:36.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:36.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:36.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:36.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:36.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:36.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:36.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:36.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:36.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:36.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:36.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:36.853096800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:38.368+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:39.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:39.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:39.226+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:39.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:39.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:39.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:39.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:39.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:39.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:39.228369600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:39.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:39.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:39.228369600] +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:39.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:39.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:39.228875800] +2026-01-05T20:24:39.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:39.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:39.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:39.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:39.228875800] +2026-01-05T20:24:39.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:39.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:39.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:39.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:39.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:39.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:39.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:39.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:39.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:39.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:39.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:39.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:39.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:39.861150500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:42.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:24:42.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:24:42.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:42.829750200] +2026-01-05T20:24:42.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:24:42.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:42.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:42.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:42.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:42.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:42.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:42.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:42.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:42.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:42.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:42.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:42.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:42.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:42.878096200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:43.467+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:44.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:44.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:44.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:44.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:44.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:44.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:44.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:44.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:44.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:44.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:44.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:44.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:44.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:44.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:44.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:44.234187100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:44.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:44.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:44.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:44.235185700] +2026-01-05T20:24:44.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:44.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:44.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:44.235185700] +2026-01-05T20:24:44.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:44.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:44.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:44.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:44.235185700] +2026-01-05T20:24:45.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:45.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:45.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:45.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:45.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:45.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:45.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:45.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:45.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:45.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:45.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:45.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:45.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:45.886755800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:48.571+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:48.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:48.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:48.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:48.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:48.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:48.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:48.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:48.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:48.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:48.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:48.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:48.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:48.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:48.900896800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:49.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:49.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:49.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:49.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:49.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:49.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:49.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:49.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:49.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:49.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:49.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:49.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:49.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:49.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:49.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:49.242499500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:49.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:49.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:49.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:49.242499500] +2026-01-05T20:24:49.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:49.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:49.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:49.243174200] +2026-01-05T20:24:49.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:49.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:49.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:49.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:49.243174200] +2026-01-05T20:24:51.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:51.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:51.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:51.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:51.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:51.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:51.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:51.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:51.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:51.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:51.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:51.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:51.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:51.917478400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:53.672+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:54.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:54.250+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:54.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:54.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:54.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:54.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:54.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:54.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:54.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:54.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:54.251883400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:54.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:54.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:54.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:54.251883400] +2026-01-05T20:24:54.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:54.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:54.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:54.252534600] +2026-01-05T20:24:54.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:54.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:54.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:54.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:54.252534600] +2026-01-05T20:24:54.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:54.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:54.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:54.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:54.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:54.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:54.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:54.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:54.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:54.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:54.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:54.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:54.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:54.933933800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:57.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:57.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:24:57.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:57.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:57.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:57.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:57.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:57.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:57.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:57.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:57.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:57.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:57.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:57.938833200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:58.768+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:24:59.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:24:59.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:24:59.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:24:59.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:24:59.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:59.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:59.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:24:59.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:24:59.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:24:59.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:24:59.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:24:59.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:24:59.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:24:59.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:24:59.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:24:59.267873+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:24:59.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:24:59.267+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:24:59.267+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:59.267873] +2026-01-05T20:24:59.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:59.268+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:24:59.268+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:24:59.268870900] +2026-01-05T20:24:59.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:24:59.268+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:24:59.268+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:24:59.268+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:24:59.268870900] +2026-01-05T20:25:00.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:00.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:00.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:00.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:00.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:00.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:00.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:00.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:00.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:00.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:00.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:00.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:00.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:00.951423800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:03.873+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:03.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:03.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:03.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:03.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:03.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:03.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:03.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:03.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:03.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:03.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:03.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:03.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:03.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:03.969082400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:04.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:04.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:04.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:04.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:04.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:04.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:04.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:04.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:04.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:04.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:04.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:04.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:04.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:04.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:04.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:04.281839+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:04.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:04.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:04.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:04.281839] +2026-01-05T20:25:04.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:04.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:04.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:04.282624900] +2026-01-05T20:25:04.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:04.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:04.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:04.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:04.282624900] +2026-01-05T20:25:06.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:06.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:06.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:06.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:06.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:06.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:06.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:06.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:06.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:06.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:06.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:06.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:06.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:06.982474+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:08.970+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:09.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:09.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:09.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:09.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:09.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:09.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:09.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:09.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:09.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:09.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:09.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:09.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:09.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:09.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:09.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:09.291081200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:09.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:09.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:09.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:09.291081200] +2026-01-05T20:25:09.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:09.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:09.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:09.291780400] +2026-01-05T20:25:09.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:09.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:09.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:09.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:09.291780400] +2026-01-05T20:25:09.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:09.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:09.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:09.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:09.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:09.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:09.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:09.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:09.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:09.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:09.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:09.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:09.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:09.991475100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:12.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:25:12.836+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:25:12.836+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:12.836169100] +2026-01-05T20:25:12.836+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:25:13.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:13.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:13.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:13.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:13.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:13.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:13.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:13.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:13.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:13.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:13.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:13.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:13.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:13.008592300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:14.069+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:14.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:14.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:14.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:14.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:14.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:14.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:14.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:14.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:14.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:14.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:14.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:14.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:14.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:14.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:14.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:14.306441800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:14.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:14.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:14.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:14.306441800] +2026-01-05T20:25:14.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:14.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:14.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:14.307441700] +2026-01-05T20:25:14.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:14.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:14.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:14.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:14.307441700] +2026-01-05T20:25:16.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:16.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:16.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:16.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:16.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:16.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:16.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:16.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:16.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:16.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:16.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:16.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:16.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:16.024318+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:19.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:19.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:19.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:19.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:19.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:19.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:19.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:19.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:19.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:19.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:19.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:19.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:19.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:19.034600600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:19.172+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:19.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:19.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:19.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:19.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:19.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:19.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:19.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:19.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:19.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:19.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:19.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:19.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:19.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:19.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:19.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:19.314580500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:19.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:19.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:19.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:19.314580500] +2026-01-05T20:25:19.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:19.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:19.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:19.315330600] +2026-01-05T20:25:19.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:19.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:19.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:19.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:19.315330600] +2026-01-05T20:25:22.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:22.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:22.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:22.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:22.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:22.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:22.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:22.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:22.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:22.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:22.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:22.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:22.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:22.037347300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:24.271+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:24.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:24.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:24.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:24.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:24.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:24.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:24.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:24.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:24.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:24.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:24.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:24.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:24.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:24.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:24.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:24.331903600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:24.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:24.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:24.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:24.331903600] +2026-01-05T20:25:24.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:24.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:24.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:24.331903600] +2026-01-05T20:25:24.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:24.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:24.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:24.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:24.331903600] +2026-01-05T20:25:25.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:25.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:25.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:25.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:25.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:25.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:25.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:25.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:25.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:25.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:25.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:25.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:25.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:25.046656100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:28.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:28.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:28.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:28.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:28.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:28.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:28.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:28.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:28.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:28.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:28.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:28.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:28.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:28.055579400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:29.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:29.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:29.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:29.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:29.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:29.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:29.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:29.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:29.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:29.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:29.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:29.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:29.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:29.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:29.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:29.347637200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:29.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:29.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:29.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:29.347637200] +2026-01-05T20:25:29.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:29.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:29.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:29.348637900] +2026-01-05T20:25:29.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:29.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:29.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:29.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:29.348637900] +2026-01-05T20:25:29.376+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:31.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:31.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:31.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:31.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:31.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:31.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:31.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:31.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:31.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:31.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:31.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:31.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:31.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:31.071216300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:34.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:34.072275400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:34.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:34.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:34.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:34.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:34.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:34.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:34.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:34.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:34.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:34.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:34.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:34.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:34.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:34.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:34.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:34.353873600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:34.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:34.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:34.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:34.353873600] +2026-01-05T20:25:34.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:34.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:34.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:34.354855300] +2026-01-05T20:25:34.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:34.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:34.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:34.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:34.354855300] +2026-01-05T20:25:34.476+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:37.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:37.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:37.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:37.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:37.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:37.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:37.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:37.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:37.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:37.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:37.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:37.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:37.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:37.082578200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:39.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:39.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:39.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:39.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:39.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:39.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:39.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:39.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:39.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:39.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:39.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:39.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:39.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:39.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:39.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:39.369968100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:39.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:39.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:39.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:39.369968100] +2026-01-05T20:25:39.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:39.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:39.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:39.370611500] +2026-01-05T20:25:39.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:39.371+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:39.371+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:39.371+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:39.370611500] +2026-01-05T20:25:39.572+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:40.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:40.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:40.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:40.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:40.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:40.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:40.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:40.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:40.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:40.095200200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:42.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:25:42.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:25:42.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:42.847405800] +2026-01-05T20:25:42.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:25:43.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:43.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:43.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:43.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:43.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:43.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:43.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:43.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:43.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:43.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:43.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:43.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:43.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:43.098383300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:44.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:44.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:44.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:44.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:44.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:44.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:44.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:44.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:44.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:44.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:44.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:44.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:44.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:44.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:44.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:44.383203100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:44.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:44.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:44.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:44.383203100] +2026-01-05T20:25:44.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:44.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:44.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:44.383203100] +2026-01-05T20:25:44.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:44.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:44.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:44.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:44.383203100] +2026-01-05T20:25:44.677+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:46.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:46.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:46.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:46.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:46.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:46.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:46.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:46.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:46.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:46.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:46.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:46.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:46.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:46.103621200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:49.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:49.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:49.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:49.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:49.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:49.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:49.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:49.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:49.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:49.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:49.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:49.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:49.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:49.121614500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:49.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:49.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:49.387+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:49.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:49.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:49.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:49.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:49.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:49.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:49.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:49.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:49.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:49.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:49.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:49.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:49.388608600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:49.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:49.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:49.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:49.388608600] +2026-01-05T20:25:49.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:49.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:49.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:49.389288300] +2026-01-05T20:25:49.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:49.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:49.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:49.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:49.389288300] +2026-01-05T20:25:49.774+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:52.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:52.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:52.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:52.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:52.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:52.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:52.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:52.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:52.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:52.137072600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:54.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:54.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:54.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:54.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:54.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:54.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:54.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:54.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:54.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:54.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:54.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:54.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:54.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:54.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:54.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:54.396287700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:54.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:54.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:54.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:54.396287700] +2026-01-05T20:25:54.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:54.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:54.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:54.397287400] +2026-01-05T20:25:54.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:54.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:54.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:54.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:54.397287400] +2026-01-05T20:25:54.879+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:25:55.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:55.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:55.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:55.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:55.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:55.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:55.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:55.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:55.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:55.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:55.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:55.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:55.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:55.147770100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:58.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:58.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:25:58.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:58.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:58.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:58.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:58.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:58.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:58.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:58.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:58.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:58.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:58.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:58.157776600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:59.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:25:59.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:25:59.403+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:25:59.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:25:59.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:59.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:59.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:25:59.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:25:59.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:25:59.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:25:59.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:25:59.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:25:59.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:25:59.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:25:59.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:25:59.405901400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:25:59.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:25:59.405+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:25:59.405+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:59.405901400] +2026-01-05T20:25:59.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:59.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:25:59.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:25:59.405901400] +2026-01-05T20:25:59.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:25:59.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:25:59.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:25:59.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:25:59.405901400] +2026-01-05T20:25:59.978+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:01.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:01.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:01.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:01.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:01.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:01.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:01.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:01.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:01.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:01.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:01.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:01.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:01.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:01.163745800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:04.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:04.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:04.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:04.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:04.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:04.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:04.173098200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:04.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:04.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:04.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:04.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:04.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:04.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:04.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:04.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:04.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:04.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:04.424500200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:04.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:04.424+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:04.424500200] +2026-01-05T20:26:04.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:04.425176800] +2026-01-05T20:26:04.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:04.425176800] +2026-01-05T20:26:05.076+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:07.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:07.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:07.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:07.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:07.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:07.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:07.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:07.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:07.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:07.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:07.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:07.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:07.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:07.179760800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:09.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:09.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:09.427+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:09.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:09.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:09.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:09.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:09.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:09.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:09.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:09.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:09.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:09.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:09.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:09.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:09.428545100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:09.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:09.428545100] +2026-01-05T20:26:09.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:09.429054800] +2026-01-05T20:26:09.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:09.429054800] +2026-01-05T20:26:10.175+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:10.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:10.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:10.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:10.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:10.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:10.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:10.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:10.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:10.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:10.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:10.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:10.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:10.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:10.191202700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:12.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:26:12.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:26:12.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:12.855970] +2026-01-05T20:26:12.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:26:13.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:13.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:13.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:13.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:13.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:13.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:13.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:13.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:13.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:13.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:13.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:13.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:13.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:13.198444800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:14.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:14.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:14.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:14.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:14.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:14.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:14.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:14.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:14.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:14.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:14.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:14.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:14.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:14.445460900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:14.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:14.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:14.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:14.445460900] +2026-01-05T20:26:14.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:14.445460900] +2026-01-05T20:26:14.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:14.445460900] +2026-01-05T20:26:15.274+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:16.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:16.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:16.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:16.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:16.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:16.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:16.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:16.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:16.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:16.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:16.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:16.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:16.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:16.212058600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:19.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:19.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:19.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:19.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:19.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:19.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:19.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:19.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:19.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:19.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:19.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:19.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:19.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:19.217689200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:19.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:19.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:19.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:19.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:19.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:19.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:19.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:19.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:19.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:19.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:19.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:19.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:19.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:19.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:19.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:19.452883200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:19.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:19.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:19.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:19.452883200] +2026-01-05T20:26:19.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:19.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:19.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:19.453616] +2026-01-05T20:26:19.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:19.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:19.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:19.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:19.453616] +2026-01-05T20:26:20.381+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:22.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:22.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:22.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:22.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:22.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:22.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:22.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:22.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:22.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:22.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:22.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:22.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:22.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:22.234425+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:24.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:24.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:24.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:24.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:24.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:24.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:24.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:24.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:24.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:24.465443300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:24.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:24.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:24.465443300] +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:24.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:24.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:24.465443300] +2026-01-05T20:26:24.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:24.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:24.466+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:24.466+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:24.465443300] +2026-01-05T20:26:25.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:25.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:25.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:25.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:25.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:25.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:25.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:25.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:25.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:25.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:25.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:25.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:25.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:25.239733+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:25.477+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:28.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:28.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:28.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:28.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:28.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:28.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:28.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:28.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:28.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:28.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:28.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:28.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:28.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:28.250922400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:29.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:29.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:29.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:29.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:29.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:29.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:29.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:29.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:29.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:29.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:29.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:29.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:29.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:29.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:29.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:29.481773600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:29.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:29.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:29.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:29.481773600] +2026-01-05T20:26:29.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:29.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:29.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:29.482298400] +2026-01-05T20:26:29.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:29.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:29.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:29.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:29.482298400] +2026-01-05T20:26:30.577+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:31.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:31.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:31.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:31.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:31.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:31.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:31.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:31.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:31.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:31.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:31.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:31.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:31.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:31.264122100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:34.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:34.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:34.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:34.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:34.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:34.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:34.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:34.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:34.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:34.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:34.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:34.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:34.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:34.267824800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:34.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:34.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:34.483+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:34.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:34.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:34.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:34.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:34.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:34.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:34.485429+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:34.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:34.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:34.485429] +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:34.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:34.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:34.485935700] +2026-01-05T20:26:34.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:34.486+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:34.486+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:34.486+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:34.485935700] +2026-01-05T20:26:35.687+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:37.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:37.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:37.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:37.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:37.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:37.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:37.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:37.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:37.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:37.280496200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:39.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:39.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:39.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:39.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:39.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:39.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:39.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:39.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:39.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:39.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:39.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:39.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:39.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:39.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:39.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:39.490711700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:39.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:39.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:39.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:39.490711700] +2026-01-05T20:26:39.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:39.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:39.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:39.491361600] +2026-01-05T20:26:39.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:39.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:39.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:39.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:39.491361600] +2026-01-05T20:26:40.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:40.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:40.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:40.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:40.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:40.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:40.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:40.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:40.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:40.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:40.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:40.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:40.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:40.285663400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:40.780+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:42.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:26:42.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:26:42.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:42.861635600] +2026-01-05T20:26:42.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:26:43.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:43.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:43.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:43.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:43.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:43.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:43.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:43.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:43.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:43.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:43.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:43.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:43.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:43.294135100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:44.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:44.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:44.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:44.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:44.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:44.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:44.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:44.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:44.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:44.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:44.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:44.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:44.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:44.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:44.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:44.499486600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:44.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:44.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:44.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:44.499486600] +2026-01-05T20:26:44.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:44.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:44.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:44.499486600] +2026-01-05T20:26:44.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:44.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:44.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:44.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:44.499486600] +2026-01-05T20:26:45.884+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:46.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:46.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:46.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:46.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:46.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:46.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:46.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:46.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:46.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:46.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:46.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:46.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:46.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:46.308119300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:49.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:49.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:49.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:49.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:49.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:49.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:49.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:49.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:49.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:49.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:49.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:49.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:49.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:49.317363800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:49.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:49.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:49.503+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:49.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:49.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:49.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:49.504807200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:49.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:49.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:49.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:49.504807200] +2026-01-05T20:26:49.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:49.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:49.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:49.505536500] +2026-01-05T20:26:49.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:49.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:49.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:49.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:49.505536500] +2026-01-05T20:26:50.979+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:52.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:52.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:52.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:52.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:52.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:52.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:52.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:52.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:52.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:52.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:52.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:52.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:52.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:52.321019600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:54.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:54.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:54.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:54.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:54.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:54.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:54.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:54.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:54.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:54.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:54.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:54.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:54.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:54.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:54.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:54.516992300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:54.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:54.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:54.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:54.517991100] +2026-01-05T20:26:54.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:54.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:54.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:54.517991100] +2026-01-05T20:26:54.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:54.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:54.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:54.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:54.517991100] +2026-01-05T20:26:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:55.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:55.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:55.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:55.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:55.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:55.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:55.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:55.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:55.329954100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:56.080+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:26:58.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:58.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:58.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:58.345714+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:59.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:26:59.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:26:59.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:26:59.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:26:59.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:59.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:59.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:26:59.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:26:59.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:26:59.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:26:59.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:26:59.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:26:59.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:26:59.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:26:59.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:26:59.534302400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:26:59.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:26:59.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:26:59.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:59.534302400] +2026-01-05T20:26:59.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:59.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:26:59.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:26:59.534825800] +2026-01-05T20:26:59.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:26:59.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:26:59.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:26:59.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:26:59.534825800] +2026-01-05T20:27:01.179+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:01.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:01.349627100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:04.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:04.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:04.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:04.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:04.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:04.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:04.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:04.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:04.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:04.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:04.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:04.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:04.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:04.356991900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:04.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:04.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:04.541+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:04.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:04.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:04.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:04.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:04.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:04.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:04.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:04.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:04.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:04.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:04.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:04.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:04.543424700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:04.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:04.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:04.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:04.543424700] +2026-01-05T20:27:04.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:04.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:04.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:04.544081600] +2026-01-05T20:27:04.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:04.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:04.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:04.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:04.544081600] +2026-01-05T20:27:06.280+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:07.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:07.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:07.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:07.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:07.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:07.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:07.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:07.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:07.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:07.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:07.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:07.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:07.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:07.368197200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:09.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:09.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:09.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:09.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:09.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:09.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:09.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:09.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:09.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:09.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:09.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:09.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:09.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:09.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:09.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:09.553378800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:09.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:09.553378800] +2026-01-05T20:27:09.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:09.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:09.554054500] +2026-01-05T20:27:09.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:09.555+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:09.555+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:09.555+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:09.554054500] +2026-01-05T20:27:10.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:10.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:10.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:10.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:10.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:10.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:10.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:10.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:10.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:10.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:10.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:10.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:10.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:10.378984800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:11.386+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:12.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:27:12.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:27:12.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:12.879335] +2026-01-05T20:27:12.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:27:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:13.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:13.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:13.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:13.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:13.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:13.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:13.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:13.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:13.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:13.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:13.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:13.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:13.394730700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:14.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:14.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:14.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:14.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:14.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:14.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:14.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:14.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:14.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:14.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:14.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:14.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:14.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:14.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:14.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:14.565524500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:14.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:14.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:14.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:14.565524500] +2026-01-05T20:27:14.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:14.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:14.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:14.565524500] +2026-01-05T20:27:14.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:14.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:14.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:14.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:14.565524500] +2026-01-05T20:27:16.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:16.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:16.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:16.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:16.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:16.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:16.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:16.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:16.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:16.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:16.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:16.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:16.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:16.402563800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:16.483+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:19.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:19.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:19.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:19.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:19.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:19.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:19.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:19.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:19.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:19.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:19.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:19.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:19.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:19.413622+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:19.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:19.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:19.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:19.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:19.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:19.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:19.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:19.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:19.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:19.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:19.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:19.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:19.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:19.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:19.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:19.569163300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:19.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:19.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:19.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:19.569163300] +2026-01-05T20:27:19.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:19.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:19.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:19.569876200] +2026-01-05T20:27:19.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:19.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:19.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:19.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:19.569876200] +2026-01-05T20:27:21.587+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:22.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:22.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:22.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:22.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:22.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:22.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:22.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:22.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:22.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:22.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:22.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:22.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:22.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:22.430578700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:24.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:24.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:24.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:24.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:24.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:24.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:24.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:24.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:24.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:24.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:24.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:24.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:24.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:24.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:24.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:24.579355900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:24.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:24.579+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:24.579+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:24.579355900] +2026-01-05T20:27:24.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:24.580+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:24.580+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:24.579355900] +2026-01-05T20:27:24.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:24.580+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:24.580+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:24.580+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:24.579355900] +2026-01-05T20:27:25.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:25.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:25.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:25.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:25.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:25.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:25.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:25.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:25.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:25.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:25.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:25.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:25.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:25.448344+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:26.683+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:28.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:28.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:28.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:28.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:28.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:28.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:28.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:28.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:28.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:28.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:28.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:28.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:28.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:28.463106300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:29.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:29.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:29.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:29.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:29.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:29.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:29.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:29.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:29.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:29.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:29.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:29.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:29.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:29.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:29.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:29.597267+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:29.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:29.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:29.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:29.597267] +2026-01-05T20:27:29.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:29.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:29.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:29.597267] +2026-01-05T20:27:29.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:29.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:29.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:29.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:29.597267] +2026-01-05T20:27:31.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:31.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:31.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:31.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:31.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:31.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:31.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:31.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:31.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:31.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:31.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:31.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:31.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:31.467240700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:31.792+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:34.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:34.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:34.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:34.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:34.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:34.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:34.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:34.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:34.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:34.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:34.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:34.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:34.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:34.477353700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:34.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:34.600496900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:34.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:34.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:34.600496900] +2026-01-05T20:27:34.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:34.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:34.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:34.600496900] +2026-01-05T20:27:34.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:34.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:34.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:34.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:34.600496900] +2026-01-05T20:27:36.882+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:37.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:37.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:37.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:37.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:37.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:37.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:37.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:37.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:37.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:37.490958+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:39.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:39.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:39.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:39.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:39.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:39.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:39.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:39.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:39.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:39.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:39.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:39.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:39.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:39.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:39.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:39.619760100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:39.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:39.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:39.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:39.619760100] +2026-01-05T20:27:39.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:39.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:39.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:39.619760100] +2026-01-05T20:27:39.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:39.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:39.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:39.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:39.619760100] +2026-01-05T20:27:40.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:40.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:40.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:40.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:40.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:40.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:40.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:40.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:40.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:40.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:40.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:40.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:40.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:40.505425200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:41.983+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:42.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:27:42.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:27:42.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:42.895566500] +2026-01-05T20:27:42.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:27:43.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:43.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:43.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:43.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:43.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:43.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:43.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:43.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:43.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:43.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:43.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:43.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:43.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:43.516773400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:44.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:44.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:44.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:44.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:44.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:44.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:44.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:44.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:44.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:44.632816+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:44.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:44.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:44.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:44.632816] +2026-01-05T20:27:44.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:44.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:44.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:44.633442200] +2026-01-05T20:27:44.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:44.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:44.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:44.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:44.633442200] +2026-01-05T20:27:46.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:46.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:46.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:46.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:46.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:46.532896700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:47.084+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:49.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:49.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:49.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:49.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:49.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:49.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:49.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:49.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:49.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:49.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:49.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:49.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:49.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:49.542081600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:49.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:49.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:49.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:49.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:49.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:49.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:49.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:49.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:49.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:49.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:49.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:49.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:49.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:49.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:49.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:49.636737200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:49.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:49.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:49.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:49.637258] +2026-01-05T20:27:49.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:49.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:49.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:49.637258] +2026-01-05T20:27:49.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:49.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:49.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:49.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:49.637258] +2026-01-05T20:27:52.183+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:52.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:52.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:52.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:52.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:52.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:52.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:52.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:52.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:52.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:52.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:52.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:52.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:52.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:52.556120+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:54.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:54.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:54.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:54.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:54.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:54.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:54.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:54.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:54.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:54.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:54.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:54.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:54.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:54.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:54.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:54.644637100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:54.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:54.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:54.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:54.644637100] +2026-01-05T20:27:54.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:54.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:54.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:54.644637100] +2026-01-05T20:27:54.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:54.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:54.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:54.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:54.644637100] +2026-01-05T20:27:55.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:55.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:55.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:55.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:55.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:55.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:55.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:55.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:55.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:55.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:55.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:55.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:55.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:55.565998800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:57.289+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:27:58.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:58.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:27:58.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:58.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:58.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:58.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:58.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:58.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:58.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:58.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:58.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:58.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:58.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:58.584074400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:59.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:27:59.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:27:59.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:27:59.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:27:59.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:59.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:59.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:27:59.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:27:59.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:27:59.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:27:59.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:27:59.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:27:59.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:27:59.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:27:59.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:27:59.657946200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:27:59.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:27:59.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:27:59.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:59.657946200] +2026-01-05T20:27:59.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:59.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:27:59.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:27:59.657946200] +2026-01-05T20:27:59.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:27:59.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:27:59.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:27:59.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:27:59.657946200] +2026-01-05T20:28:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:01.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:01.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:01.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:01.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:01.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:01.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:01.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:01.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:01.589961600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:02.384+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:04.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:04.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:04.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:04.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:04.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:04.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:04.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:04.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:04.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:04.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:04.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:04.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:04.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:04.596232300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:04.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:04.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:04.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:04.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:04.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:04.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:04.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:04.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:04.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:04.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:04.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:04.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:04.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:04.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:04.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:04.673850+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:04.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:04.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:04.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:04.673850] +2026-01-05T20:28:04.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:04.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:04.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:04.674421300] +2026-01-05T20:28:04.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:04.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:04.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:04.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:04.674421300] +2026-01-05T20:28:07.492+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:07.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:07.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:07.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:07.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:07.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:07.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:07.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:07.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:07.602505300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:09.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:09.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:09.677740300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:09.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:09.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:09.677740300] +2026-01-05T20:28:09.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:09.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:09.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:09.679327100] +2026-01-05T20:28:09.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:09.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:09.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:09.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:09.679327100] +2026-01-05T20:28:10.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:10.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:10.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:10.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:10.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:10.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:10.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:10.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:10.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:10.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:10.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:10.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:10.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:10.608507700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:12.587+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:12.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:28:12.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:28:12.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:12.906834200] +2026-01-05T20:28:12.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:28:13.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:13.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:13.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:13.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:13.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:13.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:13.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:13.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:13.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:13.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:13.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:13.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:13.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:13.613198100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:14.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:14.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:14.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:14.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:14.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:14.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:14.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:14.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:14.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:14.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:14.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:14.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:14.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:14.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:14.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:14.685791800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:14.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:14.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:14.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:14.685791800] +2026-01-05T20:28:14.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:14.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:14.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:14.686446400] +2026-01-05T20:28:14.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:14.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:14.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:14.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:14.686446400] +2026-01-05T20:28:16.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:16.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:16.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:16.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:16.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:16.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:16.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:16.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:16.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:16.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:16.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:16.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:16.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:16.618249100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:17.691+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:19.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:19.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:19.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:19.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:19.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:19.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:19.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:19.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:19.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:19.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:19.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:19.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:19.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:19.631249300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:19.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:19.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:19.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:19.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:19.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:19.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:19.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:19.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:19.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:19.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:19.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:19.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:19.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:19.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:19.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:19.694146200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:19.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:19.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:19.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:19.694146200] +2026-01-05T20:28:19.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:19.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:19.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:19.694779800] +2026-01-05T20:28:19.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:19.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:19.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:19.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:19.694779800] +2026-01-05T20:28:22.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:22.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:22.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:22.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:22.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:22.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:22.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:22.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:22.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:22.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:22.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:22.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:22.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:22.639270700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:22.791+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:24.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:24.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:24.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:24.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:24.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:24.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:24.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:24.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:24.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:24.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:24.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:24.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:24.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:24.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:24.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:24.698821700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:24.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:24.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:24.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:24.698821700] +2026-01-05T20:28:24.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:24.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:24.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:24.699821500] +2026-01-05T20:28:24.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:24.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:24.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:24.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:24.699821500] +2026-01-05T20:28:25.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:25.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:25.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:25.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:25.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:25.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:25.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:25.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:25.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:25.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:25.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:25.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:25.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:25.656085700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:27.890+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:28.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:28.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:28.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:28.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:28.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:28.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:28.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:28.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:28.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:28.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:28.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:28.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:28.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:28.671632200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:29.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:29.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:29.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:29.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:29.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:29.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:29.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:29.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:29.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:29.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:29.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:29.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:29.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:29.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:29.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:29.711060300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:29.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:29.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:29.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:29.711060300] +2026-01-05T20:28:29.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:29.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:29.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:29.711658700] +2026-01-05T20:28:29.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:29.712+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:29.712+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:29.712+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:29.711658700] +2026-01-05T20:28:31.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:31.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:31.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:31.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:31.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:31.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:31.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:31.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:31.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:31.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:31.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:31.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:31.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:31.687955700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:32.994+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:34.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:34.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:34.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:34.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:34.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:34.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:34.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:34.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:34.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:34.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:34.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:34.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:34.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:34.693651+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:34.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:34.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:34.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:34.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:34.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:34.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:34.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:34.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:34.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:34.725271900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:34.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:34.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:34.725271900] +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:34.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:34.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:34.725916] +2026-01-05T20:28:34.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:34.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:34.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:34.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:34.725916] +2026-01-05T20:28:37.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:37.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:37.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:37.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:37.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:37.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:37.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:37.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:37.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:37.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:37.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:37.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:37.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:37.706982600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:38.093+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:39.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:39.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:39.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:39.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:39.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:39.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:39.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:39.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:39.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:39.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:39.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:39.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:39.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:39.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:39.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:39.743308100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:39.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:39.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:39.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:39.743308100] +2026-01-05T20:28:39.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:39.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:39.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:39.743308100] +2026-01-05T20:28:39.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:39.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:39.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:39.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:39.743308100] +2026-01-05T20:28:40.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:40.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:40.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:40.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:40.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:40.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:40.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:40.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:40.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:40.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:40.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:40.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:40.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:40.724883900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:42.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:28:42.919+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:28:42.919+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:42.918552600] +2026-01-05T20:28:42.919+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:28:43.189+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:43.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:43.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:43.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:43.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:43.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:43.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:43.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:43.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:43.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:43.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:43.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:43.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:43.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:43.731768700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:44.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:44.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:44.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:44.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:44.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:44.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:44.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:44.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:44.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:44.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:44.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:44.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:44.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:44.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:44.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:44.756693100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:44.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:44.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:44.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:44.756693100] +2026-01-05T20:28:44.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:44.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:44.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:44.757360500] +2026-01-05T20:28:44.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:44.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:44.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:44.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:44.757360500] +2026-01-05T20:28:46.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:46.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:46.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:46.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:46.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:46.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:46.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:46.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:46.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:46.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:46.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:46.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:46.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:46.748250100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:48.292+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:49.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:49.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:49.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:49.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:49.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:49.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:49.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:49.766297800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:49.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:49.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:49.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:49.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:49.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:49.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:49.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:49.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:49.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:49.767299500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:28:49.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:49.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:49.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:49.767299500] +2026-01-05T20:28:49.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:49.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:49.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:49.768298] +2026-01-05T20:28:49.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:49.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:49.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:49.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:49.768298] +2026-01-05T20:28:52.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:52.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:52.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:52.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:52.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:52.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:52.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:52.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:52.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:52.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:52.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:52.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:52.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:52.776720600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:53.391+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:54.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:54.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:54.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:54.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:54.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:54.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:54.774810200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:54.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:54.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:54.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:54.774810200] +2026-01-05T20:28:54.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:54.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:54.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:54.775500300] +2026-01-05T20:28:54.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:54.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:54.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:54.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:54.775500300] +2026-01-05T20:28:55.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:55.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:55.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:55.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:55.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:55.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:55.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:55.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:55.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:55.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:55.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:55.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:55.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:55.790126700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:58.496+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:28:58.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:58.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:28:58.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:58.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:58.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:58.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:58.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:58.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:58.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:58.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:58.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:58.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:58.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:58.794611100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:28:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:28:59.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:28:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:28:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:28:59.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:28:59.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:28:59.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:28:59.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:28:59.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:28:59.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:28:59.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:28:59.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:28:59.788766300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:28:59.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:28:59.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:28:59.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:59.788766300] +2026-01-05T20:28:59.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:59.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:28:59.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:28:59.788766300] +2026-01-05T20:28:59.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:28:59.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:28:59.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:28:59.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:28:59.788766300] +2026-01-05T20:29:01.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:01.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:01.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:01.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:01.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:01.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:01.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:01.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:01.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:01.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:01.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:01.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:01.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:01.797206500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:03.600+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:04.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:04.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:04.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:04.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:04.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:04.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:04.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:04.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:04.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:04.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:04.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:04.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:04.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:04.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:04.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:04.804534600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:04.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:04.805+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:04.805+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:04.804534600] +2026-01-05T20:29:04.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:04.805+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:04.805+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:04.805037800] +2026-01-05T20:29:04.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:04.805+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:04.805+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:04.805+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:04.805037800] +2026-01-05T20:29:04.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:04.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:04.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:04.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:04.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:04.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:04.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:04.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:04.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:04.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:04.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:04.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:04.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:04.807043800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:29:07.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:07.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:07.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:07.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:07.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:07.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:07.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:07.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:07.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:07.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:07.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:07.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:07.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:07.809950600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:08.694+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:09.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:09.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:09.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:09.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:09.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:09.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:09.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:09.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:09.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:09.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:09.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:09.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:09.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:09.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:09.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:09.821216300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:09.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:09.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:09.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:09.821216300] +2026-01-05T20:29:09.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:09.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:09.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:09.822220400] +2026-01-05T20:29:09.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:09.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:09.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:09.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:09.822220400] +2026-01-05T20:29:10.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:10.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:10.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:10.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:10.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:10.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:10.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:10.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:10.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:10.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:10.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:10.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:10.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:10.814237500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:12.439+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T20:29:12.439+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-3] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:12.440+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:29:12.442+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:12.442+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:12.442+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:12.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:12.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:12.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:29:12.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:12.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:12.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:12.444+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:12.444+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:12.444824600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:29:12.444+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 36, queueId: 1, result: false +2026-01-05T20:29:12.444+09:00 WARN 19232 --- [b2st] [nio-8080-exec-3] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 36 +2026-01-05T20:29:12.446+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-3] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T20:29:12.463+09:00 WARN 19232 --- [b2st] [nio-8080-exec-3] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T20:29:12.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:29:12.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:29:12.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:12.930370300] +2026-01-05T20:29:12.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:29:13.283+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T20:29:13.283+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:13.283+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:29:13.283+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:13.283+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:13.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:13.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:13.284+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:13.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:29:13.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:13.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:13.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:13.285+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:13.285+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:13.285622800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:13.285+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 36, queueId: 1, result: false +2026-01-05T20:29:13.285+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 36 +2026-01-05T20:29:13.286+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-5] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T20:29:13.288+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T20:29:13.797+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:13.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:13.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:13.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:13.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:13.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:13.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:13.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:13.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:13.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:13.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:13.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:13.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:13.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:13.831007800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:14.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:14.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:14.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:14.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:14.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:14.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:14.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:14.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:14.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:14.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:14.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:14.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:14.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:14.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:14.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:14.828363400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:14.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:14.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:14.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:14.828363400] +2026-01-05T20:29:14.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:14.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:14.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:14.828877300] +2026-01-05T20:29:14.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:14.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:14.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:14.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:14.828877300] +2026-01-05T20:29:16.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:16.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:16.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:16.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:16.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:16.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:16.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:16.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:16.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:16.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:16.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:16.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:16.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:16.835297800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:18.892+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:19.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:19.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:19.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:19.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:19.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:19.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:19.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:19.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:19.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:19.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:19.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:19.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:19.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:19.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:19.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:19.832189100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:19.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:19.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:19.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:19.832189100] +2026-01-05T20:29:19.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:19.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:19.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:19.832905800] +2026-01-05T20:29:19.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:19.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:19.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:19.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:19.832905800] +2026-01-05T20:29:19.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:19.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:19.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:19.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:19.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:19.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:19.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:19.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:19.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:19.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:19.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:19.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:19.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:19.846704400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:29:22.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:22.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:22.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:22.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:22.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:22.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:22.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:22.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:22.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:22.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:22.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:22.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:22.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:22.864473100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:23.992+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:24.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:24.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:24.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:24.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:24.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:24.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:24.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:24.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:24.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:24.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:24.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:24.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:24.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:24.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:24.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:24.844619300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:24.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:24.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:24.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:24.845132200] +2026-01-05T20:29:24.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:24.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:24.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:24.845132200] +2026-01-05T20:29:24.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:24.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:24.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:24.845+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:24.845132200] +2026-01-05T20:29:25.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:25.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:25.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:25.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:25.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:25.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:25.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:25.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:25.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:25.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:25.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:25.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:25.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:25.878521300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:28.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:28.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:28.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:28.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:28.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:28.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:28.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:28.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:28.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:28.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:28.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:28.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:28.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:28.890184300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:29.093+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:29.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:29.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:29.852+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:29.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:29.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:29.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:29.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:29.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:29.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:29.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:29.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:29.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:29.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:29.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:29.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:29.854177700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:29.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:29.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:29.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:29.854177700] +2026-01-05T20:29:29.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:29.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:29.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:29.854682200] +2026-01-05T20:29:29.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:29.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:29.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:29.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:29.854682200] +2026-01-05T20:29:31.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:31.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:31.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:31.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:31.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:31.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:31.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:31.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:31.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:31.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:31.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:31.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:31.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:31.894466200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:34.194+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:34.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:34.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:34.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:34.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:34.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:34.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:34.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:34.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:34.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:34.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:34.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:34.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:34.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:34.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:34.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:34.871604400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:34.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:34.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:34.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:34.871604400] +2026-01-05T20:29:34.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:34.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:34.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:34.872603800] +2026-01-05T20:29:34.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:34.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:34.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:34.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:34.872603800] +2026-01-05T20:29:34.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:34.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:34.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:34.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:34.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:34.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:34.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:34.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:34.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:34.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:34.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:34.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:34.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:34.901514200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:29:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:37.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:37.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:37.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:37.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:37.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:37.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:37.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:37.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:37.915258300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:39.296+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:39.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:39.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:39.885+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:39.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:39.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:39.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:39.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:39.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:39.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:39.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:39.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:39.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:39.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:39.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:39.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:39.887485300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:39.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:39.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:39.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:39.887485300] +2026-01-05T20:29:39.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:39.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:39.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:39.888126500] +2026-01-05T20:29:39.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:39.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:39.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:39.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:39.888126500] +2026-01-05T20:29:40.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:40.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:40.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:40.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:40.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:40.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:40.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:40.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:40.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:40.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:40.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:40.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:40.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:40.927818400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:42.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:29:42.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:29:42.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:42.934123500] +2026-01-05T20:29:42.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:29:43.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:43.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:43.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:43.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:43.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:43.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:43.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:43.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:43.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:43.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:43.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:43.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:43.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:43.932007500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:44.401+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:44.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:44.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:44.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:44.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:44.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:44.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:44.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:44.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:44.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:44.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:44.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:44.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:44.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:44.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:44.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:44.900536300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:44.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:44.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:44.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:44.900536300] +2026-01-05T20:29:44.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:44.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:44.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:44.901191] +2026-01-05T20:29:44.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:44.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:44.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:44.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:44.901191] +2026-01-05T20:29:46.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:46.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:46.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:46.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:46.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:46.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:46.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:46.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:46.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:46.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:46.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:46.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:46.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:46.940766300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:49.498+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:49.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:49.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:49.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:49.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:49.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:49.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:49.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:49.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:49.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:49.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:49.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:49.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:49.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:49.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:49.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:49.909946300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:49.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:49.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:49.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:49.910947200] +2026-01-05T20:29:49.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:49.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:49.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:49.910947200] +2026-01-05T20:29:49.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:49.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:49.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:49.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:49.910947200] +2026-01-05T20:29:49.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:49.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:49.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:49.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:49.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:49.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:49.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:49.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:49.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:49.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:49.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:49.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:49.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:49.956885500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:52.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:52.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:52.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:52.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:52.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:52.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:52.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:52.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:52.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:52.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:52.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:52.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:52.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:52.968574600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:54.603+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:54.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:54.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:54.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:54.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:54.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:54.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:54.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:54.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:54.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:54.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:54.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:54.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:54.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:54.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:54.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:54.919303900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:54.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:54.919+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:54.919+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:54.919303900] +2026-01-05T20:29:54.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:54.919+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:54.919+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:54.919832600] +2026-01-05T20:29:54.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:54.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:54.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:54.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:54.919832600] +2026-01-05T20:29:55.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:55.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:55.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:55.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:55.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:55.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:55.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:55.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:55.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:55.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:55.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:55.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:55.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:55.978498+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:58.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:58.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:29:58.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:58.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:58.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:58.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:58.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:58.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:58.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:58.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:58.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:58.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:58.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:58.986030700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:59.698+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:29:59.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:29:59.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:29:59.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:29:59.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:29:59.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:59.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:59.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:29:59.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:29:59.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:29:59.933093900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:29:59.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:29:59.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:59.933093900] +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:59.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:29:59.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:29:59.933760200] +2026-01-05T20:29:59.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:29:59.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:29:59.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:29:59.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:29:59.933760200] +2026-01-05T20:30:01.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:01.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:01.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:01.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:01.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:01.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:01.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:01.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:01.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:01.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:01.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:01.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:01.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:01.999585200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:04.804+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:04.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:04.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:04.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:04.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:04.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:04.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:04.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:04.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:04.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:04.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:04.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:04.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:04.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:04.945418900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:04.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:04.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:04.945418900] +2026-01-05T20:30:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:04.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:04.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:04.945418900] +2026-01-05T20:30:04.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:04.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:04.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:04.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:04.945418900] +2026-01-05T20:30:05.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:05.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:05.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:05.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:05.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:05.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:05.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:05.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:05.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:05.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:05.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:05.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:05.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:05.009102800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:08.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:08.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:08.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:08.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:08.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:08.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:08.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:08.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:08.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:08.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:08.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:08.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:08.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:08.017914900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:09.903+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:09.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:09.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:09.951+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:09.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:09.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:09.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:09.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:09.952731500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:09.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:09.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:09.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:09.952731500] +2026-01-05T20:30:09.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:09.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:09.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:09.953463800] +2026-01-05T20:30:09.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:09.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:09.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:09.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:09.953463800] +2026-01-05T20:30:11.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:11.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:11.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:11.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:11.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:11.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:11.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:11.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:11.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:11.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:11.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:11.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:11.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:11.025448300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:12.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:30:12.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:30:12.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:12.941946800] +2026-01-05T20:30:12.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:30:14.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:14.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:14.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:14.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:14.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:14.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:14.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:14.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:14.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:14.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:14.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:14.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:14.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:14.040311+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:14.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:14.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:14.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:14.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:14.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:14.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:14.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:14.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:14.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:14.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:14.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:14.962063+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:14.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:14.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:14.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:14.962063] +2026-01-05T20:30:14.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:14.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:14.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:14.962740600] +2026-01-05T20:30:14.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:14.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:14.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:14.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:14.962740600] +2026-01-05T20:30:14.997+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:17.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:17.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:17.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:17.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:17.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:17.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:17.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:17.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:17.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:17.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:17.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:17.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:17.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:17.055612400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:19.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:19.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:19.973+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:19.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:19.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:19.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:19.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:19.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:19.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:19.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:19.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:19.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:19.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:19.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:19.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:19.975048300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:19.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:19.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:19.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:19.975048300] +2026-01-05T20:30:19.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:19.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:19.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:19.975684900] +2026-01-05T20:30:19.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:19.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:19.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:19.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:19.975684900] +2026-01-05T20:30:20.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:20.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:20.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:20.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:20.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:20.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:20.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:20.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:20.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:20.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:20.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:20.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:20.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:20.069902700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:20.098+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:23.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:23.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:23.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:23.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:23.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:23.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:23.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:23.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:23.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:23.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:23.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:23.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:23.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:23.072932600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:24.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:24.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:24.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:24.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:24.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:24.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:24.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:24.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:24.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:24.981022900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:24.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:24.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:24.981022900] +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:24.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:24.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:24.981581500] +2026-01-05T20:30:24.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:24.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:24.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:24.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:24.981581500] +2026-01-05T20:30:25.199+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:26.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:26.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:26.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:26.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:26.087757900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:29.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:29.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:29.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:29.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:29.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:29.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:29.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:29.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:29.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:29.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:29.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:29.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:29.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:29.095852500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:29.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:29.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:29.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:29.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:29.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:29.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:29.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:29.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:29.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:30.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:30.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:30.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:30.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:30.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:30.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:30.000468800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:30.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:30.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:30.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:30.000468800] +2026-01-05T20:30:30.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:30.001+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:30.001+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:30.001205400] +2026-01-05T20:30:30.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:30.001+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:30.001+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:30.001+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:30.001205400] +2026-01-05T20:30:30.298+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:32.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:32.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:32.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:32.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:32.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:32.101718200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:35.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:35.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:35.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:35.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:35.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:35.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:35.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:35.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:35.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:35.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:35.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:35.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:35.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:35.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:35.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:35.015488+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:35.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:35.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:35.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:35.015488] +2026-01-05T20:30:35.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:35.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:35.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:35.016124600] +2026-01-05T20:30:35.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:35.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:35.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:35.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:35.016124600] +2026-01-05T20:30:35.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:35.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:35.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:35.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:35.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:35.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:35.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:35.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:35.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:35.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:35.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:35.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:35.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:35.110534200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:35.404+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:38.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:38.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:38.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:38.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:38.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:38.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:38.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:38.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:38.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:38.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:38.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:38.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:38.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:38.118013+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:40.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:40.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:40.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:40.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:40.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:40.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:40.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:40.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:40.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:40.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:40.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:40.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:40.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:40.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:40.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:40.033391400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:40.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:40.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:40.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:40.033391400] +2026-01-05T20:30:40.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:40.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:40.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:40.034018800] +2026-01-05T20:30:40.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:40.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:40.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:40.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:40.034018800] +2026-01-05T20:30:40.500+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:41.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:41.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:41.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:41.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:41.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:41.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:41.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:41.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:41.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:41.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:41.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:41.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:41.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:41.132913600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:42.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:30:42.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:30:42.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:42.953893100] +2026-01-05T20:30:42.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:30:44.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:44.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:44.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:44.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:44.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:44.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:44.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:44.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:44.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:44.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:44.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:44.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:44.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:44.137141300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:45.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:45.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:45.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:45.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:45.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:45.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:45.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:45.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:45.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:45.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:45.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:45.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:45.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:45.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:45.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:45.036836300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:45.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:45.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:45.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:45.036836300] +2026-01-05T20:30:45.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:45.037+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:45.037+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:45.037536] +2026-01-05T20:30:45.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:45.037+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:45.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:45.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:45.037536] +2026-01-05T20:30:45.601+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:47.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:47.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:47.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:47.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:47.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:47.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:47.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:47.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:47.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:47.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:47.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:47.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:47.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:47.140785900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:50.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:50.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:50.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:50.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:50.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:50.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:50.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:50.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:50.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:50.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:50.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:50.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:50.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:50.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:50.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:50.049775200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:50.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:50.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:50.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:50.049775200] +2026-01-05T20:30:50.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:50.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:50.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:50.050279600] +2026-01-05T20:30:50.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:50.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:50.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:50.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:50.050279600] +2026-01-05T20:30:50.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:50.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:50.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:50.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:50.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:50.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:50.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:50.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:50.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:50.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:50.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:50.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:50.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:50.158914900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:50.701+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:53.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:53.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:53.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:53.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:53.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:53.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:53.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:53.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:53.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:53.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:53.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:53.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:53.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:53.168915300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:55.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:55.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:30:55.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:30:55.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:30:55.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:55.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:55.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:55.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:55.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:55.057124800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:30:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:30:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:55.057124800] +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:30:55.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:30:55.057808] +2026-01-05T20:30:55.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:30:55.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:30:55.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:30:55.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:30:55.057808] +2026-01-05T20:30:55.802+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:30:56.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:56.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:56.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:56.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:56.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:56.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:56.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:56.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:56.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:56.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:56.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:56.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:56.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:56.177165300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:30:59.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:30:59.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:30:59.194202200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:00.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:00.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:00.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:00.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:00.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:00.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:00.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:00.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:00.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:00.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:00.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:00.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:00.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:00.074245+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:00.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:00.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:00.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:00.074245] +2026-01-05T20:31:00.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:00.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:00.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:00.074950800] +2026-01-05T20:31:00.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:00.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:00.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:00.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:00.074950800] +2026-01-05T20:31:00.903+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:02.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:02.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:02.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:02.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:02.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:02.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:02.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:02.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:02.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:02.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:02.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:02.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:02.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:02.209344900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:05.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:05.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:05.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:05.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:05.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:05.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:05.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:05.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:05.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:05.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:05.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:05.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:05.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:05.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:05.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:05.079082900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:05.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:05.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:05.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:05.079082900] +2026-01-05T20:31:05.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:05.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:05.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:05.079714300] +2026-01-05T20:31:05.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:05.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:05.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:05.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:05.079714300] +2026-01-05T20:31:05.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:05.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:05.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:05.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:05.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:05.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:05.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:05.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:05.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:05.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:05.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:05.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:05.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:05.220167900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:06.003+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:08.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:08.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:08.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:08.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:08.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:08.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:08.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:08.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:08.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:08.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:08.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:08.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:08.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:08.230775900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:10.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:10.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:10.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:10.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:10.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:10.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:10.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:10.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:10.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:10.082184500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:10.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:10.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:10.082184500] +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:10.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:10.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:10.082866700] +2026-01-05T20:31:10.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:10.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:10.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:10.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:10.082866700] +2026-01-05T20:31:11.111+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:11.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:11.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:11.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:11.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:11.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:11.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:11.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:11.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:11.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:11.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:11.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:11.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:11.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:11.238576900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:12.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:31:12.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:31:12.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:12.958397800] +2026-01-05T20:31:12.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:31:14.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:14.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:14.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:14.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:14.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:14.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:14.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:14.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:14.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:14.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:14.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:14.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:14.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:14.254008100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:15.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:15.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:15.094+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:15.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:15.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:15.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:15.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:15.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:15.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:15.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:15.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:15.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:15.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:15.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:15.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:15.097498800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:15.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:15.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:15.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:15.097498800] +2026-01-05T20:31:15.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:15.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:15.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:15.097498800] +2026-01-05T20:31:15.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:15.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:15.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:15.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:15.097498800] +2026-01-05T20:31:16.205+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:17.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:17.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:17.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:17.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:17.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:17.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:17.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:17.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:17.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:17.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:17.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:17.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:17.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:17.267611900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:20.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:20.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:20.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:20.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:20.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:20.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:20.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:20.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:20.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:20.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:20.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:20.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:20.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:20.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:20.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:20.107861900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:20.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:20.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:20.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:20.107861900] +2026-01-05T20:31:20.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:20.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:20.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:20.108861900] +2026-01-05T20:31:20.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:20.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:20.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:20.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:20.108861900] +2026-01-05T20:31:20.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:20.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:20.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:20.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:20.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:20.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:20.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:20.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:20.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:20.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:20.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:20.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:20.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:20.280368400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:21.303+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:23.281912+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:25.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:25.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:25.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:25.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:25.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:25.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:25.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:25.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:25.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:25.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:25.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:25.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:25.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:25.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:25.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:25.120911900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:25.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:25.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:25.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:25.120911900] +2026-01-05T20:31:25.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:25.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:25.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:25.121666300] +2026-01-05T20:31:25.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:25.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:25.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:25.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:25.121666300] +2026-01-05T20:31:26.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:26.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:26.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:26.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:26.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:26.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:26.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:26.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:26.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:26.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:26.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:26.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:26.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:26.285509+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:26.404+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:29.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:29.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:29.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:29.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:29.298937300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:30.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:30.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:30.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:30.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:30.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:30.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:30.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:30.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:30.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:30.137228300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:30.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:30.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:30.137228300] +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:30.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:30.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:30.137734] +2026-01-05T20:31:30.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:30.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:30.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:30.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:30.137734] +2026-01-05T20:31:31.509+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:32.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:32.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:32.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:32.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:32.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:32.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:32.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:32.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:32.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:32.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:32.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:32.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:32.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:32.304524200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:35.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:35.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:35.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:35.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:35.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:35.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:35.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:35.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:35.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:35.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:35.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:35.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:35.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:35.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:35.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:35.143513200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:35.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:35.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:35.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:35.143513200] +2026-01-05T20:31:35.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:35.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:35.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:35.143513200] +2026-01-05T20:31:35.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:35.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:35.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:35.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:35.143513200] +2026-01-05T20:31:35.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:35.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:35.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:35.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:35.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:35.315848700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:36.607+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:38.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:38.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:38.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:38.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:38.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:38.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:38.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:38.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:38.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:38.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:38.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:38.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:38.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:38.320759300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:40.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:40.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:40.156+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:40.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:40.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:40.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:40.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:40.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:40.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:40.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:40.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:40.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:40.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:40.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:40.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:40.158469300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:40.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:40.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:40.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:40.158469300] +2026-01-05T20:31:40.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:40.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:40.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:40.159150700] +2026-01-05T20:31:40.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:40.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:40.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:40.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:40.159150700] +2026-01-05T20:31:41.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:41.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:41.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:41.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:41.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:41.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:41.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:41.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:41.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:41.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:41.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:41.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:41.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:41.325598100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:41.712+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:42.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:31:42.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:31:42.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:42.975261700] +2026-01-05T20:31:42.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:31:44.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:44.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:44.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:44.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:44.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:44.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:44.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:44.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:44.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:44.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:44.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:44.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:44.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:44.328329500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:45.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:45.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:45.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:45.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:45.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:45.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:45.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:45.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:45.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:45.173284800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:45.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:45.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:45.173284800] +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:45.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:45.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:45.173949800] +2026-01-05T20:31:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:45.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:45.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:45.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:45.173949800] +2026-01-05T20:31:46.811+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:47.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:47.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:47.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:47.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:47.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:47.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:47.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:47.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:47.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:47.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:47.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:47.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:47.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:47.346008200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:50.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:50.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:50.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:50.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:50.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:50.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:50.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:50.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:50.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:50.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:50.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:50.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:50.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:50.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:50.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:50.181172500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:50.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:50.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:50.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:50.181172500] +2026-01-05T20:31:50.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:50.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:50.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:50.181801900] +2026-01-05T20:31:50.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:50.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:50.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:50.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:50.181801900] +2026-01-05T20:31:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:50.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:50.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:50.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:50.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:50.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:50.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:50.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:50.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:50.352057100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:51.906+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:53.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:53.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:53.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:53.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:53.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:53.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:53.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:53.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:53.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:53.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:53.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:53.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:53.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:53.360246600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:55.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:55.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:31:55.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:31:55.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:31:55.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:55.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:55.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:55.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:55.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:55.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:55.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:55.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:55.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:55.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:55.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:55.185835400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:55.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:31:55.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:31:55.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:55.185835400] +2026-01-05T20:31:55.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:55.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:31:55.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:31:55.186385300] +2026-01-05T20:31:55.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:31:55.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:31:55.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:31:55.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:31:55.186385300] +2026-01-05T20:31:56.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:56.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:56.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:56.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:56.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:56.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:56.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:56.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:56.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:56.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:56.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:56.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:56.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:56.369850500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:31:57.006+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:31:59.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:31:59.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:31:59.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:59.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:59.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:31:59.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:31:59.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:31:59.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:31:59.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:31:59.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:31:59.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:31:59.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:31:59.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:31:59.384348500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:00.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:00.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:00.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:00.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:00.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:00.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:00.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:00.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:00.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:00.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:00.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:00.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:00.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:00.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:00.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:00.195414900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:00.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:00.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:00.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:00.195414900] +2026-01-05T20:32:00.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:00.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:00.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:00.196095500] +2026-01-05T20:32:00.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:00.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:00.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:00.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:00.196095500] +2026-01-05T20:32:02.108+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:02.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:02.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:02.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:02.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:02.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:02.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:02.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:02.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:02.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:02.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:02.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:02.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:02.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:02.400958700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:05.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:05.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:05.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:05.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:05.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:05.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:05.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:05.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:05.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:05.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:05.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:05.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:05.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:05.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:05.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:05.212427600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:05.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:05.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:05.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:05.212427600] +2026-01-05T20:32:05.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:05.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:05.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:05.212427600] +2026-01-05T20:32:05.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:05.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:05.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:05.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:05.212427600] +2026-01-05T20:32:05.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:05.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:05.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:05.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:05.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:05.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:05.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:05.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:05.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:05.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:05.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:05.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:05.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:05.415903500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:07.208+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:08.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:08.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:08.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:08.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:08.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:08.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:08.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:08.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:08.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:08.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:08.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:08.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:08.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:08.420625100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:10.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:10.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:10.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:10.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:10.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:10.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:10.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:10.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:10.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:10.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:10.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:10.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:10.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:10.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:10.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:10.217770+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:10.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:10.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:10.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:10.217770] +2026-01-05T20:32:10.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:10.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:10.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:10.218281] +2026-01-05T20:32:10.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:10.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:10.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:10.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:10.218281] +2026-01-05T20:32:11.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:11.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:11.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:11.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:11.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:11.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:11.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:11.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:11.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:11.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:11.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:11.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:11.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:11.433112100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:12.308+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:12.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:32:12.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:32:12.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:12.987010700] +2026-01-05T20:32:12.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:32:14.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:14.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:14.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:14.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:14.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:14.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:14.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:14.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:14.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:14.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:14.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:14.443334200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:15.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:15.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:15.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:15.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:15.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:15.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:15.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:15.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:15.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:15.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:15.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:15.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:15.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:15.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:15.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:15.222333700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:15.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:15.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:15.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:15.222333700] +2026-01-05T20:32:15.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:15.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:15.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:15.223040200] +2026-01-05T20:32:15.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:15.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:15.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:15.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:15.223040200] +2026-01-05T20:32:17.410+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:17.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:17.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:17.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:17.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:17.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:17.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:17.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:17.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:17.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:17.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:17.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:17.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:17.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:17.453725500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:20.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:20.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:20.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:20.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:20.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:20.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:20.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:20.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:20.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:20.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:20.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:20.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:20.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:20.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:20.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:20.230567800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:20.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:20.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:20.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:20.231078700] +2026-01-05T20:32:20.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:20.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:20.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:20.231078700] +2026-01-05T20:32:20.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:20.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:20.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:20.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:20.231078700] +2026-01-05T20:32:20.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:20.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:20.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:20.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:20.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:20.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:20.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:20.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:20.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:20.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:20.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:20.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:20.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:20.468029400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:22.515+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:23.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:23.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:23.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:23.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:23.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:23.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:23.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:23.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:23.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:23.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:23.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:23.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:23.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:23.486749500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:25.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:25.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:25.239+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:25.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:25.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:25.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:25.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:25.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:25.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:25.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:25.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:25.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:25.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:25.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:25.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:25.240672200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:25.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:25.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:25.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:25.240672200] +2026-01-05T20:32:25.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:25.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:25.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:25.241385] +2026-01-05T20:32:25.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:25.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:25.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:25.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:25.241385] +2026-01-05T20:32:26.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:26.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:26.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:26.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:26.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:26.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:26.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:26.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:26.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:26.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:26.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:26.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:26.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:26.500993200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:27.610+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:29.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:29.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:29.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:29.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:29.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:29.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:29.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:29.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:29.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:29.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:29.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:29.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:29.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:29.512227300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:30.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:30.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:30.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:30.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:30.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:30.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:30.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:30.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:30.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:30.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:30.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:30.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:30.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:30.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:30.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:30.245922100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:30.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:30.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:30.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:30.246432700] +2026-01-05T20:32:30.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:30.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:30.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:30.246432700] +2026-01-05T20:32:30.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:30.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:30.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:30.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:30.246432700] +2026-01-05T20:32:32.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:32.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:32.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:32.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:32.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:32.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:32.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:32.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:32.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:32.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:32.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:32.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:32.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:32.519176700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:32.718+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:35.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:35.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:35.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:35.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:35.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:35.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:35.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:35.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:35.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:35.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:35.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:35.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:35.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:35.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:35.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:35.262424+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:35.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:35.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:35.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:35.262424] +2026-01-05T20:32:35.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:35.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:35.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:35.262424] +2026-01-05T20:32:35.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:35.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:35.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:35.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:35.262424] +2026-01-05T20:32:35.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:35.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:35.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:35.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:35.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:35.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:35.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:35.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:35.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:35.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:35.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:35.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:35.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:35.529077200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:37.821+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:38.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:38.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:38.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:38.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:38.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:38.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:38.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:38.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:38.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:38.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:38.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:38.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:38.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:38.542800800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:40.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:40.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:40.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:40.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:40.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:40.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:40.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:40.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:40.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:40.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:40.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:40.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:40.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:40.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:40.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:40.274145400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:40.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:40.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:40.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:40.274145400] +2026-01-05T20:32:40.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:40.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:40.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:40.274878900] +2026-01-05T20:32:40.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:40.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:40.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:40.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:40.274878900] +2026-01-05T20:32:41.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:41.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:41.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:41.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:41.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:41.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:41.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:41.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:41.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:41.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:41.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:41.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:41.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:41.553815100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:42.915+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:42.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:32:42.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:32:42.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:42.994581500] +2026-01-05T20:32:42.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:32:44.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:44.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:44.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:44.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:44.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:44.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:44.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:44.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:44.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:44.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:44.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:44.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:44.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:44.562665400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:45.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:45.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:45.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:45.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:45.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:45.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:45.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:45.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:45.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:45.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:45.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:45.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:45.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:45.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:45.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:45.285092200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:45.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:45.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:45.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:45.285092200] +2026-01-05T20:32:45.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:45.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:45.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:45.285756] +2026-01-05T20:32:45.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:45.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:45.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:45.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:45.285756] +2026-01-05T20:32:47.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:47.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:47.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:47.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:47.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:47.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:47.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:47.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:47.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:47.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:47.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:47.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:47.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:47.579576800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:48.015+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:50.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:50.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:50.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:50.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:50.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:50.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:50.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:50.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:50.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:50.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:50.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:50.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:50.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:50.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:50.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:50.293383100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:50.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:50.293+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:50.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:50.293383100] +2026-01-05T20:32:50.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:50.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:50.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:50.294010300] +2026-01-05T20:32:50.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:50.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:50.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:50.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:50.294010300] +2026-01-05T20:32:50.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:50.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:50.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:50.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:50.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:50.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:50.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:50.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:50.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:50.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:50.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:50.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:50.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:50.589519500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:53.117+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:53.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:53.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:53.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:53.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:53.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:53.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:53.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:53.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:53.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:53.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:53.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:53.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:53.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:53.597601600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:55.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:55.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:32:55.300+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:32:55.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:32:55.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:55.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:55.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:55.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:55.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:55.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:55.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:55.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:55.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:55.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:55.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:55.301999700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:32:55.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:32:55.302+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:32:55.302+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:55.301999700] +2026-01-05T20:32:55.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:55.302+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:32:55.302+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:32:55.302562700] +2026-01-05T20:32:55.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:32:55.303+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:32:55.303+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:32:55.309+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:32:55.302562700] +2026-01-05T20:32:56.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:56.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:56.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:56.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:56.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:56.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:56.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:56.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:56.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:56.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:56.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:56.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:56.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:56.611939700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:32:58.216+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:32:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:32:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:32:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:32:59.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:32:59.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:32:59.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:32:59.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:32:59.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:32:59.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:32:59.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:32:59.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:32:59.621932700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:00.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:00.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:00.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:00.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:00.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:00.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:00.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:00.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:00.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:00.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:00.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:00.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:00.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:00.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:00.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:00.307576500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:00.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:00.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:00.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:00.320841400] +2026-01-05T20:33:00.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:00.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:00.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:00.321351300] +2026-01-05T20:33:00.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:00.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:00.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:00.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:00.321351300] +2026-01-05T20:33:02.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:02.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:02.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:02.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:02.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:02.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:02.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:02.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:02.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:02.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:02.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:02.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:02.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:02.624844700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:03.320+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:05.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:05.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:05.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:05.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:05.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:05.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:05.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:05.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:05.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:05.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:05.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:05.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:05.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:05.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:05.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:05.313717100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:05.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:05.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:05.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:05.326864700] +2026-01-05T20:33:05.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:05.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:05.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:05.326864700] +2026-01-05T20:33:05.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:05.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:05.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:05.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:05.326864700] +2026-01-05T20:33:05.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:05.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:05.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:05.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:05.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:05.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:05.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:05.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:05.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:05.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:05.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:05.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:05.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:05.640447600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:08.416+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:08.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:08.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:08.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:08.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:08.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:08.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:08.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:08.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:08.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:08.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:08.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:08.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:08.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:08.647901700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:10.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:10.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:10.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:10.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:10.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:10.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:10.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:10.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:10.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:10.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:10.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:10.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:10.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:10.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:10.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:10.329064600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:10.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:10.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:10.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:10.329064600] +2026-01-05T20:33:10.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:10.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:10.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:10.329064600] +2026-01-05T20:33:10.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:10.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:10.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:10.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:10.329064600] +2026-01-05T20:33:11.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:11.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:11.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:11.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:11.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:11.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:11.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:11.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:11.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:11.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:11.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:11.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:11.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:11.651329+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:13.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:33:13.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:33:13.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:13.010254300] +2026-01-05T20:33:13.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:33:13.523+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:14.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:14.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:14.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:14.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:14.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:14.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:14.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:14.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:14.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:14.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:14.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:14.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:14.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:14.665562900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:15.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:15.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:15.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:15.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:15.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:15.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:15.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:15.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:15.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:15.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:15.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:15.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:15.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:15.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:15.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:15.333681300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:15.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:15.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:15.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:15.333681300] +2026-01-05T20:33:15.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:15.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:15.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:15.334188600] +2026-01-05T20:33:15.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:15.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:15.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:15.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:15.334188600] +2026-01-05T20:33:17.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:17.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:17.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:17.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:17.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:17.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:17.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:17.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:17.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:17.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:17.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:17.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:17.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:17.674048800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:18.621+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:20.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:20.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:20.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:20.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:20.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:20.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:20.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:20.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:20.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:20.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:20.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:20.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:20.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:20.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:20.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:20.338175800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:20.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:20.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:20.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:20.338175800] +2026-01-05T20:33:20.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:20.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:20.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:20.338175800] +2026-01-05T20:33:20.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:20.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:20.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:20.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:20.338175800] +2026-01-05T20:33:20.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:20.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:20.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:20.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:20.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:20.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:20.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:20.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:20.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:20.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:20.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:20.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:20.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:20.678877100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:23.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:23.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:23.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:23.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:23.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:23.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:23.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:23.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:23.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:23.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:23.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:23.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:23.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:23.695372700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:23.723+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:25.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:25.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:25.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:25.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:25.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:25.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:25.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:25.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:25.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:25.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:25.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:25.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:25.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:25.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:25.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:25.350182100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:25.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:25.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:25.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:25.350182100] +2026-01-05T20:33:25.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:25.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:25.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:25.350694900] +2026-01-05T20:33:25.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:25.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:25.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:25.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:25.350694900] +2026-01-05T20:33:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:26.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:26.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:26.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:26.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:26.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:26.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:26.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:26.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:26.705323900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:28.817+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:29.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:29.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:29.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:29.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:29.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:29.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:29.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:29.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:29.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:29.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:29.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:29.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:29.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:29.722017200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:30.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:30.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:30.360+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:30.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:30.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:30.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:30.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:30.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:30.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:30.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:30.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:30.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:30.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:30.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:30.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:30.362568900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:30.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:30.362+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:30.362+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:30.362568900] +2026-01-05T20:33:30.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:30.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:30.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:30.363223400] +2026-01-05T20:33:30.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:30.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:30.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:30.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:30.363223400] +2026-01-05T20:33:32.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:32.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:32.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:32.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:32.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:32.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:32.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:32.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:32.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:32.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:32.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:32.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:32.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:32.727883400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:33.922+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:35.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:35.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:35.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:35.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:35.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:35.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:35.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:35.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:35.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:35.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:35.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:35.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:35.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:35.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:35.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:35.369294300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:35.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:35.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:35.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:35.370294100] +2026-01-05T20:33:35.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:35.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:35.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:35.370294100] +2026-01-05T20:33:35.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:35.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:35.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:35.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:35.370294100] +2026-01-05T20:33:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:35.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:35.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:35.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:35.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:35.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:35.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:35.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:35.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:35.740799200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:38.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:38.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:38.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:38.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:38.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:38.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:38.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:38.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:38.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:38.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:38.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:38.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:38.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:38.752348100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:39.018+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:40.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:40.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:40.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:40.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:40.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:40.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:40.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:40.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:40.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:40.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:40.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:40.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:40.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:40.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:40.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:40.376163900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:40.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:40.376+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:40.376+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:40.376163900] +2026-01-05T20:33:40.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:40.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:40.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:40.377163200] +2026-01-05T20:33:40.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:40.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:40.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:40.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:40.377163200] +2026-01-05T20:33:41.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:41.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:41.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:41.755660700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:33:43.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:33:43.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:33:43.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:43.016376500] +2026-01-05T20:33:43.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:33:44.123+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:44.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:44.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:44.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:44.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:44.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:44.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:44.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:44.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:44.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:44.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:44.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:44.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:44.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:44.764686400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:45.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:45.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:45.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:45.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:45.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:45.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:45.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:45.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:45.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:45.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:45.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:45.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:45.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:45.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:45.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:45.387829800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:45.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:45.387829800] +2026-01-05T20:33:45.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:45.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:45.388503300] +2026-01-05T20:33:45.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:45.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:45.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:45.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:45.388503300] +2026-01-05T20:33:47.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:47.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:47.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:47.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:47.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:47.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:47.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:47.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:47.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:47.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:47.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:47.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:47.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:47.772462600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:49.218+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:50.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:50.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:50.405+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:50.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:50.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:50.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:50.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:50.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:50.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:50.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:50.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:50.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:50.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:50.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:50.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:50.406290400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:50.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:50.406290400] +2026-01-05T20:33:50.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:50.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:50.406981800] +2026-01-05T20:33:50.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:50.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:50.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:50.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:50.406981800] +2026-01-05T20:33:50.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:50.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:50.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:50.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:50.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:50.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:50.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:50.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:50.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:50.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:50.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:50.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:50.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:50.777026800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:53.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:53.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:53.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:53.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:53.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:53.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:53.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:53.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:53.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:53.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:53.784+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:53.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:53.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:53.784186900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:54.322+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:55.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:55.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:33:55.419+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:33:55.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:33:55.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:55.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:55.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:55.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:55.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:55.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:55.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:55.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:55.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:55.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:55.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:55.421567800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:55.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:33:55.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:33:55.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:55.421567800] +2026-01-05T20:33:55.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:55.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:33:55.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:33:55.422073100] +2026-01-05T20:33:55.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:33:55.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:33:55.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:33:55.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:33:55.422073100] +2026-01-05T20:33:56.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:56.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:56.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:56.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:56.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:56.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:56.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:56.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:56.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:56.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:56.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:56.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:56.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:56.800396100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:33:59.419+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:33:59.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:33:59.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:33:59.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:59.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:59.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:33:59.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:33:59.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:33:59.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:33:59.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:33:59.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:33:59.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:33:59.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:33:59.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:33:59.808934500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:00.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:00.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:00.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:00.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:00.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:00.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:00.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:00.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:00.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:00.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:00.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:00.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:00.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:00.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:00.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:00.430981100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:00.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:00.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:00.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:00.430981100] +2026-01-05T20:34:00.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:00.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:00.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:00.431644700] +2026-01-05T20:34:00.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:00.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:00.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:00.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:00.431644700] +2026-01-05T20:34:02.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:02.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:02.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:02.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:02.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:02.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:02.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:02.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:02.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:02.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:02.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:02.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:02.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:02.816128800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:04.519+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:05.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:05.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:05.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:05.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:05.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:05.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:05.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:05.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:05.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:05.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:05.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:05.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:05.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:05.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:05.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:05.437726400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:05.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:05.437+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:05.437+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:05.437726400] +2026-01-05T20:34:05.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:05.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:05.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:05.438726800] +2026-01-05T20:34:05.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:05.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:05.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:05.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:05.438726800] +2026-01-05T20:34:05.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:05.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:05.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:05.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:05.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:05.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:05.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:05.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:05.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:05.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:05.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:05.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:05.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:05.826615100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:08.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:08.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:08.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:08.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:08.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:08.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:08.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:08.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:08.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:08.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:08.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:08.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:08.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:08.838850700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:09.619+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:10.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:10.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:10.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:10.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:10.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:10.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:10.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:10.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:10.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:10.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:10.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:10.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:10.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:10.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:10.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:10.440869900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:10.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:10.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:10.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:10.440869900] +2026-01-05T20:34:10.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:10.441+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:10.441+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:10.441874300] +2026-01-05T20:34:10.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:10.441+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:10.441+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:10.441+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:10.441874300] +2026-01-05T20:34:11.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:11.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:11.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:11.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:11.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:11.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:11.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:11.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:11.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:11.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:11.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:11.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:11.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:11.855824900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:13.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:34:13.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:34:13.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:13.033496100] +2026-01-05T20:34:13.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:34:14.722+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:14.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:14.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:14.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:14.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:14.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:14.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:14.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:14.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:14.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:14.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:14.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:14.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:14.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:14.860498200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:15.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:15.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:15.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:15.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:15.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:15.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:15.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:15.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:15.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:15.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:15.454498700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:15.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:15.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:15.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:15.454498700] +2026-01-05T20:34:15.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:15.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:15.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:15.455154400] +2026-01-05T20:34:15.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:15.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:15.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:15.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:15.455154400] +2026-01-05T20:34:17.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:17.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:17.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:17.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:17.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:17.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:17.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:17.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:17.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:17.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:17.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:17.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:17.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:17.866120600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:19.820+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:20.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:20.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:20.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:20.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:20.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:20.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:20.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:20.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:20.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:20.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:20.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:20.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:20.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:20.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:20.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:20.461643700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:20.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:20.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:20.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:20.461643700] +2026-01-05T20:34:20.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:20.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:20.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:20.462643800] +2026-01-05T20:34:20.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:20.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:20.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:20.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:20.462643800] +2026-01-05T20:34:20.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:20.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:20.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:20.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:20.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:20.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:20.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:20.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:20.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:20.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:20.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:20.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:20.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:20.880219500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:23.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:23.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:23.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:23.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:23.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:23.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:23.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:23.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:23.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:23.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:23.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:23.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:23.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:23.887434900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:24.922+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:25.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:25.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:25.474+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:25.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:25.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:25.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:25.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:25.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:25.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:25.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:25.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:25.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:25.477141400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:25.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:25.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:25.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:25.477141400] +2026-01-05T20:34:25.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:25.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:25.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:25.477141400] +2026-01-05T20:34:25.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:25.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:25.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:25.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:25.477141400] +2026-01-05T20:34:26.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:26.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:26.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:26.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:26.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:26.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:26.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:26.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:26.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:26.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:26.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:26.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:26.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:26.892011500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:29.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:29.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:29.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:29.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:29.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:29.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:29.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:29.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:29.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:29.897992200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:30.022+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:30.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:30.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:30.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:30.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:30.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:30.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:30.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:30.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:30.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:30.494159+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:30.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:30.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:30.494159] +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:30.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:30.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:30.494663400] +2026-01-05T20:34:30.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:30.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:30.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:30.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:30.494663400] +2026-01-05T20:34:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:32.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:32.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:32.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:32.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:32.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:32.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:32.905518700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:35.122+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:35.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:35.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:35.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:35.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:35.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:35.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:35.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:35.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:35.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:35.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:35.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:35.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:35.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:35.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:35.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:35.498717800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:35.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:35.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:35.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:35.498717800] +2026-01-05T20:34:35.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:35.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:35.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:35.498717800] +2026-01-05T20:34:35.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:35.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:35.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:35.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:35.498717800] +2026-01-05T20:34:35.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:35.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:35.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:35.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:35.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:35.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:35.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:35.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:35.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:35.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:35.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:35.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:35.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:35.915515800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:38.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:38.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:38.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:38.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:38.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:38.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:38.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:38.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:38.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:38.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:38.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:38.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:38.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:38.918980600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:40.226+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:40.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:40.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:40.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:40.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:40.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:40.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:40.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:40.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:40.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:40.502054900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:40.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:40.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:40.502054900] +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:40.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:40.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:40.502565] +2026-01-05T20:34:40.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:40.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:40.503+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:40.503+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:40.502565] +2026-01-05T20:34:41.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:41.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:41.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:41.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:41.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:41.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:41.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:41.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:41.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:41.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:41.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:41.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:41.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:41.923272800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:43.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:34:43.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:34:43.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:43.043656200] +2026-01-05T20:34:43.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:34:44.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:44.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:44.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:44.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:44.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:44.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:44.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:44.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:44.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:44.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:44.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:44.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:44.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:44.929162600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:45.324+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:45.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:45.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:45.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:45.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:45.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:45.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:45.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:45.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:45.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:45.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:45.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:45.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:45.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:45.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:45.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:45.505160600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:45.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:45.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:45.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:45.505160600] +2026-01-05T20:34:45.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:45.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:45.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:45.505918100] +2026-01-05T20:34:45.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:45.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:45.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:45.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:45.505918100] +2026-01-05T20:34:47.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:47.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:47.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:47.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:47.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:47.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:47.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:47.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:47.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:47.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:47.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:47.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:47.932035600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:50.427+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:50.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:50.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:50.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:50.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:50.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:50.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:50.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:50.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:50.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:50.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:50.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:50.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:50.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:50.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:50.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:50.509042300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:50.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:50.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:50.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:50.509042300] +2026-01-05T20:34:50.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:50.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:50.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:50.509763100] +2026-01-05T20:34:50.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:50.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:50.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:50.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:50.509763100] +2026-01-05T20:34:50.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:50.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:50.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:50.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:50.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:50.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:50.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:50.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:50.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:50.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:50.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:50.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:50.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:50.942439800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:53.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:53.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:53.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:53.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:53.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:53.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:53.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:53.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:53.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:53.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:53.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:53.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:53.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:53.959521300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:55.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:55.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:34:55.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:34:55.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:34:55.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:55.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:55.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:55.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:55.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:55.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:55.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:55.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:55.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:55.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:55.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:55.518729900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:55.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:34:55.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:34:55.518+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:55.518729900] +2026-01-05T20:34:55.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:55.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:34:55.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:34:55.518729900] +2026-01-05T20:34:55.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:34:55.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:34:55.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:34:55.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:34:55.518729900] +2026-01-05T20:34:55.524+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:34:56.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:56.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:56.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:56.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:56.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:56.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:56.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:56.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:56.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:56.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:56.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:56.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:56.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:56.975156800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:34:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:34:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:34:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:34:59.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:34:59.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:34:59.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:34:59.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:34:59.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:34:59.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:34:59.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:34:59.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:34:59.978643200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:00.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:00.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:00.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:00.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:00.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:00.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:00.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:00.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:00.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:00.527722300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:00.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:00.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:00.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:00.527722300] +2026-01-05T20:35:00.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:00.528371100] +2026-01-05T20:35:00.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:00.528371100] +2026-01-05T20:35:00.626+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:02.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:02.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:02.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:02.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:02.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:02.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:02.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:02.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:02.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:02.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:02.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:02.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:02.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:02.982204600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:05.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:05.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:05.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:05.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:05.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:05.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:05.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:05.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:05.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:05.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:05.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:05.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:05.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:05.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:05.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:05.541735700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:05.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:05.541+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:05.541+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:05.541735700] +2026-01-05T20:35:05.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:05.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:05.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:05.542353800] +2026-01-05T20:35:05.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:05.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:05.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:05.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:05.542353800] +2026-01-05T20:35:05.727+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:05.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:05.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:05.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:05.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:05.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:05.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:05.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:05.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:05.994159+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:08.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:08.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:08.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:08.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:08.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:08.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:08.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:09.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:09.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:09.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:09.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:09.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:09.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:09.001281+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:10.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:10.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:10.555+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:10.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:10.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:10.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:10.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:10.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:10.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:10.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:10.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:10.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:10.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:10.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:10.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:10.556357100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:10.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:10.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:10.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:10.556357100] +2026-01-05T20:35:10.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:10.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:10.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:10.556357100] +2026-01-05T20:35:10.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:10.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:10.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:10.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:10.556357100] +2026-01-05T20:35:10.826+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:12.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:12.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:12.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:12.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:12.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:12.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:12.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:12.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:12.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:12.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:12.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:12.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:12.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:12.019308800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:13.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:35:13.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:35:13.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:13.047391200] +2026-01-05T20:35:13.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:35:13.831+09:00 INFO 19232 --- [b2st] [nio-8080-exec-9] c.b.b.d.q.controller.QueueController : User starting booking - scheduleId: 1, userId: 36 +2026-01-05T20:35:13.839+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.SQL : + select + ps1_0.performance_schedule_id, + ps1_0.booking_close_at, + ps1_0.booking_open_at, + ps1_0.booking_type, + ps1_0.created_at, + ps1_0.created_by, + ps1_0.draw_completed, + ps1_0.modified_at, + ps1_0.modified_by, + ps1_0.performance_id, + ps1_0.round_no, + ps1_0.seat_allocated, + ps1_0.start_at + from + performance_schedule ps1_0 + where + ps1_0.performance_schedule_id=? +Hibernate: + select + ps1_0.performance_schedule_id, + ps1_0.booking_close_at, + ps1_0.booking_open_at, + ps1_0.booking_type, + ps1_0.created_at, + ps1_0.created_by, + ps1_0.draw_completed, + ps1_0.modified_at, + ps1_0.modified_by, + ps1_0.performance_id, + ps1_0.round_no, + ps1_0.seat_allocated, + ps1_0.start_at + from + performance_schedule ps1_0 + where + ps1_0.performance_schedule_id=? +2026-01-05T20:35:13.839+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:13.878+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] c.b.b.d.queue.service.ScheduleResolver : Resolved scheduleId: 1 -> performanceId: 1 +2026-01-05T20:35:13.878+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] c.b.b.domain.queue.service.QueueService : Resolved scheduleId: 1 -> performanceId: 1 +2026-01-05T20:35:13.880+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T20:35:13.880+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:13.881+09:00 INFO 19232 --- [b2st] [nio-8080-exec-9] c.b.b.domain.queue.service.QueueService : Queue resolved/created - queueId: 1, performanceId: 1, scheduleId: 1 +2026-01-05T20:35:13.884+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInWaitingQueue' +2026-01-05T20:35:13.884+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.884+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.884+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:13.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:13.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:35:13.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:13.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:13.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:13.886+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:13.886+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:13.886328800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:13.886+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:13.887+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:13.887550500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:35:13.894+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInWaitingQueue' +2026-01-05T20:35:13.894+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.894+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.894+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:13.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:13.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:13.896001500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:13.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:35:13.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:13.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:13.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:13.897+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:13.897+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:13.897047200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:35:13.898+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#addToWaitingQueue' +2026-01-05T20:35:13.914+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.914+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.914+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:13.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:13.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:13.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:13.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:13.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZADD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:13.918+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:13.918+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:13.918981200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 19 ms +2026-01-05T20:35:13.919+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getMyRank0InWaiting' +2026-01-05T20:35:13.920+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.920+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.920+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:13.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:13.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:13.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:13.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:13.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:13.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANK, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:13.921+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:13.921+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:13.921845900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:15.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:15.024318900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:15.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:15.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:15.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:15.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:15.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:15.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:15.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:15.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:15.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:15.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:15.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:15.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:15.570922900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:15.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T20:35:15.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:15.572703300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T20:35:15.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:15.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:15.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 12 bytes, 1 commands in the stack +2026-01-05T20:35:15.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:15.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:15.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@2cac1767], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:15.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:15.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:15.574258800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:15.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:15.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:15.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#moveToEnterable' +2026-01-05T20:35:15.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:15.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:15.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 48 bytes, 1 commands in the stack +2026-01-05T20:35:15.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:15.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:15.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=null, error='NOSCRIPT No matching script. Please use EVAL.'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:15.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVAL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVAL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:15.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVAL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:15.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVAL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:15.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:15.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:15.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:15.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVAL, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:15.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:15.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:15.590217600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 14 ms +2026-01-05T20:35:15.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.queue_id=? + and qe1_0.user_id=? +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.queue_id=? + and qe1_0.user_id=? +2026-01-05T20:35:15.603+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:15.603+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [36] +2026-01-05T20:35:15.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + next value + for + queue_entry_seq +Hibernate: + select + next value + for + queue_entry_seq +2026-01-05T20:35:15.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + insert + into + queue_entries + (completed_at, created_at, created_by, enterable_at, entry_token, expires_at, joined_at, modified_at, modified_by, queue_id, status, user_id, queue_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + queue_entries + (completed_at, created_at, created_by, enterable_at, entry_token, expires_at, joined_at, modified_at, modified_by, queue_id, status, user_id, queue_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:15.613358100] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T20:35:15.590217600] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (5:UUID) <- [e9ec40ea-e675-437d-b9d3-388057429e8a] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (6:TIMESTAMP) <- [2026-01-05T20:45:15.590217600] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T20:35:15.590217600] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T20:35:15.613358100] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [1] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (11:ENUM) <- [ENTERABLE] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [36] +2026-01-05T20:35:15.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [1] +2026-01-05T20:35:15.626+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.service.QueueSchedulerService : 배치 입장 처리 - queueId: 1, 성공: 1명, 실패: 0명 +2026-01-05T20:35:15.626+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.service.QueueSchedulerService : 자동 입장 처리 완료 - queueId: 1, 처리 인원: 1명 +2026-01-05T20:35:15.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:15.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:15.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:15.626654200] +2026-01-05T20:35:15.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:15.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:15.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:15.626654200] +2026-01-05T20:35:15.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:15.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:15.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:15.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:15.626654200] +2026-01-05T20:35:15.927+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:18.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:18.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:18.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:18.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:18.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:18.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:18.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:18.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:18.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:18.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:18.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:18.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:18.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:18.035767200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:20.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:20.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:20.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:20.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:20.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:20.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:20.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:20.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:20.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:20.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:20.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:20.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:20.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:20.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:20.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:20.642684900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:20.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:20.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:20.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:20.643685200] +2026-01-05T20:35:20.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:20.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:20.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:20.643685200] +2026-01-05T20:35:20.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:20.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:20.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:20.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:20.643685200] +2026-01-05T20:35:21.028+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:21.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:21.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:21.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:21.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:21.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:21.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:21.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:21.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:21.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:21.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:21.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:21.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:21.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:21.045607400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:24.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:24.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:24.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:24.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:24.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:24.050845900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:25.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:25.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:25.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:25.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:25.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:25.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:25.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:25.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:25.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:25.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:25.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:25.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:25.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:25.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:25.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:25.646855+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:25.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:25.646+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:25.646+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:25.646855] +2026-01-05T20:35:25.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:25.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:25.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:25.646855] +2026-01-05T20:35:25.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:25.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:25.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:25.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:25.646855] +2026-01-05T20:35:26.128+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:27.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:27.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:27.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:27.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:27.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:27.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:27.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:27.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:27.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:27.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:27.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:27.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:27.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:27.068398300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:30.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:30.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:30.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:30.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:30.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:30.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:30.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:30.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:30.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:30.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:30.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:30.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:30.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:30.076436+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:30.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:30.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:30.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:30.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:30.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:30.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:30.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:30.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:30.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:30.653070600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:30.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:30.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:30.653070600] +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:30.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:30.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:30.653727500] +2026-01-05T20:35:30.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:30.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:30.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:30.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:30.653727500] +2026-01-05T20:35:31.228+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:33.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:33.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:33.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:33.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:33.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:33.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:33.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:33.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:33.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:33.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:33.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:33.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:33.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:33.081715700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:35.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:35.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:35.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:35.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:35.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:35.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:35.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:35.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:35.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:35.656387500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:35.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:35.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:35.656387500] +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:35.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:35.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:35.656387500] +2026-01-05T20:35:35.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:35.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:35.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:35.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:35.656387500] +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:36.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:36.089591+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:36.328+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:39.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:39.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:39.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:39.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:39.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:39.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:39.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:39.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:39.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:39.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:39.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:39.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:39.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:39.100882100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:40.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:40.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:40.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:40.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:40.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:40.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:40.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:40.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:40.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:40.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:40.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:40.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:40.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:40.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:40.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:40.674653300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:40.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:40.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:40.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:40.674653300] +2026-01-05T20:35:40.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:40.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:40.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:40.675284400] +2026-01-05T20:35:40.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:40.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:40.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:40.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:40.675284400] +2026-01-05T20:35:41.433+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:42.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:42.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:42.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:42.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:42.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:42.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:42.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:42.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:42.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:42.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:42.106023500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:43.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:35:43.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:35:43.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:43.051843600] +2026-01-05T20:35:43.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:35:45.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:45.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:45.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:45.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:45.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:45.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:45.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:45.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:45.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:45.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:45.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:45.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:45.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:45.109088100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:45.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:45.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:45.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:45.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:45.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:45.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:45.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:45.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:45.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:45.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:45.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:45.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:45.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:45.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:45.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:45.687934+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:45.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:45.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:45.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:45.687934] +2026-01-05T20:35:45.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:45.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:45.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:45.688437700] +2026-01-05T20:35:45.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:45.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:45.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:45.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:45.688437700] +2026-01-05T20:35:46.530+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:48.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:48.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:48.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:48.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:48.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:48.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:48.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:48.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:48.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:48.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:48.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:48.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:48.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:48.123876600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:50.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:50.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:50.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:50.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:50.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:50.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:50.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:50.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:50.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:50.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:50.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:50.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:50.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:50.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:50.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:50.698413700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:50.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:50.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:50.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:50.698413700] +2026-01-05T20:35:50.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:50.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:50.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:50.699000100] +2026-01-05T20:35:50.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:50.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:50.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:50.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:50.699000100] +2026-01-05T20:35:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:51.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:51.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:51.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:51.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:51.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:51.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:51.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:51.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:51.134491500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:51.629+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:54.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:54.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:54.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:54.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:54.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:54.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:54.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:54.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:54.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:54.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:54.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:54.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:54.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:54.144352300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:55.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:55.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:35:55.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:35:55.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:35:55.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:55.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:55.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:55.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:55.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:55.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:55.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:55.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:55.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:55.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:55.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:55.717341200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:35:55.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:35:55.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:35:55.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:55.717341200] +2026-01-05T20:35:55.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:55.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:35:55.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:35:55.718048900] +2026-01-05T20:35:55.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:35:55.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:35:55.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:35:55.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:35:55.718048900] +2026-01-05T20:35:56.731+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:35:57.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:35:57.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:35:57.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:57.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:57.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:35:57.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:35:57.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:35:57.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:35:57.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:35:57.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:35:57.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:35:57.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:35:57.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:35:57.149270900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:00.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:00.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:00.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:00.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:00.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:00.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:00.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:00.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:00.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:00.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:00.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:00.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:00.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:00.153486800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:00.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:00.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:00.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:00.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:00.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:00.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:00.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:00.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:00.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:00.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:00.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:00.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:00.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:00.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:00.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:00.729860600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:00.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:00.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:00.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:00.729860600] +2026-01-05T20:36:00.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:00.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:00.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:00.729860600] +2026-01-05T20:36:00.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:00.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:00.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:00.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:00.729860600] +2026-01-05T20:36:01.830+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:03.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:03.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:03.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:03.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:03.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:03.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:03.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:03.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:03.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:03.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:03.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:03.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:03.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:03.168728100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:05.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:05.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:05.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:05.736608700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:05.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:05.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:05.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:05.736608700] +2026-01-05T20:36:05.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:05.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:05.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:05.738442900] +2026-01-05T20:36:05.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:05.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:05.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:05.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:05.738442900] +2026-01-05T20:36:06.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:06.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:06.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:06.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:06.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:06.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:06.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:06.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:06.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:06.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:06.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:06.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:06.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:06.174536700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:06.936+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:09.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:09.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:09.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:09.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:09.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:09.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:09.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:09.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:09.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:09.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:09.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:09.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:09.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:09.183508100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:10.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:10.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:10.752+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:10.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:10.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:10.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:10.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:10.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:10.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:10.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:10.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:10.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:10.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:10.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:10.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:10.753645100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:10.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:10.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:10.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:10.753645100] +2026-01-05T20:36:10.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:10.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:10.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:10.753645100] +2026-01-05T20:36:10.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:10.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:10.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:10.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:10.753645100] +2026-01-05T20:36:12.033+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:12.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:12.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:12.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:12.193866600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:13.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:36:13.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:36:13.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:13.066155400] +2026-01-05T20:36:13.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:36:15.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:15.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:15.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:15.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:15.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:15.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:15.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:15.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:15.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:15.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:15.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:15.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:15.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:15.202231500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:15.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:15.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:15.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:15.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:15.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:15.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:15.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:15.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:15.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:15.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:15.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:15.766574200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:15.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:15.766574200] +2026-01-05T20:36:15.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:15.767086200] +2026-01-05T20:36:15.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:15.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:15.767086200] +2026-01-05T20:36:17.137+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:18.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:18.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:18.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:18.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:18.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:18.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:18.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:18.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:18.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:18.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:18.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:18.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:18.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:18.217521300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:20.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:20.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:20.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:20.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:20.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:20.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:20.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:20.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:20.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:20.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:20.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:20.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:20.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:20.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:20.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:20.776050100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:20.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:20.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:20.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:20.776562500] +2026-01-05T20:36:20.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:20.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:20.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:20.776562500] +2026-01-05T20:36:20.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:20.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:20.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:20.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:20.776562500] +2026-01-05T20:36:21.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:21.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:21.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:21.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:21.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:21.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:21.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:21.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:21.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:21.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:21.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:21.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:21.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:21.226226500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:22.239+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:24.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:24.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:24.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:24.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:24.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:24.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:24.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:24.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:24.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:24.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:24.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:24.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:24.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:24.230986700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:25.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:25.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:25.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:25.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:25.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:25.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:25.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:25.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:25.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:25.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:25.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:25.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:25.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:25.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:25.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:25.788242800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:25.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:25.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:25.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:25.788242800] +2026-01-05T20:36:25.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:25.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:25.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:25.788242800] +2026-01-05T20:36:25.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:25.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:25.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:25.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:25.788242800] +2026-01-05T20:36:27.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:27.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:27.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:27.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:27.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:27.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:27.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:27.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:27.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:27.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:27.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:27.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:27.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:27.239379800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:27.334+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:30.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:30.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:30.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:30.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:30.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:30.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:30.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:30.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:30.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:30.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:30.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:30.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:30.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:30.248035+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:30.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:30.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:30.793+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:30.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:30.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:30.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:30.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:30.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:30.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:30.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:30.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:30.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:30.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:30.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:30.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:30.795596300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:30.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:30.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:30.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:30.795596300] +2026-01-05T20:36:30.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:30.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:30.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:30.796304200] +2026-01-05T20:36:30.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:30.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:30.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:30.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:30.796304200] +2026-01-05T20:36:32.434+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:33.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:33.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:33.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:33.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:33.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:33.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:33.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:33.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:33.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:33.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:33.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:33.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:33.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:33.260028500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:35.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:35.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:35.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:35.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:35.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:35.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:35.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:35.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:35.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:35.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:35.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:35.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:35.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:35.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:35.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:35.802928100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:35.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:35.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:35.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:35.802928100] +2026-01-05T20:36:35.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:35.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:35.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:35.803929700] +2026-01-05T20:36:35.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:35.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:35.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:35.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:35.803929700] +2026-01-05T20:36:36.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:36.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:36.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:36.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:36.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:36.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:36.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:36.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:36.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:36.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:36.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:36.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:36.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:36.271108900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:37.534+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:39.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:39.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:39.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:39.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:39.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:39.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:39.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:39.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:39.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:39.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:39.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:39.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:39.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:39.282021200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:40.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:40.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:40.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:40.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:40.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:40.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:40.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:40.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:40.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:40.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:40.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:40.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:40.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:40.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:40.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:40.811181500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:40.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:40.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:40.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:40.811181500] +2026-01-05T20:36:40.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:40.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:40.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:40.812180300] +2026-01-05T20:36:40.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:40.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:40.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:40.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:40.812180300] +2026-01-05T20:36:42.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:42.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:42.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:42.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:42.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:42.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:42.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:42.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:42.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:42.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:42.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:42.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:42.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:42.285864+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:42.642+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:43.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:36:43.081+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:36:43.081+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:43.080635400] +2026-01-05T20:36:43.081+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:36:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:45.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:45.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:45.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:45.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:45.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:45.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:45.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:45.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:45.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:45.294277+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:45.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:45.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:45.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:45.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:45.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:45.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:45.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:45.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:45.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:45.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:45.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:45.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:45.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:45.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:45.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:45.822396900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:45.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:45.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:45.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:45.822396900] +2026-01-05T20:36:45.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:45.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:45.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:45.823173100] +2026-01-05T20:36:45.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:45.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:45.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:45.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:45.823173100] +2026-01-05T20:36:47.739+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:48.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:48.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:48.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:48.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:48.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:48.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:48.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:48.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:48.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:48.301991600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:50.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:50.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:50.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:50.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:50.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:50.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:50.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:50.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:50.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:50.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:50.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:50.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:50.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:50.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:50.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:50.825524900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:50.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:50.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:50.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:50.825524900] +2026-01-05T20:36:50.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:50.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:50.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:50.825524900] +2026-01-05T20:36:50.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:50.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:50.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:50.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:50.825524900] +2026-01-05T20:36:51.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:51.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:51.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:51.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:51.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:51.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:51.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:51.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:51.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:51.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:51.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:51.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:51.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:51.306516300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:52.835+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:36:54.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:54.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:54.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:54.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:54.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:54.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:54.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:54.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:54.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:54.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:54.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:54.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:54.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:54.315145700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:55.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:55.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:36:55.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:36:55.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:36:55.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:55.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:55.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:55.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:55.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:55.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:55.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:55.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:55.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:55.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:55.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:55.829978500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:55.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:36:55.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:36:55.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:55.829978500] +2026-01-05T20:36:55.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:55.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:36:55.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:36:55.830683600] +2026-01-05T20:36:55.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:36:55.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:36:55.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:36:55.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:36:55.830683600] +2026-01-05T20:36:57.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:36:57.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:36:57.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:57.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:57.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:36:57.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:36:57.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:36:57.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:36:57.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:36:57.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:36:57.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:36:57.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:36:57.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:36:57.327573700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:36:57.937+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:00.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:00.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:00.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:00.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:00.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:00.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:00.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:00.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:00.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:00.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:00.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:00.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:00.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:00.343979600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:00.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:00.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:00.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:00.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:00.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:00.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:00.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:00.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:00.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:00.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:00.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:00.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:00.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:00.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:00.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:00.839233500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:00.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:00.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:00.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:00.839233500] +2026-01-05T20:37:00.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:00.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:00.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:00.839957700] +2026-01-05T20:37:00.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:00.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:00.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:00.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:00.839957700] +2026-01-05T20:37:03.118+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:03.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:03.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:03.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:03.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:03.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:03.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:03.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:03.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:03.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:03.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:03.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:03.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:03.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:03.359240+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:37:05.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:05.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:05.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:05.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:05.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:05.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:05.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:05.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:05.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:05.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:05.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:05.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:05.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:05.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:05.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:05.849402700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:05.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:05.850+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:05.850+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:05.850402500] +2026-01-05T20:37:05.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:05.850+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:05.850+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:05.850402500] +2026-01-05T20:37:05.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:05.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:05.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:05.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:05.850402500] +2026-01-05T20:37:06.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:06.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:06.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:06.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:06.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:06.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:06.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:06.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:06.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:06.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:06.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:06.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:06.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:06.378274400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 3 ms +2026-01-05T20:37:08.140+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:09.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:09.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:09.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:09.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:09.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:09.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:09.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:09.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:09.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:09.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:09.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:09.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:09.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:09.394158900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:10.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:10.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:10.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:10.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:10.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:10.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:10.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:10.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:10.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:10.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:10.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:10.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:10.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:10.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:10.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:10.863219100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:10.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:10.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:10.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:10.863219100] +2026-01-05T20:37:10.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:10.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:10.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:10.864217700] +2026-01-05T20:37:10.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:10.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:10.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:10.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:10.864217700] +2026-01-05T20:37:12.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:12.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:12.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:12.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:12.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:12.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:12.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:12.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:12.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:12.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:12.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:12.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:12.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:12.406478200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:13.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:37:13.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:37:13.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:13.089831400] +2026-01-05T20:37:13.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:37:13.244+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:15.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:15.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:15.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:15.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:15.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:15.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:15.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:15.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:15.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:15.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:15.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:15.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:15.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:15.415239400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:15.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:15.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:15.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:15.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:15.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:15.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:15.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:15.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:15.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:15.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:15.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:15.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:15.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:15.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:15.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:15.867364600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:15.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:15.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:15.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:15.867364600] +2026-01-05T20:37:15.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:15.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:15.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:15.867986200] +2026-01-05T20:37:15.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:15.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:15.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:15.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:15.867986200] +2026-01-05T20:37:18.345+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:18.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:18.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:18.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:18.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:18.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:18.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:18.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:18.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:18.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:18.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:18.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:18.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:18.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:18.424593900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:20.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:20.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:20.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:20.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:20.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:20.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:20.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:20.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:20.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:20.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:20.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:20.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:20.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:20.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:20.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:20.874825500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:20.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:20.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:20.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:20.874825500] +2026-01-05T20:37:20.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:20.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:20.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:20.874825500] +2026-01-05T20:37:20.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:20.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:20.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:20.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:20.874825500] +2026-01-05T20:37:21.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:21.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:21.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:21.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:21.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:21.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:21.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:21.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:21.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:21.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:21.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:21.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:21.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:21.430662+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:23.439+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:24.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:24.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:24.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:24.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:24.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:24.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:24.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:24.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:24.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:24.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:24.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:24.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:24.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:24.434309300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:25.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:25.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:25.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:25.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:25.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:25.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:25.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:25.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:25.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:25.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:25.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:25.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:25.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:25.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:25.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:25.883412300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:25.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:25.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:25.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:25.883412300] +2026-01-05T20:37:25.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:25.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:25.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:25.884072900] +2026-01-05T20:37:25.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:25.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:25.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:25.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:25.884072900] +2026-01-05T20:37:27.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:27.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:27.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:27.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:27.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:27.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:27.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:27.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:27.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:27.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:27.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:27.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:27.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:27.443894500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:28.539+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:30.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:30.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:30.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:30.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:30.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:30.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:30.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:30.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:30.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:30.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:30.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:30.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:30.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:30.453102900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:30.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:30.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:30.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:30.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:30.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:30.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:30.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:30.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:30.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:30.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:30.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:30.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:30.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:30.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:30.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:30.891261200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:30.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:30.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:30.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:30.891766100] +2026-01-05T20:37:30.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:30.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:30.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:30.892289900] +2026-01-05T20:37:30.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:30.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:30.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:30.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:30.892289900] +2026-01-05T20:37:33.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:33.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:33.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:33.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:33.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:33.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:33.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:33.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:33.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:33.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:33.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:33.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:33.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:33.464192500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:33.639+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:35.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:35.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:35.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:35.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:35.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:35.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:35.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:35.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:35.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:35.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:35.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:35.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:35.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:35.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:35.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:35.895419700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:35.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:35.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:35.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:35.895419700] +2026-01-05T20:37:35.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:35.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:35.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:35.896419900] +2026-01-05T20:37:35.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:35.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:35.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:35.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:35.896419900] +2026-01-05T20:37:36.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:36.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:36.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:36.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:36.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:36.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:36.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:36.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:36.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:36.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:36.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:36.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:36.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:36.472612700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:38.746+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:39.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:39.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:39.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:39.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:39.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:39.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:39.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:39.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:39.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:39.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:39.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:39.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:39.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:39.485145200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:40.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:40.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:40.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:40.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:40.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:40.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:40.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:40.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:40.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:40.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:40.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:40.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:40.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:40.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:40.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:40.902730+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:40.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:40.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:40.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:40.903727400] +2026-01-05T20:37:40.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:40.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:40.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:40.903727400] +2026-01-05T20:37:40.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:40.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:40.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:40.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:40.903727400] +2026-01-05T20:37:42.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:42.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:42.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:42.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:42.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:42.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:42.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:42.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:42.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:42.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:42.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:42.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:42.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:42.494549700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:43.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:37:43.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:37:43.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:43.096514500] +2026-01-05T20:37:43.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:37:43.845+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:45.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:45.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:45.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:45.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:45.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:45.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:45.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:45.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:45.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:45.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:45.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:45.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:45.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:45.499422500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:45.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:45.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:45.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:45.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:45.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:45.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:45.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:45.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:45.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:45.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:45.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:45.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:45.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:45.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:45.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:45.906847400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:45.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:45.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:45.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:45.907359700] +2026-01-05T20:37:45.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:45.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:45.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:45.907359700] +2026-01-05T20:37:45.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:45.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:45.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:45.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:45.907359700] +2026-01-05T20:37:48.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:48.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:48.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:48.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:48.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:48.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:48.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:48.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:48.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:48.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:48.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:48.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:48.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:48.509024900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:48.944+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:50.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:50.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:50.909+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:50.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:50.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:50.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:50.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:50.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:50.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:50.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:50.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:50.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:50.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:50.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:50.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:50.910678200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:50.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:50.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:50.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:50.911680200] +2026-01-05T20:37:50.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:50.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:50.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:50.911680200] +2026-01-05T20:37:50.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:50.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:50.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:50.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:50.911680200] +2026-01-05T20:37:51.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:51.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:51.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:51.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:51.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:51.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:51.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:51.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:51.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:51.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:51.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:51.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:51.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:51.518121100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:54.041+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:37:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:54.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:54.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:54.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:54.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:54.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:54.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:54.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:54.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:54.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:54.526607300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:55.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:37:55.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:37:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:37:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:55.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:55.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:55.916+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:55.916+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:55.916+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:55.916+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:55.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:55.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:55.916517400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:55.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:37:55.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:37:55.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:55.916517400] +2026-01-05T20:37:55.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:55.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:37:55.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:37:55.917516300] +2026-01-05T20:37:55.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:37:55.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:37:55.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:37:55.917+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:37:55.917516300] +2026-01-05T20:37:57.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:37:57.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:37:57.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:57.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:57.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:37:57.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:37:57.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:37:57.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:37:57.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:37:57.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:37:57.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:37:57.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:37:57.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:37:57.534173600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:37:59.142+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:00.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:00.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:00.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:00.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:00.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:00.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:00.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:00.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:00.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:00.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:00.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:00.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:00.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:00.544894600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:00.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:00.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:00.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:00.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:00.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:00.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:00.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:00.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:00.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:00.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:00.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:00.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:00.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:00.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:00.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:00.932249600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:00.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:00.932+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:00.932+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:00.932892100] +2026-01-05T20:38:00.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:00.932+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:00.932+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:00.932892100] +2026-01-05T20:38:00.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:00.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:00.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:00.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:00.932892100] +2026-01-05T20:38:03.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:03.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:03.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:03.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:03.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:03.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:03.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:03.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:03.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:03.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:03.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:03.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:03.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:03.563855200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:04.242+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:05.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:05.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:05.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:05.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:05.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:05.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:05.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:05.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:05.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:05.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:05.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:05.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:05.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:05.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:05.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:05.942880400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:05.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:05.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:05.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:05.942880400] +2026-01-05T20:38:05.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:05.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:05.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:05.942880400] +2026-01-05T20:38:05.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:05.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:05.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:05.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:05.942880400] +2026-01-05T20:38:06.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:06.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:06.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:06.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:06.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:06.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:06.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:06.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:06.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:06.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:06.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:06.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:06.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:06.579262500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:09.342+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:09.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:09.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:09.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:09.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:09.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:09.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:09.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:09.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:09.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:09.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:09.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:09.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:09.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:09.591296100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:10.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:10.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:10.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:10.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:10.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:10.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:10.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:10.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:10.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:10.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:10.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:10.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:10.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:10.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:10.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:10.947834200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:10.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:10.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:10.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:10.947834200] +2026-01-05T20:38:10.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:10.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:10.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:10.947834200] +2026-01-05T20:38:10.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:10.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:10.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:10.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:10.947834200] +2026-01-05T20:38:12.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:12.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:12.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:12.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:12.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:12.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:12.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:12.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:12.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:12.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:12.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:12.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:12.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:12.595135200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:13.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:38:13.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:38:13.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:13.107025300] +2026-01-05T20:38:13.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:38:14.448+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:15.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:15.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:15.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:15.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:15.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:15.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:15.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:15.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:15.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:15.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:15.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:15.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:15.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:15.602230800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:15.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:15.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:15.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:15.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:15.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:15.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:15.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:15.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:15.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:15.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:15.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:15.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:15.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:15.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:15.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:15.961336600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:15.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:15.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:15.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:15.961336600] +2026-01-05T20:38:15.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:15.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:15.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:15.961840500] +2026-01-05T20:38:15.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:15.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:15.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:15.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:15.961840500] +2026-01-05T20:38:18.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:18.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:18.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:18.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:18.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:18.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:18.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:18.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:18.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:18.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:18.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:18.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:18.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:18.605883+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:19.543+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:20.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:20.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:20.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:20.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:20.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:20.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:20.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:20.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:20.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:20.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:20.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:20.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:20.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:20.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:20.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:20.977376200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:20.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:20.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:20.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:20.977376200] +2026-01-05T20:38:20.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:20.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:20.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:20.977889300] +2026-01-05T20:38:20.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:20.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:20.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:20.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:20.977889300] +2026-01-05T20:38:21.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:21.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:21.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:21.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:21.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:21.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:21.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:21.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:21.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:21.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:21.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:21.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:21.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:21.614052800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:24.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:24.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:24.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:24.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:24.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:24.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:24.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:24.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:24.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:24.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:24.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:24.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:24.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:24.628100700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:24.645+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:25.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:25.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:25.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:25.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:25.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:25.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:25.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:25.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:25.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:25.985126200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:25.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:25.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:25.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:25.986125500] +2026-01-05T20:38:25.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:25.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:25.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:25.986125500] +2026-01-05T20:38:25.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:25.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:25.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:25.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:25.986125500] +2026-01-05T20:38:27.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:27.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:27.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:27.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:27.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:27.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:27.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:27.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:27.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:27.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:27.634578900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:29.750+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:30.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:30.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:30.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:30.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:30.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:30.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:30.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:30.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:30.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:30.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:30.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:30.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:30.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:30.641661700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:30.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:30.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:30.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:30.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:30.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:30.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:30.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:30.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:30.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:30.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:30.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:30.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:30.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:30.998409700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:30.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:30.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:30.998409700] +2026-01-05T20:38:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:30.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:30.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:30.998937] +2026-01-05T20:38:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:30.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:30.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:30.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:30.998937] +2026-01-05T20:38:33.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:33.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:33.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:33.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:33.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:33.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:33.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:33.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:33.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:33.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:33.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:33.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:33.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:33.652399500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:34.846+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:35.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:36.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:36.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:36.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:36.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:36.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:36.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:36.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:36.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:36.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:36.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:36.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:36.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:36.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:36.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:36.001492600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:36.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:36.001+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:36.001+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:36.001492600] +2026-01-05T20:38:36.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:36.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:36.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:36.002493700] +2026-01-05T20:38:36.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:36.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:36.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:36.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:36.002493700] +2026-01-05T20:38:36.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:36.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:36.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:36.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:36.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:36.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:36.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:36.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:36.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:36.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:36.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:36.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:36.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:36.656902400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:39.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:39.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:39.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:39.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:39.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:39.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:39.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:39.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:39.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:39.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:39.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:39.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:39.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:39.661707800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:39.946+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:41.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:41.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:41.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:41.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:41.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:41.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:41.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:41.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:41.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:41.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:41.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:41.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:41.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:41.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:41.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:41.013760400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:38:41.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:41.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:41.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:41.013760400] +2026-01-05T20:38:41.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:41.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:41.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:41.013760400] +2026-01-05T20:38:41.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:41.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:41.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:41.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:41.013760400] +2026-01-05T20:38:42.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:42.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:42.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:42.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:42.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:42.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:42.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:42.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:42.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:42.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:42.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:42.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:42.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:42.664596900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:43.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:38:43.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:38:43.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:43.116169400] +2026-01-05T20:38:43.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:38:45.047+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:45.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:45.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:45.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:45.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:45.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:45.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:45.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:45.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:45.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:45.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:45.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:45.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:45.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:45.672834700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:46.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:46.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:46.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:46.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:46.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:46.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:46.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:46.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:46.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:46.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:46.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:46.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:46.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:46.017552900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:46.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:46.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:46.017552900] +2026-01-05T20:38:46.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:46.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:46.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:46.018163800] +2026-01-05T20:38:46.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:46.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:46.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:46.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:46.018163800] +2026-01-05T20:38:48.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:48.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:48.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:48.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:48.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:48.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:48.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:48.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:48.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:48.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:48.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:48.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:48.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:48.675351600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:50.148+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:51.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:51.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:51.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:51.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:51.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:51.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:51.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:51.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:51.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:51.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:51.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:51.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:51.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:51.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:51.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:51.027585700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:51.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:51.027585700] +2026-01-05T20:38:51.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:51.028111500] +2026-01-05T20:38:51.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:51.028111500] +2026-01-05T20:38:51.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:51.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:51.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:51.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:51.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:51.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:51.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:51.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:51.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:51.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:51.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:51.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:51.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:51.680506200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:54.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:54.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:54.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:54.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:54.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:54.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:54.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:54.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:54.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:54.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:54.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:54.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:54.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:54.686750100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:55.247+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:38:56.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:56.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:38:56.030+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:38:56.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:38:56.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:56.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:56.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:56.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:56.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:56.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:56.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:56.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:56.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:56.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:56.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:56.031920600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:38:56.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:38:56.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:38:56.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:56.031920600] +2026-01-05T20:38:56.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:56.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:38:56.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:38:56.032921700] +2026-01-05T20:38:56.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:38:56.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:38:56.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:38:56.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:38:56.032921700] +2026-01-05T20:38:57.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:38:57.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:38:57.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:57.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:57.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:38:57.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:38:57.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:38:57.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:38:57.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:38:57.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:38:57.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:38:57.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:38:57.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:38:57.693338400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:00.347+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:00.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:00.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:00.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:00.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:00.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:00.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:00.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:00.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:00.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:00.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:00.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:00.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:00.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:00.698709100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:01.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:01.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:01.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:01.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:01.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:01.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:01.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:01.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:01.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:01.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:01.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:01.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:01.041109300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:01.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:01.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:01.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:01.041636600] +2026-01-05T20:39:01.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:01.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:01.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:01.041636600] +2026-01-05T20:39:01.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:01.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:01.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:01.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:01.041636600] +2026-01-05T20:39:03.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:03.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:03.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:03.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:03.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:03.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:03.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:03.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:03.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:03.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:03.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:03.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:03.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:03.715002400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:05.448+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:06.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:06.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:06.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:06.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:06.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:06.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:06.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:06.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:06.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:06.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:06.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:06.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:06.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:06.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:06.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:06.045396600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:06.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:06.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:06.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:06.045396600] +2026-01-05T20:39:06.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:06.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:06.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:06.046077800] +2026-01-05T20:39:06.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:06.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:06.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:06.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:06.046077800] +2026-01-05T20:39:06.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:06.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:06.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:06.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:06.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:06.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:06.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:06.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:06.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:06.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:06.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:06.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:06.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:06.722157600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:09.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:09.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:09.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:09.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:09.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:09.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:09.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:09.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:09.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:09.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:09.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:09.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:09.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:09.730621300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:10.555+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:11.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:11.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:11.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:11.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:11.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:11.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:11.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:11.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:11.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:11.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:11.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:11.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:11.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:11.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:11.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:11.055280900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:11.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:11.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:11.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:11.055280900] +2026-01-05T20:39:11.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:11.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:11.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:11.055808] +2026-01-05T20:39:11.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:11.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:11.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:11.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:11.055808] +2026-01-05T20:39:12.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:12.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:12.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:12.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:12.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:12.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:12.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:12.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:12.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:12.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:12.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:12.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:12.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:12.737718400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:13.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:39:13.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:39:13.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:13.120558900] +2026-01-05T20:39:13.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:39:15.649+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:15.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:15.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:15.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:15.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:15.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:15.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:15.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:15.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:15.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:15.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:15.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:15.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:15.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:15.743240600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:16.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:16.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:16.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:16.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:16.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:16.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:16.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:16.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:16.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:16.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:16.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:16.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:16.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:16.068334800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:16.068+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:16.068+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:16.068334800] +2026-01-05T20:39:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:16.068+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:16.068+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:16.068863300] +2026-01-05T20:39:16.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:16.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:16.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:16.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:16.068863300] +2026-01-05T20:39:18.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:18.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:18.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:18.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:18.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:18.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:18.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:18.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:18.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:18.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:18.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:18.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:18.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:18.758132200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:20.754+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:21.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:21.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:21.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:21.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:21.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:21.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:21.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:21.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:21.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:21.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:21.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:21.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:21.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:21.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:21.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:21.081565+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:21.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:21.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:21.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:21.081565] +2026-01-05T20:39:21.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:21.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:21.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:21.082160300] +2026-01-05T20:39:21.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:21.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:21.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:21.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:21.082160300] +2026-01-05T20:39:21.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:21.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:21.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:21.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:21.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:21.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:21.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:21.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:21.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:21.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:21.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:21.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:21.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:21.762003800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:24.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:24.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:24.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:24.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:24.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:24.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:24.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:24.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:24.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:24.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:24.780568500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:25.854+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:26.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:26.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:26.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:26.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:26.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:26.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:26.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:26.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:26.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:26.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:26.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:26.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:26.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:26.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:26.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:26.092430600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:26.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:26.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:26.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:26.092430600] +2026-01-05T20:39:26.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:26.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:26.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:26.093427200] +2026-01-05T20:39:26.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:26.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:26.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:26.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:26.093427200] +2026-01-05T20:39:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:27.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:27.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:27.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:27.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:27.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:27.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:27.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:27.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:27.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:27.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:27.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:27.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:27.791182200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:30.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:30.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:30.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:30.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:30.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:30.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:30.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:30.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:30.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:30.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:30.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:30.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:30.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:30.801942200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:30.955+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:31.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:31.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:31.094+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:31.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:31.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:31.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:31.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:31.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:31.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:31.096461100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:31.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:31.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:31.096461100] +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:31.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:31.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:31.096982500] +2026-01-05T20:39:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:31.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:31.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:31.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:31.096982500] +2026-01-05T20:39:33.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:33.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:33.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:33.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:33.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:33.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:33.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:33.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:33.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:33.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:33.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:33.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:33.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:33.807150100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:36.051+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:36.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:36.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:36.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:36.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:36.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:36.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:36.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:36.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:36.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:36.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:36.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:36.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:36.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:36.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:36.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:36.112855400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:36.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:36.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:36.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:36.112855400] +2026-01-05T20:39:36.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:36.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:36.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:36.113623200] +2026-01-05T20:39:36.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:36.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:36.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:36.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:36.113623200] +2026-01-05T20:39:36.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:36.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:36.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:36.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:36.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:36.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:36.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:36.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:36.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:36.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:36.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:36.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:36.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:36.813821800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:39.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:39.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:39.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:39.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:39.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:39.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:39.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:39.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:39.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:39.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:39.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:39.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:39.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:39.822691600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:41.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:41.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:41.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:41.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:41.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:41.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:41.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:41.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:41.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:41.119014700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:41.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:41.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:41.119014700] +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:41.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:41.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:41.119520300] +2026-01-05T20:39:41.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:41.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:41.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:41.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:41.119520300] +2026-01-05T20:39:41.152+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:42.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:42.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:42.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:42.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:42.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:42.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:42.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:42.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:42.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:42.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:42.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:42.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:42.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:42.835205800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:43.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:39:43.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:39:43.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:43.130352500] +2026-01-05T20:39:43.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:39:45.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:45.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:45.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:45.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:45.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:45.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:45.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:45.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:45.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:45.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:45.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:45.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:45.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:45.846078300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:46.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:46.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:46.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:46.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:46.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:46.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:46.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:46.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:46.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:46.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:46.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:46.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:46.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:46.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:46.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:46.124645400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:46.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:46.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:46.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:46.124645400] +2026-01-05T20:39:46.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:46.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:46.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:46.125378300] +2026-01-05T20:39:46.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:46.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:46.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:46.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:46.125378300] +2026-01-05T20:39:46.251+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:48.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:48.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:48.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:48.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:48.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:48.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:48.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:48.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:48.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:48.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:48.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:48.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:48.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:48.857369300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:51.132+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:51.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:51.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:51.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:51.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:51.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:51.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:51.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:51.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:51.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:51.133954500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:51.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:51.133+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:51.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:51.133954500] +2026-01-05T20:39:51.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:51.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:51.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:51.134550400] +2026-01-05T20:39:51.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:51.135+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:51.135+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:51.135+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:51.134550400] +2026-01-05T20:39:51.352+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:51.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:51.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:51.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:51.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:51.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:51.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:51.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:51.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:51.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:51.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:51.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:51.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:51.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:51.866615400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:54.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:54.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:54.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:54.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:54.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:54.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:54.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:54.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:54.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:54.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:54.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:54.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:54.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:54.874268600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:56.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:56.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:39:56.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:39:56.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:39:56.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:56.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:56.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:56.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:56.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:56.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:56.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:56.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:56.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:56.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:56.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:56.144860300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:39:56.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:39:56.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:39:56.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:56.144860300] +2026-01-05T20:39:56.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:56.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:39:56.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:39:56.144860300] +2026-01-05T20:39:56.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:39:56.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:39:56.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:39:56.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:39:56.144860300] +2026-01-05T20:39:56.455+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:39:57.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:39:57.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:39:57.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:57.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:57.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:39:57.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:39:57.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:39:57.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:39:57.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:39:57.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:39:57.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:39:57.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:39:57.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:39:57.877673+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:00.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:00.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:00.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:00.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:00.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:00.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:00.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:00.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:00.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:00.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:00.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:00.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:00.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:00.889401800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:01.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:01.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:01.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:01.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:01.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:01.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:01.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:01.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:01.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:01.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:01.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:01.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:01.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:01.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:01.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:01.154000400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:40:01.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:01.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:01.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:01.154000400] +2026-01-05T20:40:01.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:01.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:01.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:01.154000400] +2026-01-05T20:40:01.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:01.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:01.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:01.154+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:01.154000400] +2026-01-05T20:40:01.554+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:03.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:03.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:03.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:03.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:03.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:03.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:03.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:03.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:03.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:03.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:03.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:03.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:03.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:03.901545400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:06.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:06.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:06.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:06.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:06.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:06.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:06.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:06.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:06.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:06.171377600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:06.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:06.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:06.171377600] +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:06.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:06.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:06.171898100] +2026-01-05T20:40:06.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:06.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:06.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:06.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:06.171898100] +2026-01-05T20:40:06.656+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:06.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:06.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:06.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:06.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:06.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:06.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:06.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:06.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:06.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:06.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:06.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:06.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:06.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:06.910220300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:09.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:09.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:09.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:09.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:09.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:09.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:09.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:09.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:09.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:09.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:09.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:09.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:09.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:09.925563500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:11.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:11.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:11.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:11.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:11.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:11.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:11.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:11.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:11.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:11.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:11.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:11.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:11.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:11.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:11.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:11.175898400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:11.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:11.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:11.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:11.175898400] +2026-01-05T20:40:11.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:11.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:11.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:11.176424800] +2026-01-05T20:40:11.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:11.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:11.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:11.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:11.176424800] +2026-01-05T20:40:11.761+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:12.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:12.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:12.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:12.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:12.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:12.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:12.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:12.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:12.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:12.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:12.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:12.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:12.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:12.932600700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:13.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:40:13.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:40:13.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:13.149310600] +2026-01-05T20:40:13.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:40:15.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:15.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:15.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:15.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:15.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:15.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:15.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:15.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:15.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:15.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:15.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:15.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:15.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:15.946534500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:16.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:16.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:16.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:16.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:16.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:16.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:16.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:16.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:16.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:16.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:16.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:16.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:16.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:16.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:16.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:16.181214900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:16.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:16.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:16.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:16.181214900] +2026-01-05T20:40:16.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:16.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:16.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:16.181973200] +2026-01-05T20:40:16.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:16.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:16.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:16.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:16.181973200] +2026-01-05T20:40:16.863+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:18.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:18.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:18.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:18.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:18.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:18.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:18.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:18.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:18.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:18.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:18.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:18.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:18.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:18.959720100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:21.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:21.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:21.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:21.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:21.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:21.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:21.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:21.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:21.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:21.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:21.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:21.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:21.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:21.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:21.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:21.188216100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:40:21.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:21.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:21.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:21.188216100] +2026-01-05T20:40:21.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:21.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:21.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:21.188738100] +2026-01-05T20:40:21.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:21.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:21.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:21.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:21.188738100] +2026-01-05T20:40:21.961+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:21.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:21.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:21.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:21.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:21.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:21.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:21.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:21.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:21.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:21.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:21.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:21.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:21.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:21.962851100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:24.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:24.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:24.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:24.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:24.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:24.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:24.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:24.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:24.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:24.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:24.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:24.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:24.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:24.979706300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:26.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:26.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:26.194+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:26.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:26.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:26.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:26.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:26.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:26.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:26.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:26.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:26.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:26.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:26.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:26.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:26.196097600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:26.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:26.196097600] +2026-01-05T20:40:26.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:26.196097600] +2026-01-05T20:40:26.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:26.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:26.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:26.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:26.196097600] +2026-01-05T20:40:27.064+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:27.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:27.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:27.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:27.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:27.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:27.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:27.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:27.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:27.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:27.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:27.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:27.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:27.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:27.987617700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:30.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:30.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:30.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:30.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:30.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:30.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:30.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:30.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:30.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:30.999999200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:31.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:31.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:31.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:31.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:31.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:31.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:31.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:31.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:31.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:31.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:31.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:31.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:31.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:31.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:31.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:31.200935400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:31.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:31.200+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:31.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:31.200935400] +2026-01-05T20:40:31.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:31.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:31.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:31.201462900] +2026-01-05T20:40:31.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:31.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:31.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:31.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:31.201462900] +2026-01-05T20:40:32.165+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:34.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:34.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:34.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:34.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:34.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:34.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:34.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:34.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:34.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:34.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:34.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:34.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:34.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:34.005148900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:36.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:36.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:36.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:36.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:36.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:36.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:36.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:36.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:36.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:36.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:36.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:36.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:36.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:36.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:36.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:36.210161700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:36.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:36.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:36.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:36.210161700] +2026-01-05T20:40:36.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:36.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:36.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:36.211161500] +2026-01-05T20:40:36.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:36.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:36.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:36.211+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:36.211161500] +2026-01-05T20:40:37.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:37.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:37.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:37.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:37.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:37.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:37.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:37.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:37.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:37.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:37.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:37.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:37.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:37.020178200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:37.267+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:40.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:40.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:40.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:40.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:40.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:40.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:40.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:40.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:40.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:40.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:40.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:40.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:40.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:40.029372400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:41.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:41.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:41.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:41.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:41.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:41.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:41.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:41.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:41.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:41.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:41.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:41.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:41.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:41.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:41.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:41.225457700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:41.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:41.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:41.225+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:41.225457700] +2026-01-05T20:40:41.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:41.226+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:41.226+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:41.226103900] +2026-01-05T20:40:41.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:41.226+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:41.226+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:41.226+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:41.226103900] +2026-01-05T20:40:42.363+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:43.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:43.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:43.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:43.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:43.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:43.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:43.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:43.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:43.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:43.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:43.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:43.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:43.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:43.033758400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:43.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:40:43.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:40:43.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:43.156838100] +2026-01-05T20:40:43.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:40:46.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:46.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:46.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:46.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:46.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:46.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:46.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:46.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:46.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:46.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:46.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:46.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:46.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:46.037457500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:46.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:46.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:46.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:46.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:46.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:46.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:46.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:46.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:46.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:46.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:46.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:46.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:46.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:46.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:46.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:46.241818900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:46.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:46.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:46.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:46.241818900] +2026-01-05T20:40:46.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:46.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:46.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:46.242440600] +2026-01-05T20:40:46.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:46.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:46.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:46.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:46.242440600] +2026-01-05T20:40:47.469+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:49.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:49.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:49.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:49.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:49.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:49.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:49.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:49.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:49.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:49.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:49.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:49.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:49.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:49.041658300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:51.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:51.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:51.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:51.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:51.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:51.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:51.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:51.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:51.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:51.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:51.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:51.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:51.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:51.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:51.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:51.246005400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:51.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:51.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:51.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:51.246005400] +2026-01-05T20:40:51.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:51.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:51.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:51.246656300] +2026-01-05T20:40:51.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:51.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:51.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:51.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:51.246656300] +2026-01-05T20:40:52.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:52.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:52.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:52.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:52.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:52.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:52.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:52.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:52.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:52.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:52.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:52.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:52.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:52.054663900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:52.568+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:55.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:55.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:55.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:55.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:55.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:55.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:55.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:55.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:55.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:55.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:55.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:55.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:55.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:55.066310600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:56.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:56.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:40:56.250+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:40:56.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:40:56.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:56.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:56.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:56.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:56.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:56.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:56.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:56.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:56.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:56.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:56.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:56.251259+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:40:56.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:40:56.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:40:56.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:56.251259] +2026-01-05T20:40:56.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:56.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:40:56.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:40:56.251259] +2026-01-05T20:40:56.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:40:56.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:40:56.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:40:56.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:40:56.251259] +2026-01-05T20:40:57.668+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:40:58.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:40:58.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:40:58.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:58.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:58.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:40:58.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:40:58.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:40:58.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:40:58.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:40:58.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:40:58.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:40:58.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:40:58.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:40:58.077074700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:01.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:01.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:01.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:01.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:01.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:01.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:01.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:01.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:01.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:01.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:01.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:01.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:01.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:01.092046400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:01.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:01.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:01.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:01.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:01.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:01.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:01.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:01.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:01.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:01.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:01.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:01.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:01.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:01.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:01.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:01.262388500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:01.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:01.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:01.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:01.262388500] +2026-01-05T20:41:01.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:01.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:01.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:01.263021700] +2026-01-05T20:41:01.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:01.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:01.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:01.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:01.263021700] +2026-01-05T20:41:02.771+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:04.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:04.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:04.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:04.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:04.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:04.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:04.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:04.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:04.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:04.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:04.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:04.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:04.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:04.098879700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:06.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:06.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:06.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:06.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:06.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:06.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:06.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:06.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:06.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:06.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:06.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:06.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:06.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:06.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:06.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:06.279694200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:06.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:06.279+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:06.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:06.279694200] +2026-01-05T20:41:06.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:06.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:06.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:06.280324700] +2026-01-05T20:41:06.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:06.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:06.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:06.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:06.280324700] +2026-01-05T20:41:07.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:07.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:07.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:07.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:07.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:07.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:07.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:07.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:07.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:07.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:07.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:07.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:07.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:07.105910300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:07.867+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:10.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:10.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:10.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:10.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:10.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:10.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:10.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:10.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:10.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:10.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:10.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:10.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:10.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:10.116021900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:11.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:11.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:11.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:11.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:11.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:11.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:11.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:11.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:11.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:11.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:11.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:11.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:11.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:11.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:11.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:11.293351300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:11.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:11.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:11.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:11.293351300] +2026-01-05T20:41:11.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:11.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:11.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:11.294065200] +2026-01-05T20:41:11.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:11.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:11.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:11.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:11.294065200] +2026-01-05T20:41:12.969+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:13.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:13.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:13.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:13.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:13.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:13.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:13.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:13.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:13.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:13.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:13.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:13.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:13.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:13.127761100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:13.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:41:13.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:41:13.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:13.172418100] +2026-01-05T20:41:13.173+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:41:16.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:16.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:16.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:16.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:16.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:16.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:16.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:16.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:16.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:16.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:16.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:16.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:16.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:16.131766400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:16.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:16.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:16.301+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:16.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:16.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:16.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:16.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:16.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:16.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:16.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:16.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:16.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:16.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:16.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:16.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:16.303067400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:16.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:16.303+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:16.303+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:16.303067400] +2026-01-05T20:41:16.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:16.303+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:16.303+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:16.303799300] +2026-01-05T20:41:16.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:16.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:16.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:16.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:16.303799300] +2026-01-05T20:41:18.065+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:19.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:19.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:19.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:19.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:19.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:19.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:19.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:19.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:19.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:19.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:19.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:19.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:19.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:19.144825100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:21.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:21.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:21.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:21.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:21.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:21.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:21.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:21.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:21.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:21.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:21.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:21.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:21.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:21.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:21.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:21.307465+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:21.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:21.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:21.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:21.307465] +2026-01-05T20:41:21.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:21.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:21.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:21.308075400] +2026-01-05T20:41:21.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:21.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:21.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:21.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:21.308075400] +2026-01-05T20:41:22.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:22.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:22.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:22.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:22.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:22.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:22.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:22.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:22.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:22.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:22.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:22.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:22.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:22.161734500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:23.172+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:25.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:25.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:25.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:25.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:25.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:25.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:25.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:25.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:25.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:25.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:25.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:25.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:25.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:25.174278700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:26.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:26.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:26.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:26.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:26.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:26.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:26.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:26.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:26.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:26.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:26.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:26.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:26.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:26.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:26.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:26.310670800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:26.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:26.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:26.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:26.310670800] +2026-01-05T20:41:26.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:26.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:26.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:26.311391900] +2026-01-05T20:41:26.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:26.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:26.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:26.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:26.311391900] +2026-01-05T20:41:28.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:28.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:28.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:28.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:28.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:28.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:28.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:28.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:28.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:28.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:28.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:28.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:28.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:28.181905900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:28.272+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:31.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:31.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:31.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:31.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:31.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:31.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:31.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:31.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:31.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:31.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:31.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:31.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:31.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:31.187987600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:31.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:31.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:31.325+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:31.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:31.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:31.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:31.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:31.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:31.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:31.327035400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:31.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:31.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:31.327035400] +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:31.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:31.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:31.327540600] +2026-01-05T20:41:31.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:31.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:31.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:31.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:31.327540600] +2026-01-05T20:41:33.363+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:34.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:34.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:34.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:34.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:34.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:34.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:34.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:34.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:34.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:34.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:34.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:34.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:34.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:34.191608+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:36.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:36.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:36.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:36.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:36.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:36.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:36.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:36.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:36.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:36.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:36.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:36.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:36.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:36.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:36.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:36.334448+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:36.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:36.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:36.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:36.334448] +2026-01-05T20:41:36.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:36.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:36.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:36.335451] +2026-01-05T20:41:36.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:36.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:36.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:36.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:36.335451] +2026-01-05T20:41:37.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:37.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:37.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:37.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:37.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:37.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:37.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:37.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:37.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:37.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:37.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:37.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:37.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:37.204405700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:38.465+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:40.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:40.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:40.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:40.218294900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:41.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:41.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:41.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:41.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:41.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:41.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:41.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:41.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:41.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:41.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:41.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:41.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:41.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:41.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:41.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:41.343691800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:41.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:41.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:41.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:41.343691800] +2026-01-05T20:41:41.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:41.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:41.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:41.344337700] +2026-01-05T20:41:41.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:41.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:41.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:41.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:41.344337700] +2026-01-05T20:41:43.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:41:43.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:41:43.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:43.178393] +2026-01-05T20:41:43.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:41:43.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:43.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:43.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:43.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:43.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:43.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:43.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:43.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:43.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:43.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:43.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:43.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:43.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:43.226420500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:43.567+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:46.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:46.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:46.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:46.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:46.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:46.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:46.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:46.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:46.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:46.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:46.246760900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:41:46.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:46.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:46.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:46.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:46.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:46.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:46.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:46.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:46.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:46.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:46.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:46.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:46.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:46.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:46.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:46.351630300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:46.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:46.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:46.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:46.351630300] +2026-01-05T20:41:46.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:46.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:46.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:46.352398100] +2026-01-05T20:41:46.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:46.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:46.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:46.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:46.352398100] +2026-01-05T20:41:48.672+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:49.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:49.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:49.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:49.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:49.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:49.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:49.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:49.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:49.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:49.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:49.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:49.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:49.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:49.250705600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:51.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:51.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:51.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:51.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:51.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:51.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:51.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:51.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:51.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:51.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:51.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:51.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:51.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:51.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:51.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:51.356505+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:51.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:51.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:51.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:51.356505] +2026-01-05T20:41:51.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:51.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:51.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:51.357009400] +2026-01-05T20:41:51.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:51.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:51.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:51.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:51.357009400] +2026-01-05T20:41:52.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:52.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:52.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:52.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:52.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:52.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:52.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:52.256285900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:53.766+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:41:55.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:55.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:55.264085200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:56.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:56.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:41:56.371+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:41:56.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:41:56.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:56.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:56.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:56.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:56.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:56.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:56.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:56.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:56.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:56.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:56.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:56.373335500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:56.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:41:56.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:41:56.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:56.373335500] +2026-01-05T20:41:56.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:56.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:41:56.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:41:56.373335500] +2026-01-05T20:41:56.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:41:56.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:41:56.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:41:56.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:41:56.373335500] +2026-01-05T20:41:58.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:41:58.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:41:58.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:58.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:58.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:41:58.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:41:58.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:41:58.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:41:58.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:41:58.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:41:58.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:41:58.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:41:58.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:41:58.276872700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:41:58.871+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:01.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:01.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:01.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:01.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:01.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:01.286745500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:42:01.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:01.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:01.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:01.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:01.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:01.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:01.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:01.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:01.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:01.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:01.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:01.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:01.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:01.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:01.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:01.380841600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:01.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:01.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:01.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:01.380841600] +2026-01-05T20:42:01.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:01.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:01.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:01.381579100] +2026-01-05T20:42:01.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:01.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:01.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:01.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:01.381579100] +2026-01-05T20:42:03.963+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:04.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:04.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:04.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:04.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:04.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:04.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:04.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:04.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:04.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:04.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:04.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:04.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:04.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:04.294653600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:06.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:06.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:06.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:06.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:06.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:06.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:06.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:06.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:06.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:06.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:06.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:06.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:06.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:06.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:06.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:06.397969400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:06.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:06.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:06.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:06.397969400] +2026-01-05T20:42:06.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:06.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:06.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:06.397969400] +2026-01-05T20:42:06.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:06.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:06.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:06.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:06.397969400] +2026-01-05T20:42:07.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:07.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:07.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:07.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:07.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:07.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:07.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:07.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:07.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:07.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:07.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:07.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:07.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:07.301536500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:09.065+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:10.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:10.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:10.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:10.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:10.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:10.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:10.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:10.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:10.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:10.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:10.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:10.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:10.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:10.314009400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:11.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:11.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:11.412+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:11.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:11.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:11.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:11.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:11.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:11.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:11.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:11.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:11.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:11.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:11.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:11.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:11.414396400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:11.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:11.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:11.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:11.414396400] +2026-01-05T20:42:11.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:11.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:11.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:11.414396400] +2026-01-05T20:42:11.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:11.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:11.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:11.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:11.414396400] +2026-01-05T20:42:13.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:42:13.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:42:13.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:13.183978500] +2026-01-05T20:42:13.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:42:13.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:13.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:13.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:13.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:13.325907200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:14.166+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:16.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:16.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:16.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:16.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:16.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:16.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:16.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:16.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:16.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:16.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:16.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:16.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:16.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:16.336583600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:16.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:16.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:16.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:16.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:16.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:16.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:16.430900900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:16.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:16.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:16.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:16.430900900] +2026-01-05T20:42:16.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:16.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:16.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:16.431630200] +2026-01-05T20:42:16.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:16.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:16.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:16.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:16.431630200] +2026-01-05T20:42:19.266+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:19.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:19.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:19.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:19.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:19.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:19.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:19.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:19.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:19.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:19.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:19.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:19.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:19.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:19.346740500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:21.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:21.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:21.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:21.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:21.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:21.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:21.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:21.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:21.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:21.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:21.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:21.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:21.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:21.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:21.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:21.435263300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:21.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:21.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:21.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:21.435263300] +2026-01-05T20:42:21.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:21.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:21.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:21.435263300] +2026-01-05T20:42:21.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:21.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:21.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:21.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:21.435263300] +2026-01-05T20:42:22.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:22.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:22.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:22.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:22.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:22.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:22.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:22.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:22.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:22.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:22.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:22.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:22.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:22.349949200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:24.372+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:25.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:25.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:25.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:25.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:25.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:25.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:25.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:25.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:25.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:25.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:25.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:25.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:25.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:25.356018600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:26.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:26.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:26.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:26.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:26.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:26.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:26.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:26.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:26.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:26.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:26.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:26.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:26.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:26.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:26.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:26.449169100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:26.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:26.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:26.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:26.449169100] +2026-01-05T20:42:26.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:26.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:26.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:26.449832200] +2026-01-05T20:42:26.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:26.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:26.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:26.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:26.449832200] +2026-01-05T20:42:28.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:28.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:28.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:28.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:28.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:28.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:28.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:28.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:28.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:28.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:28.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:28.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:28.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:28.361308800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:29.466+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:31.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:31.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:31.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:31.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:31.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:31.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:31.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:31.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:31.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:31.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:31.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:31.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:31.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:31.369493400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:31.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:31.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:31.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:31.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:31.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:31.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:31.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:31.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:31.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:31.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:31.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:31.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:31.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:31.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:31.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:31.462997200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:31.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:31.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:31.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:31.462997200] +2026-01-05T20:42:31.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:31.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:31.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:31.463702800] +2026-01-05T20:42:31.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:31.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:31.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:31.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:31.463702800] +2026-01-05T20:42:34.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:34.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:34.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:34.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:34.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:34.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:34.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:34.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:34.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:34.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:34.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:34.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:34.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:34.383104500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:34.565+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:36.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:36.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:36.465+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:36.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:36.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:36.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:36.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:36.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:36.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:36.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:36.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:36.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:36.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:36.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:36.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:36.466975300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:36.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:36.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:36.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:36.466975300] +2026-01-05T20:42:36.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:36.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:36.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:36.467703600] +2026-01-05T20:42:36.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:36.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:36.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:36.468+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:36.467703600] +2026-01-05T20:42:37.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:37.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:37.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:37.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:37.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:37.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:37.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:37.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:37.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:37.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:37.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:37.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:37.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:37.397432900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:39.669+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:40.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:40.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:40.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:40.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:40.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:40.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:40.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:40.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:40.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:40.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:40.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:40.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:40.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:40.403729400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:41.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:41.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:41.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:41.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:41.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:41.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:41.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:41.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:41.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:41.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:41.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:41.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:41.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:41.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:41.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:41.476714300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:41.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:41.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:41.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:41.476714300] +2026-01-05T20:42:41.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:41.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:41.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:41.477378700] +2026-01-05T20:42:41.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:41.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:41.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:41.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:41.477378700] +2026-01-05T20:42:43.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:42:43.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:42:43.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:43.190512300] +2026-01-05T20:42:43.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:42:43.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:43.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:43.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:43.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:43.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:43.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:43.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:43.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:43.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:43.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:43.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:43.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:43.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:43.410233600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:44.765+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:46.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:46.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:46.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:46.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:46.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:46.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:46.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:46.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:46.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:46.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:46.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:46.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:46.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:46.418522900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:46.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:46.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:46.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:46.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:46.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:46.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:46.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:46.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:46.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:46.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:46.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:46.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:46.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:46.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:46.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:46.480085400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:46.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:46.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:46.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:46.480085400] +2026-01-05T20:42:46.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:46.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:46.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:46.480796] +2026-01-05T20:42:46.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:46.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:46.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:46.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:46.480796] +2026-01-05T20:42:49.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:49.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:49.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:49.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:49.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:49.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:49.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:49.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:49.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:49.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:49.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:49.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:49.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:49.432928900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:49.869+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:51.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:51.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:51.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:51.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:51.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:51.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:51.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:51.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:51.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:51.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:51.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:51.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:51.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:51.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:51.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:51.495971+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:42:51.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:51.495+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:51.495+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:51.495971] +2026-01-05T20:42:51.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:51.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:51.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:51.495971] +2026-01-05T20:42:51.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:51.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:51.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:51.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:51.495971] +2026-01-05T20:42:52.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:52.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:52.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:52.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:52.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:52.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:52.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:52.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:52.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:52.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:52.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:52.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:52.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:52.438875+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:54.966+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:42:55.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:55.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:55.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:55.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:55.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:55.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:55.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:55.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:55.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:55.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:55.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:55.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:55.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:55.454251500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:56.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:56.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:42:56.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:42:56.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:42:56.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:56.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:56.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:56.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:56.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:56.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:56.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:56.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:56.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:56.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:56.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:56.514664600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:42:56.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:42:56.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:42:56.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:56.514664600] +2026-01-05T20:42:56.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:56.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:42:56.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:42:56.515365200] +2026-01-05T20:42:56.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:42:56.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:42:56.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:42:56.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:42:56.515365200] +2026-01-05T20:42:58.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:42:58.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:42:58.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:58.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:58.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:42:58.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:42:58.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:42:58.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:42:58.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:42:58.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:42:58.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:42:58.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:42:58.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:42:58.464029300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:00.068+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:01.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:01.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:01.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:01.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:01.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:01.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:01.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:01.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:01.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:01.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:01.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:01.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:01.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:01.475937100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:01.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:01.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:01.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:01.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:01.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:01.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:01.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:01.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:01.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:01.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:01.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:01.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:01.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:01.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:01.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:01.521735600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:01.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:01.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:01.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:01.521735600] +2026-01-05T20:43:01.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:01.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:01.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:01.522305600] +2026-01-05T20:43:01.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:01.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:01.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:01.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:01.522305600] +2026-01-05T20:43:04.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:04.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:04.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:04.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:04.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:04.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:04.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:04.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:04.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:04.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:04.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:04.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:04.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:04.490265400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:05.174+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:06.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:06.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:06.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:06.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:06.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:06.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:06.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:06.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:06.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:06.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:06.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:06.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:06.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:06.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:06.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:06.536347800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:06.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:06.536+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:06.536+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:06.536347800] +2026-01-05T20:43:06.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:06.537+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:06.537+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:06.536347800] +2026-01-05T20:43:06.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:06.537+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:06.537+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:06.537+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:06.536347800] +2026-01-05T20:43:07.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:07.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:07.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:07.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:07.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:07.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:07.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:07.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:07.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:07.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:07.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:07.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:07.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:07.503122800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:10.277+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:10.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:10.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:10.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:10.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:10.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:10.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:10.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:10.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:10.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:10.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:10.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:10.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:10.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:10.513760800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:11.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:11.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:11.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:11.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:11.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:11.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:11.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:11.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:11.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:11.541981+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:11.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:11.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:11.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:11.541981] +2026-01-05T20:43:11.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:11.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:11.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:11.542503600] +2026-01-05T20:43:11.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:11.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:11.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:11.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:11.542503600] +2026-01-05T20:43:13.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:43:13.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:43:13.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:13.208029300] +2026-01-05T20:43:13.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:43:13.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:13.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:13.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:13.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:13.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:13.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:13.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:13.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:13.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:13.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:13.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:13.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:13.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:13.518072900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:15.370+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:16.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:16.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:16.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:16.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:16.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:16.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:16.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:16.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:16.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:16.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:16.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:16.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:16.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:16.527401100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:16.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:16.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:16.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:16.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:16.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:16.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:16.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:16.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:16.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:16.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:16.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:16.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:16.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:16.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:16.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:16.559404600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:16.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:16.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:16.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:16.559404600] +2026-01-05T20:43:16.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:16.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:16.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:16.559910400] +2026-01-05T20:43:16.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:16.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:16.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:16.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:16.559910400] +2026-01-05T20:43:19.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:19.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:19.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:19.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:19.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:19.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:19.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:19.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:19.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:19.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:19.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:19.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:19.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:19.540620800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:20.473+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:21.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:21.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:21.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:21.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:21.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:21.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:21.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:21.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:21.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:21.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:21.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:21.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:21.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:21.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:21.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:21.565184200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:21.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:21.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:21.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:21.565184200] +2026-01-05T20:43:21.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:21.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:21.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:21.565911700] +2026-01-05T20:43:21.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:21.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:21.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:21.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:21.565911700] +2026-01-05T20:43:22.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:22.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:22.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:22.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:22.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:22.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:22.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:22.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:22.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:22.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:22.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:22.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:22.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:22.548357400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:25.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:25.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:25.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:25.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:25.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:25.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:25.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:25.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:25.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:25.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:25.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:25.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:25.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:25.555011800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:25.568+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:26.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:26.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:26.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:26.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:26.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:26.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:26.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:26.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:26.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:26.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:26.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:26.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:26.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:26.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:26.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:26.569299+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:26.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:26.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:26.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:26.569299] +2026-01-05T20:43:26.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:26.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:26.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:26.569891400] +2026-01-05T20:43:26.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:26.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:26.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:26.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:26.569891400] +2026-01-05T20:43:28.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:28.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:28.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:28.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:28.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:28.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:28.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:28.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:28.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:28.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:28.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:28.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:28.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:28.562748400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:30.678+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:31.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:31.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:31.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:31.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:31.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:31.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:31.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:31.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:31.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:31.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:31.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:31.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:31.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:31.566216600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:31.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:31.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:31.579+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:31.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:31.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:31.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:31.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:31.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:31.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:31.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:31.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:31.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:31.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:31.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:31.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:31.581839+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:43:31.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:31.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:31.581+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:31.581839] +2026-01-05T20:43:31.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:31.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:31.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:31.582358400] +2026-01-05T20:43:31.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:31.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:31.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:31.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:31.582358400] +2026-01-05T20:43:34.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:34.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:34.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:34.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:34.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:34.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:34.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:34.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:34.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:34.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:34.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:34.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:34.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:34.580655600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:35.780+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:36.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:36.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:36.594+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:36.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:36.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:36.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:36.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:36.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:36.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:36.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:36.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:36.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:36.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:36.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:36.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:36.595987500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:36.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:36.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:36.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:36.595987500] +2026-01-05T20:43:36.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:36.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:36.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:36.596986300] +2026-01-05T20:43:36.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:36.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:36.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:36.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:36.596986300] +2026-01-05T20:43:37.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:37.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:37.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:37.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:37.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:37.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:37.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:37.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:37.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:37.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:37.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:37.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:37.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:37.589046200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:40.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:40.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:40.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:40.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:40.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:40.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:40.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:40.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:40.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:40.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:40.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:40.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:40.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:40.601986800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:40.882+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:41.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:41.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:41.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:41.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:41.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:41.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:41.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:41.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:41.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:41.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:41.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:41.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:41.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:41.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:41.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:41.611268500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:41.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:41.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:41.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:41.611268500] +2026-01-05T20:43:41.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:41.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:41.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:41.611857] +2026-01-05T20:43:41.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:41.612+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:41.612+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:41.612+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:41.611857] +2026-01-05T20:43:43.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:43:43.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:43:43.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:43.217393700] +2026-01-05T20:43:43.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:43:43.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:43.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:43.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:43.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:43.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:43.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:43.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:43.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:43.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:43.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:43.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:43.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:43.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:43.607548800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:45.980+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:46.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:46.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:46.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:46.620938200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:43:46.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:46.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:46.621+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:46.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:46.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:46.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:46.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:46.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:46.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:46.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:46.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:46.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:46.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:46.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:46.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:46.622505100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:43:46.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:46.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:46.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:46.622505100] +2026-01-05T20:43:46.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:46.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:46.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:46.623026800] +2026-01-05T20:43:46.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:46.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:46.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:46.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:46.623026800] +2026-01-05T20:43:49.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:49.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:49.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:49.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:49.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:49.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:49.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:49.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:49.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:49.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:49.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:49.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:49.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:49.635310100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:51.070+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:51.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:51.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:51.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:51.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:51.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:51.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:51.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:51.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:51.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:51.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:51.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:51.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:51.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:51.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:51.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:51.632681100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:43:51.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:51.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:51.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:51.632681100] +2026-01-05T20:43:51.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:51.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:51.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:51.632681100] +2026-01-05T20:43:51.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:51.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:51.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:51.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:51.632681100] +2026-01-05T20:43:52.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:52.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:52.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:52.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:52.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:52.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:52.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:52.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:52.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:52.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:52.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:52.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:52.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:52.643573200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:55.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:55.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:55.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:55.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:55.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:55.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:55.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:55.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:55.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:55.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:55.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:55.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:55.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:55.653945600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:56.181+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:43:56.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:56.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:43:56.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:43:56.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:43:56.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:56.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:56.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:56.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:56.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:56.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:56.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:56.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:56.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:56.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:56.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:56.637965900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:43:56.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:43:56.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:43:56.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:56.637965900] +2026-01-05T20:43:56.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:56.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:43:56.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:43:56.638486800] +2026-01-05T20:43:56.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:43:56.639+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:43:56.639+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:43:56.639+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:43:56.638486800] +2026-01-05T20:43:58.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:43:58.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:43:58.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:58.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:58.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:43:58.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:43:58.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:43:58.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:43:58.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:43:58.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:43:58.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:43:58.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:43:58.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:43:58.663414700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:01.278+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:01.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:01.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:01.648+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:01.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:01.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:01.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:01.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:01.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:01.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:01.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:01.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:01.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:01.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:01.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:01.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:01.649705800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:01.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:01.649+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:01.649+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:01.649705800] +2026-01-05T20:44:01.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:01.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:01.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:01.650231300] +2026-01-05T20:44:01.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:01.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:01.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:01.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:01.650231300] +2026-01-05T20:44:01.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:01.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:01.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:01.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:01.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:01.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:01.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:01.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:01.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:01.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:01.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:01.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:01.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:01.680261900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:44:04.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:04.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:04.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:04.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:04.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:04.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:04.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:04.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:04.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:04.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:04.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:04.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:04.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:04.691642200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:06.385+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:06.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:06.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:06.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:06.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:06.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:06.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:06.654783900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:06.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:06.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:06.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:06.654783900] +2026-01-05T20:44:06.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:06.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:06.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:06.655434400] +2026-01-05T20:44:06.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:06.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:06.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:06.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:06.655434400] +2026-01-05T20:44:07.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:07.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:07.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:07.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:07.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:07.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:07.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:07.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:07.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:07.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:07.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:07.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:07.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:07.697216500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:10.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:10.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:10.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:10.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:10.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:10.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:10.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:10.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:10.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:10.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:10.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:10.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:10.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:10.715303800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:11.474+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:11.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:11.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:11.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:11.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:11.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:11.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:11.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:11.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:11.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:11.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:11.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:11.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:11.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:11.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:11.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:11.660574500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:11.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:11.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:11.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:11.660574500] +2026-01-05T20:44:11.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:11.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:11.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:11.661291300] +2026-01-05T20:44:11.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:11.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:11.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:11.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:11.661291300] +2026-01-05T20:44:13.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:44:13.234+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:44:13.234+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:13.233817600] +2026-01-05T20:44:13.234+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:44:13.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:13.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:13.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:13.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:13.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:13.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:13.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:13.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:13.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:13.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:13.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:13.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:13.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:13.721414300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:16.582+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:16.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:16.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:16.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:16.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:16.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:16.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:16.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:16.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:16.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:16.678172700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:16.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:16.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:16.678172700] +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:16.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:16.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:16.678846] +2026-01-05T20:44:16.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:16.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:16.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:16.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:16.678846] +2026-01-05T20:44:16.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:16.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:16.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:16.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:16.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:16.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:16.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:16.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:16.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:16.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:16.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:16.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:16.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:16.724116800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:19.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:19.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:19.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:19.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:19.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:19.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:19.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:19.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:19.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:19.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:19.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:19.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:19.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:19.733639100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:21.675+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:21.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:21.691692800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:21.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:21.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:21.693+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:21.691692800] +2026-01-05T20:44:21.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:21.693+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:21.693+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:21.693635500] +2026-01-05T20:44:21.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:21.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:21.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:21.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:21.693635500] +2026-01-05T20:44:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:22.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:22.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:22.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:22.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:22.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:22.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:22.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:22.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:22.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:22.738178300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:25.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:25.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:25.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:25.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:25.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:25.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:25.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:25.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:25.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:25.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:25.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:25.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:25.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:25.750678100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:26.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:26.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:26.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:26.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:26.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:26.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:26.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:26.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:26.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:26.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:26.704841400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:26.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:26.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:26.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:26.704841400] +2026-01-05T20:44:26.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:26.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:26.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:26.705357] +2026-01-05T20:44:26.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:26.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:26.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:26.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:26.705357] +2026-01-05T20:44:26.781+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:28.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:28.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:28.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:28.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:28.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:28.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:28.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:28.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:28.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:28.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:28.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:28.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:28.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:28.761057500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:31.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:31.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:31.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:31.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:31.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:31.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:31.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:31.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:31.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:31.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:31.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:31.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:31.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:31.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:31.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:31.717666200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:31.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:31.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:31.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:31.717666200] +2026-01-05T20:44:31.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:31.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:31.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:31.718359900] +2026-01-05T20:44:31.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:31.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:31.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:31.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:31.718359900] +2026-01-05T20:44:31.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:31.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:31.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:31.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:31.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:31.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:31.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:31.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:31.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:31.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:31.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:31.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:31.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:31.768168800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:31.886+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:34.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:34.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:34.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:34.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:34.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:34.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:34.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:34.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:34.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:34.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:34.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:34.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:34.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:34.777074+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:36.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:36.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:36.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:36.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:36.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:36.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:36.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:36.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:36.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:36.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:36.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:36.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:36.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:36.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:36.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:36.722682+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:36.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:36.722+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:36.722+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:36.722682] +2026-01-05T20:44:36.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:36.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:36.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:36.723444100] +2026-01-05T20:44:36.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:36.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:36.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:36.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:36.723444100] +2026-01-05T20:44:36.985+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:37.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:37.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:37.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:37.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:37.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:37.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:37.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:37.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:37.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:37.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:37.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:37.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:37.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:37.793070300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:38.461+09:00 WARN 19232 --- [b2st] [nio-8080-exec-8] c.b.b.s.JwtAuthenticationEntryPoint : Unauthorized Error: 인증이 필요합니다. +2026-01-05T20:44:40.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:40.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:40.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:40.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:40.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:40.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:40.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:40.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:40.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:40.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:40.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:40.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:40.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:40.808383600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:41.256+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] c.b.b.s.JwtAuthenticationEntryPoint : Unauthorized Error: 인증이 필요합니다. +2026-01-05T20:44:41.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:41.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:41.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:41.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:41.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:41.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:41.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:41.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:41.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:41.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:41.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:41.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:41.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:41.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:41.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:41.741008200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:41.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:41.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:41.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:41.741008200] +2026-01-05T20:44:41.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:41.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:41.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:41.741776800] +2026-01-05T20:44:41.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:41.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:41.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:41.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:41.741776800] +2026-01-05T20:44:42.083+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:43.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:44:43.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:44:43.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:43.252027500] +2026-01-05T20:44:43.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:44:43.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:43.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:43.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:43.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:43.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:43.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:43.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:43.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:43.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:43.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:43.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:43.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:43.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:43.814834700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:46.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:46.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:46.745+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:46.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:46.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:46.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:46.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:46.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:46.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:46.747252500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:46.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:46.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:46.747252500] +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:46.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:46.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:46.747849800] +2026-01-05T20:44:46.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:46.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:46.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:46.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:46.747849800] +2026-01-05T20:44:46.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:46.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:46.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:46.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:46.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:46.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:46.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:46.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:46.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:46.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:46.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:46.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:46.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:46.824503500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:47.180+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:49.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:49.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:49.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:49.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:49.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:49.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:49.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:49.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:49.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:49.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:49.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:49.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:49.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:49.839289900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:51.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:51.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:51.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:51.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:51.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:51.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:51.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:51.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:51.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:51.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:51.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:51.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:51.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:51.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:51.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:51.750693300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:51.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:51.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:51.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:51.750693300] +2026-01-05T20:44:51.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:51.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:51.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:51.751429800] +2026-01-05T20:44:51.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:51.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:51.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:51.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:51.751429800] +2026-01-05T20:44:52.283+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:52.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:52.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:52.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:52.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:52.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:52.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:52.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:52.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:52.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:52.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:52.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:52.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:52.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:52.857777600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:55.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:55.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:55.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:55.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:55.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:55.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:55.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:55.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:55.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:55.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:55.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:55.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:55.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:55.869656600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:56.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:56.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:44:56.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:44:56.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:44:56.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:56.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:56.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:56.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:56.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:56.756272600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:44:56.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:44:56.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:56.756272600] +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:56.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:44:56.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:44:56.756992400] +2026-01-05T20:44:56.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:44:56.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:44:56.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:44:56.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:44:56.756992400] +2026-01-05T20:44:57.377+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:44:58.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:44:58.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:44:58.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:58.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:58.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:44:58.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:44:58.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:44:58.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:44:58.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:44:58.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:44:58.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:44:58.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:44:58.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:44:58.876794+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:01.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:01.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:01.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:01.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:01.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:01.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:01.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:01.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:01.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:01.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:01.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:01.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:01.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:01.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:01.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:01.765810900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:01.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:01.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:01.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:01.765810900] +2026-01-05T20:45:01.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:01.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:01.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:01.766554] +2026-01-05T20:45:01.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:01.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:01.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:01.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:01.766554] +2026-01-05T20:45:01.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:01.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:01.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:01.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:01.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:01.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:01.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:01.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:01.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:01.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:01.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:01.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:01.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:01.890145500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:02.480+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:04.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:04.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:04.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:04.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:04.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:04.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:04.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:04.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:04.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:04.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:04.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:04.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:04.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:04.896405300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:06.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:06.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:06.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:06.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:06.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:06.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:06.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:06.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:06.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:06.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:06.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:06.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:06.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:06.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:06.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:06.780442200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:06.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:06.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:06.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:06.780442200] +2026-01-05T20:45:06.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:06.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:06.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:06.781125] +2026-01-05T20:45:06.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:06.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:06.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:06.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:06.781125] +2026-01-05T20:45:07.588+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:07.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:07.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:07.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:07.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:07.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:07.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:07.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:07.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:07.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:07.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:07.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:07.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:07.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:07.902580400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:10.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:10.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:10.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:10.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:10.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:10.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:10.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:10.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:10.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:10.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:10.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:10.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:10.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:10.913079400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:11.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:11.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:11.797+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:11.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:11.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:11.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:11.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:11.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:11.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:11.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:11.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:11.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:11.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:11.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:11.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:11.798942800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:11.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:11.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:11.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:11.798942800] +2026-01-05T20:45:11.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:11.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:11.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:11.799624200] +2026-01-05T20:45:11.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:11.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:11.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:11.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:11.799624200] +2026-01-05T20:45:12.681+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:13.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:45:13.257+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:45:13.257+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:13.257339] +2026-01-05T20:45:13.257+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:45:13.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:13.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:13.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:13.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:13.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:13.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:13.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:13.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:13.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:13.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:13.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:13.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:13.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:13.928746+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:16.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:16.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:16.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:16.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:16.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:16.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:16.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:16.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:16.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:16.803642+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:16.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:16.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:16.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:16.803642] +2026-01-05T20:45:16.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:16.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:16.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:16.804149900] +2026-01-05T20:45:16.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:16.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:16.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:16.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:16.804149900] +2026-01-05T20:45:16.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:16.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:16.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:16.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:16.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:16.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:16.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:16.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:16.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:16.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:16.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:16.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:16.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:16.943946700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:45:16.943+09:00 INFO 19232 --- [b2st] [ scheduling-1] b.b.d.q.s.QueueEnterableCleanupScheduler : ENTERABLE ZSET 만료 정리 완료 - 총 제거: 1건 +2026-01-05T20:45:17.776+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:19.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:19.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:19.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:19.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:19.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:19.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:19.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:19.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:19.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:19.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:19.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:19.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:19.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:19.960394300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:21.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:21.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:21.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:21.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:21.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:21.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:21.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:21.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:21.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:21.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:21.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:21.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:21.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:21.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:21.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:21.813416500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:21.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:21.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:21.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:21.813416500] +2026-01-05T20:45:21.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:21.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:21.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:21.813416500] +2026-01-05T20:45:21.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:21.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:21.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:21.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:21.813416500] +2026-01-05T20:45:22.882+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:22.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:22.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:22.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:22.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:22.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:22.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:22.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:22.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:22.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:22.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:22.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:22.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:22.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:22.977290100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:25.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:25.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:25.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:25.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:25.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:25.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:25.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:25.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:25.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:25.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:25.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:25.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:25.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:25.981831700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:26.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:26.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:26.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:26.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:26.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:26.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:26.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:26.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:26.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:26.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:26.822583300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:26.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:26.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:26.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:26.822583300] +2026-01-05T20:45:26.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:26.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:26.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:26.823101300] +2026-01-05T20:45:26.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:26.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:26.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:26.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:26.823101300] +2026-01-05T20:45:27.989+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:28.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:28.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:28.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:28.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:28.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:28.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:28.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:28.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:28.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:28.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:28.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:28.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:28.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:28.990643800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:31.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:31.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:31.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:31.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:31.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:31.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:31.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:31.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:31.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:31.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:31.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:31.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:31.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:31.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:31.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:31.840618400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:31.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:31.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:31.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:31.840618400] +2026-01-05T20:45:31.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:31.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:31.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:31.841134] +2026-01-05T20:45:31.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:31.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:31.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:31.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:31.841134] +2026-01-05T20:45:31.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:31.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:31.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:31.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:31.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:31.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:31.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:31.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:31.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:31.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:31.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:31.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:31.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:31.995778+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:33.087+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:35.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:35.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:35.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:35.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:35.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:35.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:35.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:35.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:35.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:35.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:35.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:35.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:35.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:35.002548600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:36.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:36.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:36.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:36.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:36.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:36.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:36.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:36.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:36.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:36.858047500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:36.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:36.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:36.858047500] +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:36.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:36.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:36.858679700] +2026-01-05T20:45:36.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:36.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:36.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:36.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:36.858679700] +2026-01-05T20:45:38.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:38.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:38.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:38.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:38.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:38.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:38.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:38.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:38.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:38.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:38.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:38.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:38.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:38.010607200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:38.178+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:41.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:41.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:41.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:41.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:41.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:41.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:41.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:41.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:41.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:41.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:41.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:41.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:41.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:41.022416600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:41.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:41.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:41.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:41.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:41.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:41.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:41.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:41.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:41.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:41.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:41.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:41.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:41.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:41.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:41.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:41.863951500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:41.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:41.863951500] +2026-01-05T20:45:41.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:41.864656] +2026-01-05T20:45:41.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:41.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:41.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:41.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:41.864656] +2026-01-05T20:45:43.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:45:43.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:45:43.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:43.261725800] +2026-01-05T20:45:43.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:45:43.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + queue_entries + set + modified_at=?, + status=? + where + queue_entry_id=? +Hibernate: + update + queue_entries + set + modified_at=?, + status=? + where + queue_entry_id=? +2026-01-05T20:45:43.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:45:43.263932900] +2026-01-05T20:45:43.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [EXPIRED] +2026-01-05T20:45:43.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [1] +2026-01-05T20:45:43.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:45:43.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:45:43.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:43.261725800] +2026-01-05T20:45:43.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:45:43.274+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.s.QueueEntryCleanupScheduler : DB ENTERABLE expired by expiresAt - updated: 1 +2026-01-05T20:45:43.277+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:44.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:44.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:44.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:44.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:44.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:44.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:44.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:44.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:44.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:44.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:44.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:44.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:44.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:44.028069200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:46.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:46.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:46.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:46.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:46.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:46.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:46.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:46.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:46.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:46.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:46.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:46.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:46.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:46.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:46.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:46.868525800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:46.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:46.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:46.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:46.868525800] +2026-01-05T20:45:46.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:46.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:46.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:46.869174700] +2026-01-05T20:45:46.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:46.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:46.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:46.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:46.869174700] +2026-01-05T20:45:47.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:47.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:47.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:47.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:47.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:47.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:47.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:47.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:47.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:47.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:47.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:47.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:47.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:47.037809300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:48.391+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:50.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:50.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:50.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:50.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:50.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:50.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:50.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:50.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:50.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:50.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:50.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:50.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:50.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:50.056012500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:51.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:51.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:51.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:51.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:51.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:51.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:51.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:51.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:51.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:51.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:51.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:51.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:51.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:51.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:51.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:51.876322800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:51.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:51.876+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:51.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:51.876322800] +2026-01-05T20:45:51.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:51.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:51.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:51.877045800] +2026-01-05T20:45:51.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:51.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:51.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:51.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:51.877045800] +2026-01-05T20:45:53.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:53.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:53.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:53.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:53.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:53.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:53.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:53.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:53.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:53.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:53.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:53.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:53.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:53.071413300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:53.488+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:56.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:56.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:56.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:56.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:56.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:56.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:56.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:56.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:56.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:56.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:56.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:56.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:56.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:56.086444300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:56.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:56.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:45:56.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:45:56.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:45:56.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:56.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:56.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:56.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:56.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:56.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:56.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:56.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:56.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:56.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:56.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:56.879656700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:45:56.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:45:56.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:45:56.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:56.879656700] +2026-01-05T20:45:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:56.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:45:56.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:45:56.880290900] +2026-01-05T20:45:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:45:56.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:45:56.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:45:56.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:45:56.880290900] +2026-01-05T20:45:58.584+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:45:59.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:45:59.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:45:59.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:59.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:59.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:45:59.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:45:59.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:45:59.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:45:59.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:45:59.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:45:59.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:45:59.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:45:59.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:45:59.098574800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:01.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:01.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:01.886+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:01.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:01.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:01.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:01.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:01.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:01.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:01.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:01.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:01.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:01.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:01.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:01.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:01.887817300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:01.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:01.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:01.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:01.887817300] +2026-01-05T20:46:01.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:01.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:01.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:01.888494] +2026-01-05T20:46:01.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:01.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:01.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:01.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:01.888494] +2026-01-05T20:46:02.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:02.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:02.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:02.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:02.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:02.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:02.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:02.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:02.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:02.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:02.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:02.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:02.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:02.106650300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:46:03.693+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:05.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:05.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:05.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:05.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:05.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:05.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:05.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:05.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:05.113629500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:06.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:06.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:06.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:06.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:06.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:06.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:06.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:06.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:06.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:06.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:06.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:06.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:06.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:06.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:06.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:06.892884200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:06.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:06.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:06.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:06.892884200] +2026-01-05T20:46:06.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:06.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:06.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:06.893643500] +2026-01-05T20:46:06.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:06.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:06.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:06.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:06.893643500] +2026-01-05T20:46:08.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:08.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:08.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:08.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:08.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:08.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:08.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:08.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:08.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:08.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:08.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:08.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:08.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:08.119711600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:08.787+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:11.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:11.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:11.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:11.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:11.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:11.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:11.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:11.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:11.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:11.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:11.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:11.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:11.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:11.126280500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:11.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:11.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:11.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:11.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:11.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:11.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:11.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:11.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:11.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:11.905190800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:11.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:11.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:11.905190800] +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:11.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:11.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:11.905813200] +2026-01-05T20:46:11.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:11.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:11.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:11.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:11.905813200] +2026-01-05T20:46:13.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:46:13.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:46:13.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:13.285107800] +2026-01-05T20:46:13.286+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:46:13.893+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:14.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:14.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:14.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:14.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:14.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:14.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:14.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:14.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:14.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:14.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:14.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:14.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:14.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:14.143284700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:16.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:16.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:16.919+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:16.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:16.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:16.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:16.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:16.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:16.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:16.921081300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:16.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:16.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:16.921081300] +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:16.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:16.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:16.921689400] +2026-01-05T20:46:16.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:16.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:16.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:16.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:16.921689400] +2026-01-05T20:46:17.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:17.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:17.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:17.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:17.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:17.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:17.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:17.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:17.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:17.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:17.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:17.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:17.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:17.152476700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:18.980+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:20.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:20.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:20.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:20.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:20.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:20.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:20.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:20.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:20.157445300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:21.255+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.255+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.256+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:21.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:21.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:21.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:21.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:21.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:21.257+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T20:46:21.258+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-1] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T20:46:21.317+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.317+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.317+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:21.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:21.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:21.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:21.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:21.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:21.319+09:00 INFO 19232 --- [b2st] [nio-8080-exec-1] c.b.b.d.a.service.LoginSecurityService : 로그인 성공: email=ci************@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T20:46:21.320+09:00 INFO 19232 --- [b2st] [ login-event-3] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=ci************@test.com, success=true, ip=0:0:0:0:0:0:0:1 +2026-01-05T20:46:21.321+09:00 DEBUG 19232 --- [b2st] [ login-event-3] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T20:46:21.321+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:46:21.320129500] +2026-01-05T20:46:21.321+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:46:21.321+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T20:46:21.321+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [null] +2026-01-05T20:46:21.321+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [true] +2026-01-05T20:46:21.321+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2026-01-05T20:46:21.322+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.322+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.322+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:21.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:21.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:21.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 5 bytes, 1 commands in the stack +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HMSET, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:21.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=SADD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:21.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:21.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:21.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:21.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXPIRE, output=BooleanOutput [output=true, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:21.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:21.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:21.931+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:21.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:21.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:21.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:21.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:21.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:21.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:21.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:21.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:21.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:21.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:21.932632200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:21.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:21.932+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:21.932+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:21.932632200] +2026-01-05T20:46:21.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:21.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:21.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:21.933263500] +2026-01-05T20:46:21.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:21.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:21.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:21.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:21.933263500] +2026-01-05T20:46:23.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:23.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:23.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:23.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:23.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:23.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:23.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:23.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:23.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:23.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:23.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:23.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:23.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:23.165539700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:24.084+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:26.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:26.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:26.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:26.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:26.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:26.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:26.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:26.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:26.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:26.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:26.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:26.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:26.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:26.176471800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:26.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:26.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:26.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:26.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:26.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:26.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:26.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:26.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:26.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:26.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:26.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:26.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:26.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:26.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:26.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:26.942673800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:26.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:26.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:26.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:26.942673800] +2026-01-05T20:46:26.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:26.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:26.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:26.943359800] +2026-01-05T20:46:26.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:26.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:26.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:26.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:26.943359800] +2026-01-05T20:46:29.183+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:29.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:29.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:29.184672800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:31.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:31.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:31.956+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:31.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:31.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:31.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:31.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:31.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:31.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:31.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:31.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:31.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:31.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:31.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:31.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:31.958106900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:31.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:31.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:31.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:31.958106900] +2026-01-05T20:46:31.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:31.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:31.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:31.958106900] +2026-01-05T20:46:31.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:31.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:31.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:31.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:31.958106900] +2026-01-05T20:46:32.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:32.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:32.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:32.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:32.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:32.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:32.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:32.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:32.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:32.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:32.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:32.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:32.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:32.190928400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:34.294+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:35.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:35.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:35.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:35.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:35.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:35.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:35.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:35.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:35.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:35.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:35.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:35.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:35.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:35.199044700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:36.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:36.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:36.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:36.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:36.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:36.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:36.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:36.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:36.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:36.961320300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:36.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:36.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:36.961320300] +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:36.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:36.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:36.961920100] +2026-01-05T20:46:36.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:36.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:36.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:36.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:36.961920100] +2026-01-05T20:46:38.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:38.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:38.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:38.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:38.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:38.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:38.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:38.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:38.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:38.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:38.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:38.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:38.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:38.208712+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:39.392+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:41.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:41.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:41.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:41.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:41.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:41.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:41.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:41.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:41.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:41.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:41.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:41.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:41.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:41.225994900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:41.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:41.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:41.972+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:41.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:41.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:41.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:41.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:41.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:41.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:41.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:41.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:41.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:41.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:41.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:41.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:41.973929300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:41.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:41.973+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:41.973+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:41.973929300] +2026-01-05T20:46:41.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:41.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:41.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:41.974600700] +2026-01-05T20:46:41.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:41.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:41.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:41.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:41.974600700] +2026-01-05T20:46:43.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:46:43.300+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:46:43.300+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:43.300373800] +2026-01-05T20:46:43.300+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:46:44.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:44.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:44.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:44.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:44.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:44.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:44.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:44.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:44.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:44.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:44.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:44.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:44.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:44.238203400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:44.483+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:46.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:46.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:46.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:46.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:46.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:46.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:46.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:46.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:46.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:46.990194900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:46.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:46.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:46.990194900] +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:46.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:46.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:46.990795600] +2026-01-05T20:46:46.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:46.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:46.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:46.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:46.990795600] +2026-01-05T20:46:47.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:47.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:47.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:47.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:47.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:47.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:47.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:47.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:47.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:47.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:47.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:47.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:47.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:47.255540900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:49.582+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:50.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:50.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:50.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:50.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:50.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:50.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:50.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:50.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:50.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:50.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:50.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:50.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:50.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:50.268772900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:51.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:51.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:51.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:51.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:51.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:51.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:51.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:51.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:51.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:51.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:51.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:51.995383300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:51.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:51.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:51.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:51.995383300] +2026-01-05T20:46:51.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:51.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:51.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:51.996031600] +2026-01-05T20:46:51.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:51.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:51.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:51.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:51.996031600] +2026-01-05T20:46:53.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:53.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:53.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:53.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:53.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:53.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:53.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:53.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:53.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:53.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:53.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:53.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:53.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:53.273048600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:54.688+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:46:56.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:56.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:56.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:56.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:56.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:56.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:56.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:56.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:56.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:56.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:56.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:56.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:56.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:56.282683200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:57.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:57.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:46:57.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:46:57.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:46:57.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:57.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:57.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:57.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:57.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:57.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:57.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:57.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:57.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:57.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:57.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:57.011921500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:57.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:46:57.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:46:57.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:57.011921500] +2026-01-05T20:46:57.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:57.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:46:57.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:46:57.012609500] +2026-01-05T20:46:57.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:46:57.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:46:57.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:46:57.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:46:57.012609500] +2026-01-05T20:46:59.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:46:59.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:46:59.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:59.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:59.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:46:59.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:46:59.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:46:59.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:46:59.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:46:59.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:46:59.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:46:59.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:46:59.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:46:59.287189900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:46:59.784+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:01.019+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.020+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.020+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:01.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:01.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:01.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:01.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:01.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:01.021+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T20:47:01.022+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T20:47:01.080+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.080+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.080+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:01.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:01.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:01.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:01.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:01.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:01.082+09:00 INFO 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.a.service.LoginSecurityService : 로그인 성공: email=ci************@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T20:47:01.083+09:00 INFO 19232 --- [b2st] [ login-event-1] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=ci************@test.com, success=true, ip=0:0:0:0:0:0:0:1 +2026-01-05T20:47:01.083+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.083+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.083+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:01.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:01.083+09:00 DEBUG 19232 --- [b2st] [ login-event-1] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T20:47:01.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.083+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:47:01.083357700] +2026-01-05T20:47:01.083+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:47:01.083+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [circuitbreaker@test.com] +2026-01-05T20:47:01.083+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [null] +2026-01-05T20:47:01.083+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [true] +2026-01-05T20:47:01.083+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [4] +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:01.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 5 bytes, 1 commands in the stack +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HMSET, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:01.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:01.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:01.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:01.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:01.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXPIRE, output=BooleanOutput [output=true, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:02.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:02.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:02.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:02.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:02.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:02.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:02.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:02.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:02.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:02.017414700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:02.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:02.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:02.017414700] +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:02.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:02.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:02.017919500] +2026-01-05T20:47:02.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:02.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:02.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:02.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:02.017919500] +2026-01-05T20:47:02.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:02.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:02.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:02.296882200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:04.896+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:05.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:05.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:05.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:05.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:05.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:05.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:05.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:05.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:05.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:05.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:05.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:05.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:05.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:05.302295600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:07.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:07.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:07.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:07.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:07.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:07.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:07.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:07.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:07.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:07.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:07.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:07.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:07.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:07.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:07.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:07.033964500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:07.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:07.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:07.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:07.033964500] +2026-01-05T20:47:07.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:07.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:07.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:07.034683500] +2026-01-05T20:47:07.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:07.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:07.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:07.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:07.034683500] +2026-01-05T20:47:08.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:08.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:08.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:08.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:08.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:08.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:08.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:08.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:08.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:08.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:08.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:08.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:08.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:08.309725400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:09.992+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:11.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:11.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:11.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:11.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:11.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:11.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:11.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:11.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:11.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:11.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:11.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:11.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:11.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:11.320734800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:12.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:12.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:12.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:12.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:12.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:12.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:12.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:12.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:12.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:12.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:12.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:12.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:12.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:12.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:12.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:12.038797900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:12.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:12.038797900] +2026-01-05T20:47:12.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:12.039411600] +2026-01-05T20:47:12.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:12.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:12.039411600] +2026-01-05T20:47:13.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:47:13.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:47:13.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:13.311977800] +2026-01-05T20:47:13.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:47:14.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:14.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:14.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:14.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:14.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:14.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:14.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:14.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:14.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:14.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:14.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:14.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:14.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:14.326352600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:15.090+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:17.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:17.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:17.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:17.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:17.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:17.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:17.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:17.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:17.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:17.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:17.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:17.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:17.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:17.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:17.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:17.043007700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:17.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:17.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:17.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:17.043007700] +2026-01-05T20:47:17.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:17.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:17.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:17.043654900] +2026-01-05T20:47:17.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:17.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:17.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:17.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:17.043654900] +2026-01-05T20:47:17.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:17.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:17.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:17.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:17.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:17.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:17.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:17.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:17.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:17.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:17.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:17.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:17.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:17.337506700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:20.197+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:20.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:20.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:20.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:20.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:20.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:20.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:20.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:20.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:20.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:20.355634200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:22.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:22.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:22.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:22.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:22.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:22.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:22.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:22.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:22.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:22.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:22.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:22.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:22.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:22.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:22.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:22.047517100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:22.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:22.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:22.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:22.047517100] +2026-01-05T20:47:22.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:22.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:22.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:22.048199900] +2026-01-05T20:47:22.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:22.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:22.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:22.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:22.048199900] +2026-01-05T20:47:23.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:23.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:23.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:23.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:23.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:23.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:23.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:23.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:23.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:23.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:23.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:23.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:23.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:23.366300400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:25.297+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:26.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:26.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:26.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:26.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:26.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:26.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:26.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:26.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:26.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:26.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:26.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:26.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:26.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:26.382408600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:27.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:27.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:27.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:27.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:27.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:27.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:27.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:27.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:27.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:27.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:27.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:27.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:27.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:27.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:27.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:27.059497300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:27.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:27.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:27.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:27.059497300] +2026-01-05T20:47:27.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:27.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:27.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:27.060202200] +2026-01-05T20:47:27.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:27.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:27.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:27.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:27.060202200] +2026-01-05T20:47:29.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:29.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:29.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:29.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:29.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:29.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:29.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:29.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:29.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:29.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:29.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:29.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:29.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:29.386711600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:30.398+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:32.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:32.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:32.067+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:32.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:32.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:32.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:32.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:32.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:32.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:32.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:32.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:32.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:32.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:32.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:32.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:32.068838800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:32.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:32.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:32.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:32.068838800] +2026-01-05T20:47:32.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:32.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:32.069+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:32.069625900] +2026-01-05T20:47:32.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:32.070+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:32.070+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:32.070+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:32.069625900] +2026-01-05T20:47:32.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:32.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:32.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:32.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:32.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:32.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:32.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:32.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:32.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:32.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:32.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:32.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:32.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:32.395579+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:35.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:35.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:35.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:35.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:35.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:35.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:35.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:35.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:35.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:35.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:35.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:35.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:35.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:35.405537500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:35.496+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:37.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:37.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:37.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:37.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:37.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:37.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:37.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:37.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:37.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:37.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:37.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:37.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:37.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:37.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:37.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:37.072964300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:37.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:37.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:37.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:37.072964300] +2026-01-05T20:47:37.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:37.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:37.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:37.073656300] +2026-01-05T20:47:37.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:37.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:37.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:37.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:37.073656300] +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:38.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:38.413850400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:40.599+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:41.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:41.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:41.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:41.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:41.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:41.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:41.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:41.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:41.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:41.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:41.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:41.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:41.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:41.429101500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:42.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:42.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:42.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:42.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:42.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:42.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:42.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:42.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:42.078+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:42.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:42.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:42.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:42.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:42.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:42.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:42.079538100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:42.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:42.079538100] +2026-01-05T20:47:42.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:42.080282300] +2026-01-05T20:47:42.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:42.080+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:42.080282300] +2026-01-05T20:47:43.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:47:43.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:47:43.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:43.327553700] +2026-01-05T20:47:43.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:47:44.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:44.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:44.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:44.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:44.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:44.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:44.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:44.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:44.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:44.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:44.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:44.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:44.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:44.446323+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:45.697+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:47.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:47.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:47.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:47.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:47.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:47.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:47.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:47.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:47.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:47.084254600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:47.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:47.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:47.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:47.084254600] +2026-01-05T20:47:47.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:47.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:47.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:47.084987200] +2026-01-05T20:47:47.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:47.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:47.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:47.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:47.084987200] +2026-01-05T20:47:47.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:47.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:47.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:47.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:47.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:47.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:47.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:47.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:47.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:47.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:47.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:47.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:47.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:47.460150700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:50.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:50.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:50.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:50.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:50.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:50.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:50.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:50.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:50.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:50.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:50.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:50.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:50.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:50.475863200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:50.800+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:52.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:52.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:52.094+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:52.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:52.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:52.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:52.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:52.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:52.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:52.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:52.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:52.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:52.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:52.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:52.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:52.095434900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:52.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:52.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:52.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:52.095434900] +2026-01-05T20:47:52.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:52.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:52.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:52.096067600] +2026-01-05T20:47:52.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:52.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:52.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:52.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:52.096067600] +2026-01-05T20:47:53.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:53.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:53.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:53.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:53.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:53.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:53.482+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:53.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:53.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:53.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:53.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:53.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:53.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:53.483321+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:55.900+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:47:56.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:56.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:56.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:56.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:56.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:56.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:56.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:56.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:56.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:56.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:56.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:56.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:56.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:56.499069900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:57.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:57.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:47:57.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:47:57.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:47:57.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:57.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:57.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:57.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:57.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:57.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:57.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:57.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:57.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:57.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:57.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:57.110485100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:47:57.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:47:57.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:47:57.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:57.110485100] +2026-01-05T20:47:57.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:57.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:47:57.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:47:57.110990900] +2026-01-05T20:47:57.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:47:57.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:47:57.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:47:57.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:47:57.110990900] +2026-01-05T20:47:59.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:47:59.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:47:59.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:59.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:59.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:47:59.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:47:59.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:47:59.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:47:59.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:47:59.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:47:59.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:47:59.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:47:59.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:47:59.503583+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:01.000+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:02.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:02.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:02.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:02.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:02.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:02.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:02.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:02.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:02.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:02.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:02.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:02.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:02.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:02.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:02.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:02.125605500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:02.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:02.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:02.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:02.125605500] +2026-01-05T20:48:02.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:02.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:02.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:02.126109300] +2026-01-05T20:48:02.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:02.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:02.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:02.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:02.126109300] +2026-01-05T20:48:02.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:02.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:02.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:02.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:02.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:02.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:02.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:02.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:02.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:02.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:02.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:02.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:02.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:02.516550900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:03.446+09:00 INFO 19232 --- [b2st] [io-8080-exec-10] c.b.b.d.q.controller.QueueController : User starting booking - scheduleId: 1, userId: 35 +2026-01-05T20:48:03.446+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] org.hibernate.SQL : + select + ps1_0.performance_schedule_id, + ps1_0.booking_close_at, + ps1_0.booking_open_at, + ps1_0.booking_type, + ps1_0.created_at, + ps1_0.created_by, + ps1_0.draw_completed, + ps1_0.modified_at, + ps1_0.modified_by, + ps1_0.performance_id, + ps1_0.round_no, + ps1_0.seat_allocated, + ps1_0.start_at + from + performance_schedule ps1_0 + where + ps1_0.performance_schedule_id=? +Hibernate: + select + ps1_0.performance_schedule_id, + ps1_0.booking_close_at, + ps1_0.booking_open_at, + ps1_0.booking_type, + ps1_0.created_at, + ps1_0.created_by, + ps1_0.draw_completed, + ps1_0.modified_at, + ps1_0.modified_by, + ps1_0.performance_id, + ps1_0.round_no, + ps1_0.seat_allocated, + ps1_0.start_at + from + performance_schedule ps1_0 + where + ps1_0.performance_schedule_id=? +2026-01-05T20:48:03.446+09:00 TRACE 19232 --- [b2st] [io-8080-exec-10] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:03.447+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] c.b.b.d.queue.service.ScheduleResolver : Resolved scheduleId: 1 -> performanceId: 1 +2026-01-05T20:48:03.447+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] c.b.b.domain.queue.service.QueueService : Resolved scheduleId: 1 -> performanceId: 1 +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T20:48:03.448+09:00 TRACE 19232 --- [b2st] [io-8080-exec-10] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:03.448+09:00 INFO 19232 --- [b2st] [io-8080-exec-10] c.b.b.domain.queue.service.QueueService : Queue resolved/created - queueId: 1, performanceId: 1, scheduleId: 1 +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInWaitingQueue' +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:03.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:03.450337200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:03.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:03.451376100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInWaitingQueue' +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:03.451891400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:48:03.451+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:03.452932600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#addToWaitingQueue' +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:03.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:03.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZADD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:03.455025200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getMyRank0InWaiting' +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:03.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:03.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:03.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:03.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:03.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANK, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:03.456+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:03.456+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:03.456072400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:05.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:05.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:05.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:05.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:05.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:05.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:05.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:05.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:05.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:05.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:05.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:05.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:05.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:05.520020100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:06.096+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:07.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:07.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:07.140+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:07.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:07.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:07.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:07.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:07.142342900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:07.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:07.143588200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:07.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 12 bytes, 1 commands in the stack +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@55a3a46b], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:07.144110500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:07.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#moveToEnterable' +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:07.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:07.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:07.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:07.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:07.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:07.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:07.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:07.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:07.146699+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T20:48:07.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.queue_id=? + and qe1_0.user_id=? +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.queue_id=? + and qe1_0.user_id=? +2026-01-05T20:48:07.147+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:07.147+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [35] +2026-01-05T20:48:07.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + next value + for + queue_entry_seq +Hibernate: + select + next value + for + queue_entry_seq +2026-01-05T20:48:07.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + insert + into + queue_entries + (completed_at, created_at, created_by, enterable_at, entry_token, expires_at, joined_at, modified_at, modified_by, queue_id, status, user_id, queue_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + queue_entries + (completed_at, created_at, created_by, enterable_at, entry_token, expires_at, joined_at, modified_at, modified_by, queue_id, status, user_id, queue_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:07.147741400] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T20:48:07.146699] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (5:UUID) <- [d64274ab-b2ca-4336-8be4-92c7385a75a9] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (6:TIMESTAMP) <- [2026-01-05T20:58:07.146699] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T20:48:07.146699] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T20:48:07.147741400] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [1] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (11:ENUM) <- [ENTERABLE] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [35] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [2] +2026-01-05T20:48:07.148+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.service.QueueSchedulerService : 배치 입장 처리 - queueId: 1, 성공: 1명, 실패: 0명 +2026-01-05T20:48:07.148+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.service.QueueSchedulerService : 자동 입장 처리 완료 - queueId: 1, 처리 인원: 1명 +2026-01-05T20:48:07.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:07.148780] +2026-01-05T20:48:07.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:07.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:07.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:07.148780] +2026-01-05T20:48:07.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:07.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:07.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:07.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:07.148780] +2026-01-05T20:48:08.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:08.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:08.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:08.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:08.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:08.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:08.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:08.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:08.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:08.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:08.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:08.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:08.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:08.530356600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:11.198+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:11.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:11.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:11.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:11.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:11.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:11.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:11.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:11.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:11.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:11.542250500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:12.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:12.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:12.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:12.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:12.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:12.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:12.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:12.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:12.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:12.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:12.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:12.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:12.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:12.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:12.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:12.163608800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:12.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:12.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:12.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:12.163608800] +2026-01-05T20:48:12.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:12.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:12.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:12.163608800] +2026-01-05T20:48:12.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:12.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:12.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:12.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:12.163608800] +2026-01-05T20:48:13.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:48:13.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:48:13.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:13.332572300] +2026-01-05T20:48:13.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:48:14.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:14.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:14.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:14.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:14.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:14.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:14.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:14.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:14.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:14.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:14.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:14.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:14.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:14.549839100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:16.289+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:17.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:17.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:17.166+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:17.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:17.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:17.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:17.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:17.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:17.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:17.168381500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:17.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:17.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:17.168381500] +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:17.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:17.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:17.168999] +2026-01-05T20:48:17.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:17.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:17.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:17.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:17.168999] +2026-01-05T20:48:17.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:17.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:17.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:17.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:17.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:17.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:17.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:17.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:17.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:17.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:17.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:17.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:17.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:17.556445100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:20.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:20.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:20.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:20.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:20.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:20.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:20.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:20.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:20.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:20.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:20.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:20.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:20.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:20.566292500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:21.392+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:22.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:22.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:22.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:22.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:22.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:22.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:22.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:22.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:22.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:22.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:22.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:22.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:22.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:22.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:22.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:22.184645200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:22.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:22.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:22.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:22.184645200] +2026-01-05T20:48:22.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:22.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:22.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:22.185177200] +2026-01-05T20:48:22.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:22.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:22.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:22.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:22.185177200] +2026-01-05T20:48:23.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:23.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:23.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:23.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:23.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:23.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:23.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:23.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:23.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:23.577124600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:26.496+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:26.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:26.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:26.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:26.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:26.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:26.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:26.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:26.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:26.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:26.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:26.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:26.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:26.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:26.592807900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:27.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:27.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:27.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:27.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:27.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:27.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:27.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:27.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:27.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:27.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:27.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:27.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:27.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:27.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:27.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:27.200719300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:27.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:27.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:27.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:27.200719300] +2026-01-05T20:48:27.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:27.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:27.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:27.201425900] +2026-01-05T20:48:27.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:27.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:27.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:27.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:27.201425900] +2026-01-05T20:48:29.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:29.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:29.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:29.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:29.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:29.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:29.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:29.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:29.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:29.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:29.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:29.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:29.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:29.605657800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:31.603+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:32.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:32.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:32.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:32.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:32.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:32.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:32.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:32.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:32.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:32.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:32.209102600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:32.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:32.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:32.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:32.209102600] +2026-01-05T20:48:32.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:32.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:32.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:32.209691600] +2026-01-05T20:48:32.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:32.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:32.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:32.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:32.209691600] +2026-01-05T20:48:32.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:32.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:32.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:32.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:32.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:32.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:32.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:32.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:32.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:32.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:32.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:32.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:32.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:32.612970100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:35.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:35.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:35.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:35.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:35.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:35.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:35.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:35.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:35.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:35.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:35.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:35.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:35.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:35.621219800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:36.693+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:37.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:37.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:37.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:37.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:37.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:37.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:37.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:37.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:37.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:37.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:37.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:37.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:37.226+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:37.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:37.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:37.226568600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:37.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:37.226+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:37.226568600] +2026-01-05T20:48:37.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:37.227217700] +2026-01-05T20:48:37.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:37.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:37.227217700] +2026-01-05T20:48:38.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:38.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:38.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:38.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:38.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:38.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:38.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:38.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:38.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:38.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:38.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:38.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:38.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:38.629251500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:39.124+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] c.b.b.d.q.controller.QueueController : User checking queue position - queueId: 1, userId: 35 +2026-01-05T20:48:39.124+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:39.124+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:39.125+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInWaitingQueue' +2026-01-05T20:48:39.125+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:39.125+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:39.125+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:39.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:39.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:39.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:48:39.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:39.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:39.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:39.126+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:39.126+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:39.126714400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:39.127+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:48:39.127+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:39.127+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:39.127+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:39.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:39.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:39.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 13 bytes, 1 commands in the stack +2026-01-05T20:48:39.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:39.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:39.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=1.767614287E9, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:39.128+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:39.128+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:39.128414800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:41.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:41.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:41.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:41.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:41.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:41.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:41.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:41.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:41.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:41.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:41.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:41.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:41.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:41.641756300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:48:41.795+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:42.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:42.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:42.234+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:42.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:42.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:42.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:42.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:42.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:42.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:42.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:42.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:42.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:42.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:42.235902100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:42.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:42.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:42.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:42.235902100] +2026-01-05T20:48:42.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:42.236+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:42.236+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:42.236553500] +2026-01-05T20:48:42.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:42.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:42.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:42.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:42.236553500] +2026-01-05T20:48:43.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:48:43.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:48:43.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:43.339653] +2026-01-05T20:48:43.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:48:44.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:44.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:44.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:44.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:44.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:44.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:44.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:44.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:44.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:44.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:44.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:44.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:44.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:44.645390400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:46.890+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:47.249+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:47.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:47.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:47.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:47.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:47.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:47.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:47.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:47.251312100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:47.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:47.251312100] +2026-01-05T20:48:47.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:47.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:47.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:47.252024800] +2026-01-05T20:48:47.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:47.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:47.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:47.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:47.252024800] +2026-01-05T20:48:47.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:47.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:47.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:47.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:47.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:47.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:47.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:47.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:47.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:47.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:47.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:47.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:47.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:47.656935800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:50.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:50.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:50.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:50.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:50.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:50.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:50.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:50.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:50.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:50.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:50.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:50.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:50.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:50.668044600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:52.003+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:52.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:52.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:52.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:52.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:52.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:52.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:52.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:52.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:52.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:52.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:52.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:52.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:52.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:52.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:52.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:52.255969100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:52.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:52.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:52.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:52.255969100] +2026-01-05T20:48:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:52.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:52.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:52.256472300] +2026-01-05T20:48:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:52.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:52.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:52.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:52.256472300] +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:53.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:53.684647400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:56.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:56.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:56.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:56.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:56.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:56.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:56.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:56.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:56.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:56.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:56.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:56.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:56.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:56.699628700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:57.102+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:48:57.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:57.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:48:57.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:48:57.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:48:57.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:57.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:57.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:57.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:57.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:57.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:57.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:57.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:57.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:57.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:57.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:57.259809800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:48:57.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:48:57.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:48:57.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:57.259809800] +2026-01-05T20:48:57.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:57.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:48:57.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:48:57.260549900] +2026-01-05T20:48:57.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:48:57.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:48:57.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:48:57.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:48:57.260549900] +2026-01-05T20:48:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:48:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:48:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:59.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:48:59.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:48:59.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:48:59.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:48:59.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:48:59.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:48:59.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:48:59.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:48:59.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:48:59.711943700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:02.199+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:02.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:02.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:02.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:02.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:02.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:02.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:02.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:02.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:02.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:02.264065+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:02.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:02.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:02.264065] +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:02.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:02.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:02.264699100] +2026-01-05T20:49:02.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:02.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:02.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:02.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:02.264699100] +2026-01-05T20:49:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:02.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:02.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:02.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:02.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:02.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:02.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:02.714138500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:05.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:05.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:05.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:05.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:05.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:05.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:05.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:05.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:05.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:05.723330+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:07.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:07.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:07.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:07.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:07.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:07.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:07.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:07.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:07.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:07.280258900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:07.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:07.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:07.280258900] +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:07.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:07.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:07.280938100] +2026-01-05T20:49:07.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:07.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:07.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:07.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:07.280938100] +2026-01-05T20:49:07.293+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:08.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:08.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:08.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:08.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:08.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:08.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:08.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:08.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:08.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:08.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:08.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:08.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:08.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:08.731608500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:11.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:11.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:11.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:11.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:11.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:11.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:11.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:11.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:11.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:11.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:11.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:11.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:11.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:11.749567800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:12.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:12.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:12.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:12.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:12.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:12.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:12.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:12.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:12.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:12.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:12.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:12.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:12.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:12.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:12.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:12.295594500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:12.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:12.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:12.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:12.295594500] +2026-01-05T20:49:12.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:12.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:12.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:12.296210600] +2026-01-05T20:49:12.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:12.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:12.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:12.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:12.296210600] +2026-01-05T20:49:12.403+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:13.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:49:13.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:49:13.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:13.349882100] +2026-01-05T20:49:13.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:49:14.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:14.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:14.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:14.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:14.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:14.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:14.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:14.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:14.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:14.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:14.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:14.761822400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:17.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:17.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:17.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:17.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:17.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:17.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:17.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:17.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:17.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:17.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:17.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:17.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:17.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:17.306297300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:17.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:17.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:17.306297300] +2026-01-05T20:49:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:17.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:17.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:17.306940500] +2026-01-05T20:49:17.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:17.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:17.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:17.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:17.306940500] +2026-01-05T20:49:17.507+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:17.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:17.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:17.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:17.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:17.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:17.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:17.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:17.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:17.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:17.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:17.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:17.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:17.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:17.773563800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:20.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:20.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:20.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:20.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:20.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:20.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:20.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:20.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:20.788292100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:22.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:22.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:22.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:22.316191700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:22.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:22.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:22.316191700] +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:22.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:22.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:22.316806100] +2026-01-05T20:49:22.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:22.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:22.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:22.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:22.316806100] +2026-01-05T20:49:22.593+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:23.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:23.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:23.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:23.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:23.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:23.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:23.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:23.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:23.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:23.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:23.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:23.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:23.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:23.793907700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:26.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:26.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:26.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:26.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:26.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:26.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:26.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:26.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:26.802014800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:27.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:27.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:27.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:27.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:27.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:27.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:27.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:27.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:27.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:27.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:27.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:27.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:27.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:27.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:27.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:27.331763+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:27.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:27.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:27.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:27.331763] +2026-01-05T20:49:27.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:27.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:27.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:27.332470500] +2026-01-05T20:49:27.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:27.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:27.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:27.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:27.332470500] +2026-01-05T20:49:27.701+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:28.491+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T20:49:28.491+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:28.492+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:49:28.492+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:28.492+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:28.492+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:28.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:28.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:28.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 13 bytes, 1 commands in the stack +2026-01-05T20:49:28.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:28.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:28.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=1.767614287E9, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:28.493+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:28.493+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:28.493777100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:28.493+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 35, queueId: 1, result: true +2026-01-05T20:49:28.494+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] c.b.b.d.q.service.QueueAccessService : User enterable verified - performanceId: 1, userId: 35 +2026-01-05T20:49:28.500+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.SQL : + select + count(*) + from + members m1_0 + where + m1_0.member_id=? +Hibernate: + select + count(*) + from + members m1_0 + where + m1_0.member_id=? +2026-01-05T20:49:28.501+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [35] +2026-01-05T20:49:28.509+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.SQL : + select + p1_0.performance_id, + p1_0.booking_close_at, + p1_0.booking_open_at, + p1_0.category, + p1_0.created_at, + p1_0.created_by, + p1_0.description, + p1_0.end_date, + p1_0.modified_at, + p1_0.modified_by, + p1_0.poster_key, + p1_0.start_date, + p1_0.status, + p1_0.title, + p1_0.venue_id + from + performance p1_0 + where + p1_0.performance_id=? +Hibernate: + select + p1_0.performance_id, + p1_0.booking_close_at, + p1_0.booking_open_at, + p1_0.category, + p1_0.created_at, + p1_0.created_by, + p1_0.description, + p1_0.end_date, + p1_0.modified_at, + p1_0.modified_by, + p1_0.poster_key, + p1_0.start_date, + p1_0.status, + p1_0.title, + p1_0.venue_id + from + performance p1_0 + where + p1_0.performance_id=? +2026-01-05T20:49:28.509+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:28.510+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.SQL : + select + count(*) + from + venue v1_0 + where + v1_0.venue_id=? +Hibernate: + select + count(*) + from + venue v1_0 + where + v1_0.venue_id=? +2026-01-05T20:49:28.512+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:28.531+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.SQL : + select + s1_0.seat_id, + s1_0.section_name, + s1_0.row_label, + s1_0.seat_number, + sg1_0.grade + from + seats s1_0 + join + seat_grades sg1_0 + on sg1_0.seat_id=s1_0.seat_id + where + s1_0.venue_id=? +Hibernate: + select + s1_0.seat_id, + s1_0.section_name, + s1_0.row_label, + s1_0.seat_number, + sg1_0.grade + from + seats s1_0 + join + seat_grades sg1_0 + on sg1_0.seat_id=s1_0.seat_id + where + s1_0.venue_id=? +2026-01-05T20:49:28.533+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:29.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:29.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:29.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:29.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:29.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:29.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:29.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:29.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:29.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:29.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:29.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:29.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:29.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:29.817889400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:32.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:32.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:32.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:32.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:32.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:32.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:32.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:32.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:32.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:32.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:32.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:32.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:32.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:32.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:32.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:32.336194400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:32.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:32.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:32.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:32.336194400] +2026-01-05T20:49:32.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:32.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:32.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:32.336814500] +2026-01-05T20:49:32.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:32.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:32.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:32.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:32.336814500] +2026-01-05T20:49:32.801+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:32.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:32.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:32.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:32.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:32.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:32.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:32.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:32.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:32.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:32.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:32.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:32.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:32.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:32.833926500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:35.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:35.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:35.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:35.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:35.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:35.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:35.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:35.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:35.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:35.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:35.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:35.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:35.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:35.842729300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:37.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:37.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:37.341+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:37.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:37.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:37.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:37.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:37.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:37.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:37.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:37.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:37.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:37.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:37.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:37.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:37.345656400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 4 ms +2026-01-05T20:49:37.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:37.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:37.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:37.346226700] +2026-01-05T20:49:37.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:37.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:37.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:37.346732400] +2026-01-05T20:49:37.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:37.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:37.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:37.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:37.346732400] +2026-01-05T20:49:37.898+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:38.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:38.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:38.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:38.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:38.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:38.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:38.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:38.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:38.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:38.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:38.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:38.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:38.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:38.852218900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:41.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:41.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:41.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:41.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:41.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:41.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:41.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:41.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:41.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:41.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:41.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:41.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:41.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:41.869485700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:42.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:42.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:42.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:42.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:42.348729+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:42.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:42.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:42.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:42.350051400] +2026-01-05T20:49:42.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:42.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:42.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:42.350572700] +2026-01-05T20:49:42.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:42.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:42.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:42.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:42.350572700] +2026-01-05T20:49:43.000+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:43.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:49:43.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:49:43.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:43.358244500] +2026-01-05T20:49:43.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:49:44.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:44.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:44.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:44.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:44.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:44.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:44.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:44.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:44.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:44.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:44.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:44.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:44.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:44.872948300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:47.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:47.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:47.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:47.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:47.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:47.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:47.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:47.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:47.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:47.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:47.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:47.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:47.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:47.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:47.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:47.355632600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:47.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:47.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:47.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:47.355632600] +2026-01-05T20:49:47.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:47.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:47.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:47.356434700] +2026-01-05T20:49:47.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:47.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:47.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:47.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:47.356434700] +2026-01-05T20:49:47.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:47.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:47.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:47.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:47.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:47.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:47.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:47.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:47.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:47.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:47.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:47.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:47.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:47.884097700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:48.099+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:50.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:50.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:50.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:50.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:50.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:50.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:50.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:50.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:50.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:50.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:50.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:50.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:50.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:50.893647+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:52.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:52.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:52.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:52.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:52.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:52.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:52.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:52.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:52.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:52.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:52.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:52.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:52.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:52.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:52.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:52.371654400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:52.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:52.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:52.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:52.371654400] +2026-01-05T20:49:52.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:52.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:52.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:52.372158200] +2026-01-05T20:49:52.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:52.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:52.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:52.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:52.372158200] +2026-01-05T20:49:53.207+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:53.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:53.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:53.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:53.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:53.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:53.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:53.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:53.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:53.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:53.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:53.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:53.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:53.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:53.908920800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:56.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:56.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:56.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:56.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:56.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:56.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:56.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:56.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:56.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:56.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:56.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:56.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:56.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:56.919859700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:57.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:57.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:49:57.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:49:57.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:49:57.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:57.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:57.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:57.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:57.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:57.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:57.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:57.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:57.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:57.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:57.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:57.385701500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:49:57.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:49:57.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:49:57.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:57.385701500] +2026-01-05T20:49:57.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:57.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:49:57.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:49:57.386363700] +2026-01-05T20:49:57.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:49:57.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:49:57.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:49:57.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:49:57.386363700] +2026-01-05T20:49:58.307+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:49:59.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:49:59.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:49:59.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:59.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:59.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:49:59.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:49:59.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:49:59.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:49:59.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:49:59.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:49:59.933+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:49:59.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:49:59.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:49:59.933078800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:02.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:02.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:02.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:02.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:02.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:02.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:02.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:02.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:02.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:02.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:02.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:02.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:02.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:02.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:02.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:02.395457600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:02.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:02.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:02.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:02.395457600] +2026-01-05T20:50:02.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:02.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:02.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:02.396165400] +2026-01-05T20:50:02.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:02.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:02.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:02.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:02.396165400] +2026-01-05T20:50:02.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:02.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:02.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:02.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:02.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:02.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:02.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:02.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:02.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:02.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:02.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:02.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:02.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:02.941595900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:03.410+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:05.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:05.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:05.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:05.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:05.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:05.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:05.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:05.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:05.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:05.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:05.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:05.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:05.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:05.946336200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:07.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:07.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:07.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:07.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:07.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:07.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:07.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:07.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:07.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:07.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:07.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:07.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:07.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:07.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:07.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:07.409506900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:07.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:07.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:07.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:07.409506900] +2026-01-05T20:50:07.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:07.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:07.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:07.410306700] +2026-01-05T20:50:07.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:07.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:07.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:07.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:07.410306700] +2026-01-05T20:50:08.496+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:08.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:08.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:08.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:08.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:08.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:08.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:08.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:08.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:08.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:08.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:08.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:08.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:08.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:08.952028400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:11.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:11.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:11.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:11.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:11.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:11.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:11.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:11.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:11.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:11.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:11.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:11.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:11.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:11.968878300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:12.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:12.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:12.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:12.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:12.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:12.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:12.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:12.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:12.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:12.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:12.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:12.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:12.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:12.420059200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:12.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:12.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:12.420059200] +2026-01-05T20:50:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:12.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:12.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:12.420794400] +2026-01-05T20:50:12.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:12.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:12.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:12.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:12.420794400] +2026-01-05T20:50:13.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:50:13.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:50:13.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:13.367808900] +2026-01-05T20:50:13.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:50:13.603+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:14.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:14.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:14.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:14.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:14.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:14.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:14.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:14.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:14.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:14.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:14.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:14.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:14.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:14.981305900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:17.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:17.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:17.426+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:17.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:17.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:17.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:17.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:17.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:17.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:17.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:17.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:17.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:17.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:17.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:17.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:17.428498800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:17.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:17.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:17.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:17.428498800] +2026-01-05T20:50:17.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:17.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:17.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:17.429115200] +2026-01-05T20:50:17.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:17.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:17.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:17.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:17.429115200] +2026-01-05T20:50:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:17.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:17.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:17.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:17.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:17.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:17.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:17.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:17.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:17.988047100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:18.704+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:21.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:21.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:21.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:21.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:21.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:21.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:21.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:21.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:21.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:21.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:21.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:21.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:21.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:21.004460600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:22.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:22.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:22.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:22.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:22.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:22.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:22.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:22.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:22.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:22.436224500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:22.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:22.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:22.436224500] +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:22.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:22.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:22.436753600] +2026-01-05T20:50:22.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:22.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:22.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:22.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:22.436753600] +2026-01-05T20:50:23.808+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:24.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:24.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:24.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:24.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:24.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:24.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:24.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:24.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:24.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:24.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:24.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:24.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:24.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:24.013546600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:27.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:27.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:27.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:27.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:27.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:27.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:27.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:27.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:27.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:27.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:27.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:27.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:27.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:27.024279+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:27.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:27.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:27.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:27.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:27.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:27.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:27.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:27.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:27.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:27.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:27.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:27.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:27.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:27.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:27.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:27.441721400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:27.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:27.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:27.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:27.441721400] +2026-01-05T20:50:27.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:27.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:27.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:27.442224900] +2026-01-05T20:50:27.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:27.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:27.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:27.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:27.442224900] +2026-01-05T20:50:28.907+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:30.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:30.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:30.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:30.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:30.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:30.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:30.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:30.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:30.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:30.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:30.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:30.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:30.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:30.035498400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:32.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:32.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:32.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:32.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:32.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:32.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:32.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:32.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:32.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:32.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:32.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:32.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:32.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:32.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:32.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:32.449806+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:32.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:32.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:32.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:32.449806] +2026-01-05T20:50:32.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:32.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:32.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:32.450510100] +2026-01-05T20:50:32.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:32.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:32.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:32.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:32.450510100] +2026-01-05T20:50:33.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:33.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:33.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:33.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:33.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:33.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:33.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:33.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:33.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:33.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:33.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:33.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:33.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:33.041225700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:34.004+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:36.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:36.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:36.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:36.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:36.047265400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:50:37.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:37.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:37.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:37.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:37.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:37.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:37.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:37.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:37.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:37.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:37.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:37.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:37.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:37.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:37.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:37.453125200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:37.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:37.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:37.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:37.453125200] +2026-01-05T20:50:37.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:37.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:37.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:37.453865600] +2026-01-05T20:50:37.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:37.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:37.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:37.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:37.453865600] +2026-01-05T20:50:39.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:39.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:39.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:39.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:39.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:39.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:39.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:39.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:39.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:39.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:39.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:39.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:39.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:39.055427200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:39.101+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:42.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:42.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:42.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:42.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:42.072825700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:42.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:42.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:42.459+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:42.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:42.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:42.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:42.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:42.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:42.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:42.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:42.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:42.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:42.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:42.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:42.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:42.460838300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:42.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:42.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:42.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:42.461356200] +2026-01-05T20:50:42.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:42.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:42.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:42.461356200] +2026-01-05T20:50:42.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:42.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:42.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:42.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:42.461356200] +2026-01-05T20:50:43.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:50:43.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:50:43.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:43.377000100] +2026-01-05T20:50:43.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:50:44.206+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:45.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:45.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:45.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:45.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:45.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:45.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:45.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:45.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:45.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:45.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:45.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:45.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:45.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:45.082290300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:47.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:47.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:47.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:47.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:47.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:47.472420800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:47.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:47.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:47.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:47.472420800] +2026-01-05T20:50:47.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:47.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:47.472+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:47.472420800] +2026-01-05T20:50:47.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:47.473+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:47.473+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:47.473+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:47.472420800] +2026-01-05T20:50:48.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:48.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:48.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:48.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:48.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:48.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:48.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:48.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:48.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:48.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:48.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:48.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:48.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:48.096317300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:49.309+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:51.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:51.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:51.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:51.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:51.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:51.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:51.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:51.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:51.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:51.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:51.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:51.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:51.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:51.102099+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:52.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:52.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:52.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:52.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:52.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:52.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:52.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:52.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:52.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:52.479230+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:52.479230] +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:52.479742700] +2026-01-05T20:50:52.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:52.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:52.479742700] +2026-01-05T20:50:54.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:54.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:54.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:54.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:54.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:54.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:54.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:54.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:54.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:54.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:54.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:54.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:54.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:54.114162800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:54.407+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:50:57.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:57.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:50:57.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:57.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:57.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:57.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:57.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:57.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:57.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:57.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:57.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:57.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:57.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:57.126813500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:57.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:50:57.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:50:57.483+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:50:57.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:50:57.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:57.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:57.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:50:57.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:50:57.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:50:57.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:50:57.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:50:57.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:50:57.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:50:57.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:50:57.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:50:57.484905200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:50:57.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:50:57.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:50:57.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:57.484905200] +2026-01-05T20:50:57.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:57.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:50:57.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:50:57.485410400] +2026-01-05T20:50:57.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:50:57.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:50:57.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:50:57.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:50:57.485410400] +2026-01-05T20:50:59.500+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:00.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:00.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:00.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:00.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:00.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:00.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:00.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:00.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:00.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:00.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:00.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:00.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:00.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:00.142262500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:02.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:02.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:02.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:02.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:02.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:02.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:02.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:02.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:02.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:02.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:02.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:02.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:02.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:02.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:02.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:02.493438400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:02.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:02.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:02.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:02.493438400] +2026-01-05T20:51:02.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:02.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:02.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:02.494154400] +2026-01-05T20:51:02.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:02.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:02.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:02.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:02.494154400] +2026-01-05T20:51:03.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:03.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:03.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:03.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:03.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:03.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:03.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:03.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:03.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:03.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:03.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:03.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:03.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:03.150297100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:04.600+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:06.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:06.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:06.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:06.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:06.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:06.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:06.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:06.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:06.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:06.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:06.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:06.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:06.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:06.165388300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:07.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:07.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:07.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:07.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:07.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:07.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:07.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:07.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:07.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:07.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:07.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:07.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:07.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:07.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:07.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:07.506780800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:07.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:07.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:07.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:07.506780800] +2026-01-05T20:51:07.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:07.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:07.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:07.507291600] +2026-01-05T20:51:07.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:07.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:07.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:07.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:07.507291600] +2026-01-05T20:51:09.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:09.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:09.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:09.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:09.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:09.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:09.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:09.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:09.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:09.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:09.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:09.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:09.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:09.177852700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:09.703+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:12.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:12.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:12.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:12.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:12.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:12.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:12.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:12.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:12.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:12.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:12.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:12.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:12.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:12.186337200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:12.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:12.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:12.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:12.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:12.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:12.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:12.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:12.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:12.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:12.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:12.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:12.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:12.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:12.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:12.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:12.512867700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:12.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:12.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:12.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:12.512867700] +2026-01-05T20:51:12.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:12.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:12.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:12.513582700] +2026-01-05T20:51:12.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:12.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:12.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:12.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:12.513582700] +2026-01-05T20:51:13.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:51:13.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:51:13.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:13.385308600] +2026-01-05T20:51:13.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:51:14.803+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:15.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:15.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:15.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:15.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:15.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:15.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:15.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:15.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:15.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:15.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:15.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:15.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:15.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:15.195048400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:17.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:17.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:17.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:17.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:17.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:17.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:17.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:17.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:17.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:17.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:17.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:17.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:17.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:17.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:17.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:17.521906+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:17.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:17.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:17.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:17.521906] +2026-01-05T20:51:17.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:17.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:17.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:17.522597900] +2026-01-05T20:51:17.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:17.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:17.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:17.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:17.522597900] +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:18.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:18.209323900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:19.914+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:21.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:21.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:21.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:21.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:21.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:21.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:21.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:21.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:21.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:21.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:21.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:21.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:21.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:21.221309500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:22.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:22.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:22.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:22.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:22.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:22.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:22.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:22.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:22.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:22.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:22.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:22.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:22.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:22.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:22.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:22.530311400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:22.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:22.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:22.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:22.530311400] +2026-01-05T20:51:22.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:22.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:22.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:22.530930700] +2026-01-05T20:51:22.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:22.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:22.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:22.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:22.530930700] +2026-01-05T20:51:24.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:24.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:24.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:24.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:24.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:24.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:24.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:24.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:24.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:24.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:24.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:24.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:24.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:24.233352500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:25.011+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:27.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:27.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:27.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:27.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:27.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:27.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:27.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:27.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:27.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:27.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:27.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:27.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:27.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:27.244540300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:27.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:27.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:27.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:27.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:27.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:27.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:27.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:27.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:27.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:27.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:27.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:27.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:27.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:27.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:27.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:27.539562700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:27.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:27.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:27.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:27.539562700] +2026-01-05T20:51:27.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:27.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:27.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:27.540075600] +2026-01-05T20:51:27.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:27.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:27.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:27.540+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:27.540075600] +2026-01-05T20:51:30.101+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:30.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:30.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:30.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:30.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:30.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:30.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:30.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:30.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:30.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:30.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:30.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:30.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:30.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:30.261558200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:32.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:32.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:32.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:32.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:32.550519600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:32.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:32.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:32.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:32.550519600] +2026-01-05T20:51:32.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:32.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:32.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:32.550519600] +2026-01-05T20:51:32.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:32.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:32.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:32.551+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:32.550519600] +2026-01-05T20:51:33.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:33.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:33.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:33.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:33.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:33.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:33.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:33.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:33.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:33.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:33.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:33.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:33.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:33.268508900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:35.213+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:36.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:36.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:36.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:36.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:36.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:36.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:36.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:36.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:36.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:36.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:36.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:36.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:36.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:36.276327400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:37.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:37.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:37.555+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:37.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:37.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:37.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:37.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:37.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:37.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:37.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:37.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:37.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:37.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:37.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:37.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:37.556728700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:37.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:37.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:37.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:37.556728700] +2026-01-05T20:51:37.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:37.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:37.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:37.556728700] +2026-01-05T20:51:37.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:37.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:37.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:37.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:37.556728700] +2026-01-05T20:51:39.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:39.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:39.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:39.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:39.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:39.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:39.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:39.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:39.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:39.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:39.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:39.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:39.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:39.292542+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:40.306+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:42.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:42.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:42.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:42.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:42.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:42.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:42.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:42.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:42.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:42.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:42.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:42.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:42.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:42.305281400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:42.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:42.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:42.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:42.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:42.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:42.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:42.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:42.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:42.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:42.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:42.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:42.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:42.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:42.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:42.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:42.571729700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:42.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:42.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:42.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:42.571729700] +2026-01-05T20:51:42.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:42.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:42.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:42.572455100] +2026-01-05T20:51:42.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:42.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:42.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:42.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:42.572455100] +2026-01-05T20:51:43.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:51:43.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:51:43.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:43.392787500] +2026-01-05T20:51:43.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:51:45.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:45.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:45.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:45.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:45.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:45.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:45.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:45.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:45.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:45.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:45.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:45.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:45.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:45.313864400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:45.405+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:47.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:47.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:47.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:47.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:47.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:47.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:47.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:47.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:47.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:47.588314+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:47.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:47.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:47.588314] +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:47.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:47.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:47.588994800] +2026-01-05T20:51:47.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:47.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:47.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:47.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:47.588994800] +2026-01-05T20:51:48.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:48.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:48.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:48.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:48.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:48.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:48.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:48.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:48.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:48.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:48.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:48.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:48.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:48.324446800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:50.514+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:51.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:51.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:51.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:51.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:51.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:51.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:51.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:51.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:51.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:51.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:51.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:51.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:51.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:51.328758500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:52.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:52.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:52.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:52.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:52.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:52.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:52.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:52.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:52.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:52.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:52.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:52.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:52.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:52.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:52.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:52.598979600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:52.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:52.598+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:52.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:52.598979600] +2026-01-05T20:51:52.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:52.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:52.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:52.599590500] +2026-01-05T20:51:52.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:52.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:52.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:52.600+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:52.599590500] +2026-01-05T20:51:53.826+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:53.826+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:53.826+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:53.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:53.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:53.828+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T20:51:53.828+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-3] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [circuitbreaker2@test.com] +2026-01-05T20:51:53.889+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:53.889+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:53.889+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-3] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:53.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:53.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:53.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:53.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:53.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:53.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:53.891+09:00 INFO 19232 --- [b2st] [nio-8080-exec-3] c.b.b.d.a.service.LoginSecurityService : 로그인 실패: email=ci*************@test.com, IP=0:0:0:0:0:0:0:1, 시도횟수=1/5 +2026-01-05T20:51:53.894+09:00 DEBUG 19232 --- [b2st] [ login-event-2] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T20:51:53.894+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:51:53.892319800] +2026-01-05T20:51:53.894+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:51:53.894+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [circuitbreaker2@test.com] +2026-01-05T20:51:53.894+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [INVALID_PASSWORD] +2026-01-05T20:51:53.894+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [false] +2026-01-05T20:51:53.894+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [5] +2026-01-05T20:51:53.894+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-3] c.b.b.g.e.h.GlobalExceptionHandler : BadCredentialsException: 자격 증명에 실패하였습니다. +2026-01-05T20:51:53.895+09:00 DEBUG 19232 --- [b2st] [ login-event-2] org.hibernate.SQL : + select + count(distinct ll1_0.email) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.attempted_at>? +Hibernate: + select + count(distinct ll1_0.email) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.attempted_at>? +2026-01-05T20:51:53.895+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:51:53.895+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:53.892850] +2026-01-05T20:51:53.896+09:00 WARN 19232 --- [b2st] [nio-8080-exec-3] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.security.authentication.BadCredentialsException: 자격 증명에 실패하였습니다.] +2026-01-05T20:51:53.899+09:00 DEBUG 19232 --- [b2st] [ login-event-2] org.hibernate.SQL : + select + count(ll1_0.login_id) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.success=false + and ll1_0.attempted_at>? +Hibernate: + select + count(ll1_0.login_id) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.success=false + and ll1_0.attempted_at>? +2026-01-05T20:51:53.900+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:51:53.900+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:51:53.892850] +2026-01-05T20:51:53.900+09:00 INFO 19232 --- [b2st] [ login-event-2] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=ci*************@test.com, success=false, ip=0:0:0:0:0:0:0:1 +2026-01-05T20:51:54.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:54.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:54.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:54.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:54.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:54.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:54.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:54.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:54.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:54.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:54.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:54.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:54.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:54.346823500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:55.607+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:51:57.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:57.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:51:57.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:57.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:57.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:57.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:57.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:57.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:57.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:57.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:57.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:57.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:57.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:57.356162500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:57.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:51:57.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:51:57.603+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:51:57.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:51:57.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:57.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:57.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:51:57.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:51:57.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:51:57.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:51:57.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:51:57.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:51:57.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:51:57.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:51:57.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:51:57.605287400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:51:57.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:51:57.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:51:57.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:57.605287400] +2026-01-05T20:51:57.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:57.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:51:57.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:51:57.606063700] +2026-01-05T20:51:57.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:51:57.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:51:57.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:51:57.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:51:57.606063700] +2026-01-05T20:52:00.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:00.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:00.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:00.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:00.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:00.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:00.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:00.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:00.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:00.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:00.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:00.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:00.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:00.368350500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:00.709+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:02.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:02.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:02.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:02.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:02.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:02.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:02.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:02.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:02.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:02.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:02.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:02.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:02.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:02.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:02.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:02.610475200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:02.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:02.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:02.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:02.610475200] +2026-01-05T20:52:02.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:02.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:02.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:02.611216900] +2026-01-05T20:52:02.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:02.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:02.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:02.611+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:02.611216900] +2026-01-05T20:52:03.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:03.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:03.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:03.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:03.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:03.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:03.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:03.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:03.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:03.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:03.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:03.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:03.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:03.384876300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:05.457+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:05.457+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:05.457+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:05.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:05.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:05.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:05.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:05.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:05.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:05.459+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T20:52:05.459+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-1] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [test2@example.com] +2026-01-05T20:52:05.519+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:05.519+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:05.519+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:05.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:05.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:05.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:05.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:05.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:05.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:05.521+09:00 INFO 19232 --- [b2st] [nio-8080-exec-1] c.b.b.d.a.service.LoginSecurityService : 로그인 실패: email=te***@example.com, IP=0:0:0:0:0:0:0:1, 시도횟수=1/5 +2026-01-05T20:52:05.521+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-1] c.b.b.g.e.h.GlobalExceptionHandler : BadCredentialsException: 자격 증명에 실패하였습니다. +2026-01-05T20:52:05.522+09:00 DEBUG 19232 --- [b2st] [ login-event-3] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T20:52:05.522+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:52:05.521960800] +2026-01-05T20:52:05.522+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:52:05.522+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [test2@example.com] +2026-01-05T20:52:05.522+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [INVALID_PASSWORD] +2026-01-05T20:52:05.522+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [false] +2026-01-05T20:52:05.522+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [6] +2026-01-05T20:52:05.523+09:00 WARN 19232 --- [b2st] [nio-8080-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.security.authentication.BadCredentialsException: 자격 증명에 실패하였습니다.] +2026-01-05T20:52:05.523+09:00 DEBUG 19232 --- [b2st] [ login-event-3] org.hibernate.SQL : + select + count(distinct ll1_0.email) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.attempted_at>? +Hibernate: + select + count(distinct ll1_0.email) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.attempted_at>? +2026-01-05T20:52:05.523+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:52:05.523+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:05.521960800] +2026-01-05T20:52:05.523+09:00 DEBUG 19232 --- [b2st] [ login-event-3] org.hibernate.SQL : + select + count(ll1_0.login_id) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.success=false + and ll1_0.attempted_at>? +Hibernate: + select + count(ll1_0.login_id) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.success=false + and ll1_0.attempted_at>? +2026-01-05T20:52:05.523+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:52:05.523+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:05.521960800] +2026-01-05T20:52:05.523+09:00 INFO 19232 --- [b2st] [ login-event-3] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=te***@example.com, success=false, ip=0:0:0:0:0:0:0:1 +2026-01-05T20:52:05.813+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:06.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:06.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:06.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:06.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:06.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:06.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:06.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:06.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:06.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:06.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:06.392575700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:06.810+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.810+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.810+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:06.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:06.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:06.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:06.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:06.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:06.812+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T20:52:06.812+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-5] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [test2@example.com] +2026-01-05T20:52:06.872+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.872+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.872+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-5] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:06.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:06.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:06.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:06.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:06.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:06.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:06.874+09:00 INFO 19232 --- [b2st] [nio-8080-exec-5] c.b.b.d.a.service.LoginSecurityService : 로그인 실패: email=te***@example.com, IP=0:0:0:0:0:0:0:1, 시도횟수=2/5 +2026-01-05T20:52:06.875+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-5] c.b.b.g.e.h.GlobalExceptionHandler : BadCredentialsException: 자격 증명에 실패하였습니다. +2026-01-05T20:52:06.875+09:00 DEBUG 19232 --- [b2st] [ login-event-1] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T20:52:06.875+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:52:06.875387200] +2026-01-05T20:52:06.875+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:52:06.875+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [test2@example.com] +2026-01-05T20:52:06.875+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [INVALID_PASSWORD] +2026-01-05T20:52:06.875+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [false] +2026-01-05T20:52:06.875+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [7] +2026-01-05T20:52:06.875+09:00 DEBUG 19232 --- [b2st] [ login-event-1] org.hibernate.SQL : + select + count(distinct ll1_0.email) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.attempted_at>? +Hibernate: + select + count(distinct ll1_0.email) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.attempted_at>? +2026-01-05T20:52:06.875+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:52:06.875+09:00 WARN 19232 --- [b2st] [nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.security.authentication.BadCredentialsException: 자격 증명에 실패하였습니다.] +2026-01-05T20:52:06.875+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:06.875387200] +2026-01-05T20:52:06.876+09:00 DEBUG 19232 --- [b2st] [ login-event-1] org.hibernate.SQL : + select + count(ll1_0.login_id) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.success=false + and ll1_0.attempted_at>? +Hibernate: + select + count(ll1_0.login_id) + from + login_logs ll1_0 + where + ll1_0.client_ip=? + and ll1_0.success=false + and ll1_0.attempted_at>? +2026-01-05T20:52:06.876+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:52:06.876+09:00 TRACE 19232 --- [b2st] [ login-event-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T19:52:06.875387200] +2026-01-05T20:52:06.876+09:00 INFO 19232 --- [b2st] [ login-event-1] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=te***@example.com, success=false, ip=0:0:0:0:0:0:0:1 +2026-01-05T20:52:07.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:07.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:07.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:07.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:07.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:07.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:07.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:07.623759100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:07.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:07.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:07.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:07.623759100] +2026-01-05T20:52:07.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:07.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:07.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:07.624504] +2026-01-05T20:52:07.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:07.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:07.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:07.625+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:07.624504] +2026-01-05T20:52:09.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:09.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:09.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:09.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:09.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:09.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:09.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:09.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:09.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:09.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:09.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:09.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:09.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:09.402266200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:10.912+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:12.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:12.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:12.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:12.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:12.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:12.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:12.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:12.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:12.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:12.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:12.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:12.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:12.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:12.408190200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:12.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:12.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:12.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:12.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:12.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:12.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:12.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:12.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:12.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:12.628298300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:12.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:12.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:12.628298300] +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:12.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:12.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:12.628871200] +2026-01-05T20:52:12.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:12.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:12.629+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:12.629+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:12.628871200] +2026-01-05T20:52:13.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:52:13.404+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:52:13.404+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:13.403850600] +2026-01-05T20:52:13.404+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:52:15.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:15.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:15.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:15.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:15.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:15.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:15.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:15.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:15.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:15.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:15.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:15.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:15.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:15.420052900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:16.010+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:17.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:17.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:17.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:17.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:17.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:17.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:17.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:17.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:17.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:17.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:17.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:17.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:17.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:17.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:17.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:17.635013100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:17.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:17.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:17.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:17.635013100] +2026-01-05T20:52:17.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:17.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:17.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:17.635596400] +2026-01-05T20:52:17.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:17.636+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:17.636+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:17.636+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:17.635596400] +2026-01-05T20:52:18.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:18.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:18.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:18.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:18.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:18.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:18.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:18.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:18.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:18.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:18.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:18.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:18.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:18.433548500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:21.106+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:21.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:21.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:21.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:21.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:21.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:21.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:21.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:21.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:21.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:21.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:21.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:21.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:21.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:21.438270+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:22.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:22.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:22.649+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:22.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:22.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:22.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:22.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:22.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:22.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:22.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:22.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:22.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:22.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:22.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:22.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:22.651971+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:22.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:22.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:22.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:22.651971] +2026-01-05T20:52:22.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:22.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:22.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:22.651971] +2026-01-05T20:52:22.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:22.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:22.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:22.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:22.651971] +2026-01-05T20:52:24.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:24.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:24.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:24.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:24.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:24.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:24.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:24.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:24.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:24.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:24.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:24.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:24.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:24.443627300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:26.219+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:27.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:27.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:27.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:27.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:27.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:27.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:27.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:27.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:27.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:27.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:27.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:27.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:27.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:27.455409400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:27.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:27.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:27.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:27.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:27.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:27.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:27.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:27.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:27.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:27.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:27.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:27.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:27.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:27.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:27.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:27.656832700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:27.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:27.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:27.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:27.656832700] +2026-01-05T20:52:27.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:27.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:27.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:27.657571500] +2026-01-05T20:52:27.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:27.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:27.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:27.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:27.657571500] +2026-01-05T20:52:30.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:30.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:30.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:30.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:30.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:30.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:30.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:30.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:30.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:30.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:30.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:30.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:30.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:30.459630300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:31.310+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:32.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:32.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:32.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:32.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:32.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:32.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:32.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:32.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:32.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:32.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:32.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:32.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:32.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:32.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:32.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:32.671476500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:52:32.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:32.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:32.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:32.671476500] +2026-01-05T20:52:32.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:32.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:32.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:32.672001600] +2026-01-05T20:52:32.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:32.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:32.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:32.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:32.672001600] +2026-01-05T20:52:33.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:33.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:33.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:33.466921500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:36.415+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:36.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:36.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:36.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:36.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:36.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:36.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:36.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:36.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:36.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:36.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:36.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:36.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:36.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:36.480896900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:37.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:37.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:37.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:37.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:37.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:37.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:37.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:37.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:37.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:37.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:37.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:37.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:37.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:37.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:37.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:37.679919300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:52:37.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:37.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:37.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:37.679919300] +2026-01-05T20:52:37.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:37.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:37.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:37.680437600] +2026-01-05T20:52:37.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:37.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:37.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:37.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:37.680437600] +2026-01-05T20:52:39.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:39.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:39.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:39.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:39.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:39.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:39.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:39.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:39.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:39.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:39.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:39.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:39.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:39.489618900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:41.521+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:42.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:42.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:42.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:42.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:42.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:42.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:42.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:42.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:42.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:42.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:42.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:42.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:42.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:42.504340400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:42.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:42.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:42.688+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:42.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:42.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:42.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:42.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:42.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:42.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:42.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:42.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:42.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:42.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:42.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:42.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:42.690531500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:42.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:42.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:42.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:42.690531500] +2026-01-05T20:52:42.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:42.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:42.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:42.691209900] +2026-01-05T20:52:42.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:42.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:42.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:42.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:42.691209900] +2026-01-05T20:52:43.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:52:43.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:52:43.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:43.422053400] +2026-01-05T20:52:43.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:52:45.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:45.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:45.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:45.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:45.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:45.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:45.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:45.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:45.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:45.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:45.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:45.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:45.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:45.512501200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:46.609+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:47.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:47.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:47.704+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:47.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:47.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:47.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:47.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:47.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:47.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:47.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:47.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:47.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:47.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:47.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:47.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:47.706333900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:47.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:47.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:47.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:47.706333900] +2026-01-05T20:52:47.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:47.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:47.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:47.707029100] +2026-01-05T20:52:47.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:47.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:47.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:47.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:47.707029100] +2026-01-05T20:52:48.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:48.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:48.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:48.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:48.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:48.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:48.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:48.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:48.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:48.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:48.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:48.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:48.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:48.528369300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:51.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:51.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:51.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:51.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:51.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:51.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:51.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:51.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:51.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:51.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:51.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:51.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:51.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:51.537018900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:51.721+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:52.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:52.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:52.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:52.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:52.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:52.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:52.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:52.707+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:52.708+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:52.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:52.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:52.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:52.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:52.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:52.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:52.709376400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:52.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:52.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:52.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:52.709376400] +2026-01-05T20:52:52.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:52.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:52.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:52.709935600] +2026-01-05T20:52:52.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:52.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:52.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:52.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:52.709935600] +2026-01-05T20:52:54.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:54.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:54.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:54.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:54.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:54.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:54.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:54.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:54.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:54.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:54.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:54.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:54.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:54.546556600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:56.820+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:52:57.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:57.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:52:57.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:57.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:57.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:57.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:57.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:57.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:57.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:57.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:57.558550700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:57.670+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-6] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.670+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-6] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.670+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-6] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:57.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:57.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:57.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:57.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:57.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=2, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:57.671+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.SQL : + select + m1_0.member_id + from + members m1_0 + where + m1_0.email=? + fetch + first ? rows only +Hibernate: + select + m1_0.member_id + from + members m1_0 + where + m1_0.email=? + fetch + first ? rows only +2026-01-05T20:52:57.672+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [newuser2@test.com] +2026-01-05T20:52:57.672+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (2:INTEGER) <- [1] +2026-01-05T20:52:57.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:52:57.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:52:57.712+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:52:57.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:52:57.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:52:57.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:52:57.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:52:57.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:52:57.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:52:57.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:52:57.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:52:57.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:52:57.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:52:57.713858100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:52:57.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:52:57.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:52:57.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:57.713858100] +2026-01-05T20:52:57.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:57.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:52:57.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:57.714521100] +2026-01-05T20:52:57.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:52:57.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:52:57.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:52:57.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:52:57.714521100] +2026-01-05T20:52:57.732+09:00 INFO 19232 --- [b2st] [nio-8080-exec-6] c.b.b.d.member.service.MemberService : 새로운 회원 가입: ID=37, Email=ne******@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T20:52:57.733+09:00 INFO 19232 --- [b2st] [ signup-event-3] c.b.b.d.m.listener.SignupEventListener : 가입 로그 저장 완료: email=ne******@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T20:52:57.733+09:00 DEBUG 19232 --- [b2st] [ signup-event-3] org.hibernate.SQL : + insert + into + signup_logs + (client_ip, created_at, email, signup_log_id) + values + (?, ?, ?, ?) +Hibernate: + insert + into + signup_logs + (client_ip, created_at, email, signup_log_id) + values + (?, ?, ?, ?) +2026-01-05T20:52:57.733+09:00 TRACE 19232 --- [b2st] [ signup-event-3] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:52:57.733+09:00 TRACE 19232 --- [b2st] [ signup-event-3] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:57.732486300] +2026-01-05T20:52:57.733+09:00 TRACE 19232 --- [b2st] [ signup-event-3] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [newuser2@test.com] +2026-01-05T20:52:57.733+09:00 TRACE 19232 --- [b2st] [ signup-event-3] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [3] +2026-01-05T20:52:57.734+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [1995-01-01] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:52:57.732486300] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [newuser2@test.com] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [false] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T20:52:57.732486300] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [신규유저] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$HmEQCiDHgu/ilY2E1p/Ny.DGbnSZfMQ.vFrNfd8P7uCd.OyZgD1yC] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [01099999999] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T20:52:57.734+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-6] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [37] +2026-01-05T20:53:00.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:00.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:00.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:00.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:00.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:00.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:00.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:00.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:00.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:00.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:00.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:00.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:00.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:00.569927+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:01.921+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:02.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:02.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:02.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:02.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:02.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:02.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:02.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:02.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:02.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:02.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:02.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:02.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:02.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:02.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:02.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:02.729658300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:02.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:02.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:02.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:02.729658300] +2026-01-05T20:53:02.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:02.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:02.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:02.730350400] +2026-01-05T20:53:02.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:02.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:02.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:02.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:02.730350400] +2026-01-05T20:53:03.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:03.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:03.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:03.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:03.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:03.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:03.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:03.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:03.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:03.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:03.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:03.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:03.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:03.584858900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:06.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:06.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:06.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:06.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:06.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:06.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:06.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:06.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:06.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:06.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:06.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:06.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:06.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:06.589768+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:07.021+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:07.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:07.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:07.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:07.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:07.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:07.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:07.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:07.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:07.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:07.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:07.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:07.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:07.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:07.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:07.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:07.738250500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:07.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:07.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:07.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:07.738250500] +2026-01-05T20:53:07.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:07.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:07.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:07.738900200] +2026-01-05T20:53:07.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:07.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:07.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:07.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:07.738900200] +2026-01-05T20:53:09.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:09.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:09.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:09.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:09.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:09.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:09.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:09.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:09.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:09.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:09.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:09.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:09.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:09.594762800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:12.114+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:12.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:12.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:12.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:12.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:12.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:12.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:12.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:12.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:12.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:12.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:12.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:12.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:12.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:12.598208900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:12.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:12.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:12.752+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:12.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:12.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:12.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:12.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:12.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:12.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:12.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:12.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:12.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:12.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:12.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:12.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:12.754523100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:12.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:12.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:12.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:12.754523100] +2026-01-05T20:53:12.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:12.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:12.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:12.755029400] +2026-01-05T20:53:12.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:12.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:12.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:12.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:12.755029400] +2026-01-05T20:53:13.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:53:13.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:53:13.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:13.438849400] +2026-01-05T20:53:13.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:53:15.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:15.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:15.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:15.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:15.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:15.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:15.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:15.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:15.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:15.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:15.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:15.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:15.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:15.604961800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:17.215+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:17.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:17.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:17.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:17.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:17.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:17.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:17.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:17.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:17.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:17.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:17.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:17.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:17.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:17.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:17.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:17.767625600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:17.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:17.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:17.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:17.767625600] +2026-01-05T20:53:17.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:17.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:17.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:17.768253800] +2026-01-05T20:53:17.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:17.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:17.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:17.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:17.768253800] +2026-01-05T20:53:18.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:18.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:18.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:18.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:18.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:18.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:18.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:18.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:18.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:18.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:18.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:18.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:18.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:18.621433300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:21.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:21.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:21.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:21.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:21.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:21.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:21.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:21.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:21.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:21.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:21.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:21.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:21.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:21.627031700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:22.309+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:22.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:22.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:22.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:22.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:22.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:22.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:22.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:22.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:22.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:22.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:22.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:22.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:22.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:22.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:22.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:22.779328+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:22.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:22.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:22.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:22.779328] +2026-01-05T20:53:22.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:22.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:22.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:22.780022700] +2026-01-05T20:53:22.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:22.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:22.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:22.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:22.780022700] +2026-01-05T20:53:24.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:24.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:24.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:24.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:24.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:24.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:24.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:24.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:24.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:24.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:24.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:24.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:24.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:24.633821+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:27.413+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:27.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:27.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:27.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:27.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:27.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:27.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:27.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:27.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:27.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:27.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:27.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:27.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:27.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:27.647992200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:27.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:27.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:27.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:27.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:27.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:27.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:27.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:27.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:27.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:27.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:27.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:27.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:27.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:27.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:27.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:27.788443200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:27.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:27.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:27.788443200] +2026-01-05T20:53:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:27.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:27.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:27.789209400] +2026-01-05T20:53:27.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:27.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:27.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:27.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:27.789209400] +2026-01-05T20:53:29.821+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.821+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.821+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:29.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:29.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:29.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:29.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:29.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:29.823+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T20:53:29.823+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-9] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [newuser2@test.com] +2026-01-05T20:53:29.887+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.887+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.887+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:29.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:29.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:29.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:29.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:29.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:29.888+09:00 INFO 19232 --- [b2st] [nio-8080-exec-9] c.b.b.d.a.service.LoginSecurityService : 로그인 성공: email=ne******@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T20:53:29.889+09:00 INFO 19232 --- [b2st] [ login-event-2] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=ne******@test.com, success=true, ip=0:0:0:0:0:0:0:1 +2026-01-05T20:53:29.889+09:00 DEBUG 19232 --- [b2st] [ login-event-2] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T20:53:29.889+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:53:29.888895300] +2026-01-05T20:53:29.889+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:53:29.889+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [newuser2@test.com] +2026-01-05T20:53:29.889+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [null] +2026-01-05T20:53:29.889+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [true] +2026-01-05T20:53:29.889+09:00 TRACE 19232 --- [b2st] [ login-event-2] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [8] +2026-01-05T20:53:29.890+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.890+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.890+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:29.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:29.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:29.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:29.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:29.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:29.891+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.891+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.895+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:29.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:29.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 5 bytes, 1 commands in the stack +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HMSET, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:29.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=SADD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-9] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:29.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:29.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:29.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:29.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:29.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXPIRE, output=BooleanOutput [output=true, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:30.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:30.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:30.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:30.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:30.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:30.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:30.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:30.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:30.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:30.655655900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:32.510+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:32.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:32.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:32.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:32.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:32.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:32.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:32.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:32.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:32.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:32.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:32.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:32.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:32.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:32.805919200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:32.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:32.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:32.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:32.805919200] +2026-01-05T20:53:32.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:32.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:32.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:32.806442] +2026-01-05T20:53:32.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:32.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:32.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:32.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:32.806442] +2026-01-05T20:53:33.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:33.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:33.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:33.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:33.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:33.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:33.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:33.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:33.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:33.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:33.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:33.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:33.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:33.665616100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:36.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:36.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:36.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:36.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:36.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:36.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:36.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:36.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:36.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:36.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:36.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:36.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:36.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:36.676090200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:37.622+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:37.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:37.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:37.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:37.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:37.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:37.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:37.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:37.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:37.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:37.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:37.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:37.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:37.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:37.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:37.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:37.811927+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:37.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:37.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:37.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:37.811927] +2026-01-05T20:53:37.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:37.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:37.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:37.812584400] +2026-01-05T20:53:37.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:37.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:37.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:37.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:37.812584400] +2026-01-05T20:53:39.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:39.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:39.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:39.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:39.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:39.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:39.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:39.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:39.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:39.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:39.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:39.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:39.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:39.687162700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:42.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:42.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:42.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:42.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:42.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:42.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:42.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:42.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:42.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:42.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:42.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:42.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:42.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:42.694776400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:42.723+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:42.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:42.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:42.818+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:42.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:42.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:42.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:42.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:42.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:42.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:42.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:42.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:42.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:42.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:42.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:42.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:42.819672800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:42.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:42.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:42.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:42.819672800] +2026-01-05T20:53:42.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:42.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:42.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:42.820441700] +2026-01-05T20:53:42.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:42.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:42.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:42.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:42.820441700] +2026-01-05T20:53:43.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:53:43.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:53:43.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:43.455218900] +2026-01-05T20:53:43.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:53:45.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:45.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:45.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:45.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:45.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:45.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:45.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:45.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:45.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:45.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:45.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:45.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:45.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:45.698581400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:47.817+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:47.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:47.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:47.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:47.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:47.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:47.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:47.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:47.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:47.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:47.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:47.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:47.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:47.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:47.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:47.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:47.834730200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:47.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:47.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:47.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:47.834730200] +2026-01-05T20:53:47.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:47.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:47.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:47.835319600] +2026-01-05T20:53:47.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:47.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:47.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:47.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:47.835319600] +2026-01-05T20:53:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:48.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:48.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:48.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:48.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:48.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:48.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:48.705538400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:51.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:51.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:51.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:51.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:51.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:51.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:51.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:51.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:51.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:51.717877+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:53:52.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:52.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:52.836+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:52.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:52.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:52.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:52.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:52.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:52.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:52.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:52.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:52.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:52.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:52.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:52.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:52.838106800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:52.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:52.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:52.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:52.838106800] +2026-01-05T20:53:52.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:52.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:52.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:52.838674100] +2026-01-05T20:53:52.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:52.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:52.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:52.839+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:52.838674100] +2026-01-05T20:53:52.915+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:53:54.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:54.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:54.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:54.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:54.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:54.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:54.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:54.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:54.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:54.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:54.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:54.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:54.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:54.723297700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:57.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:57.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:53:57.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:57.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:57.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:57.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:57.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:57.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:57.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:57.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:57.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:57.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:57.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:57.726340400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:53:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:53:57.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:53:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:53:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:53:57.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:53:57.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:53:57.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:53:57.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:53:57.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:53:57.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:53:57.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:53:57.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:53:57.850365600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:53:57.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:53:57.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:53:57.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:57.850365600] +2026-01-05T20:53:57.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:57.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:53:57.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:53:57.851165400] +2026-01-05T20:53:57.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:53:57.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:53:57.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:53:57.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:53:57.851165400] +2026-01-05T20:53:58.018+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:00.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:00.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:00.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:00.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:00.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:00.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:00.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:00.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:00.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:00.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:00.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:00.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:00.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:00.738798200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:02.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:02.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:02.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:02.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:02.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:02.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:02.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:02.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:02.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:02.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:02.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:02.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:02.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:02.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:02.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:02.854418900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:02.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:02.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:02.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:02.854418900] +2026-01-05T20:54:02.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:02.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:02.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:02.855064600] +2026-01-05T20:54:02.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:02.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:02.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:02.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:02.855064600] +2026-01-05T20:54:03.115+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:03.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:03.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:03.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:03.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:03.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:03.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:03.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:03.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:03.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:03.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:03.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:03.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:03.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:03.743538900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:06.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:06.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:06.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:06.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:06.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:06.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:06.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:06.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:06.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:06.756361400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:07.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:07.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:07.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:07.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:07.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:07.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:07.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:07.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:07.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:07.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:07.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:07.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:07.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:07.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:07.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:07.864438100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:07.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:07.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:07.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:07.864438100] +2026-01-05T20:54:07.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:07.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:07.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:07.865010] +2026-01-05T20:54:07.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:07.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:07.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:07.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:07.865010] +2026-01-05T20:54:08.222+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:09.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:09.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:09.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:09.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:09.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:09.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:09.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:09.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:09.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:09.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:09.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:09.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:09.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:09.766677500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:11.361+09:00 INFO 19232 --- [b2st] [io-8080-exec-10] c.b.b.d.q.controller.QueueController : User starting booking - scheduleId: 1, userId: 37 +2026-01-05T20:54:11.362+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] org.hibernate.SQL : + select + ps1_0.performance_schedule_id, + ps1_0.booking_close_at, + ps1_0.booking_open_at, + ps1_0.booking_type, + ps1_0.created_at, + ps1_0.created_by, + ps1_0.draw_completed, + ps1_0.modified_at, + ps1_0.modified_by, + ps1_0.performance_id, + ps1_0.round_no, + ps1_0.seat_allocated, + ps1_0.start_at + from + performance_schedule ps1_0 + where + ps1_0.performance_schedule_id=? +Hibernate: + select + ps1_0.performance_schedule_id, + ps1_0.booking_close_at, + ps1_0.booking_open_at, + ps1_0.booking_type, + ps1_0.created_at, + ps1_0.created_by, + ps1_0.draw_completed, + ps1_0.modified_at, + ps1_0.modified_by, + ps1_0.performance_id, + ps1_0.round_no, + ps1_0.seat_allocated, + ps1_0.start_at + from + performance_schedule ps1_0 + where + ps1_0.performance_schedule_id=? +2026-01-05T20:54:11.362+09:00 TRACE 19232 --- [b2st] [io-8080-exec-10] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:11.362+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] c.b.b.d.queue.service.ScheduleResolver : Resolved scheduleId: 1 -> performanceId: 1 +2026-01-05T20:54:11.362+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] c.b.b.domain.queue.service.QueueService : Resolved scheduleId: 1 -> performanceId: 1 +2026-01-05T20:54:11.363+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T20:54:11.363+09:00 TRACE 19232 --- [b2st] [io-8080-exec-10] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:11.363+09:00 INFO 19232 --- [b2st] [io-8080-exec-10] c.b.b.domain.queue.service.QueueService : Queue resolved/created - queueId: 1, performanceId: 1, scheduleId: 1 +2026-01-05T20:54:11.363+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInWaitingQueue' +2026-01-05T20:54:11.363+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.363+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.363+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:11.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:11.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:11.364500700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.364+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:11.365498600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInWaitingQueue' +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:11.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:11.366501100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:11.367499+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#addToWaitingQueue' +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:11.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZADD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:11.368498800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getMyRank0InWaiting' +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:11.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANK, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:11.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:11.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:11.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:11.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANK, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:11.369+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:11.369+09:00 DEBUG 19232 --- [b2st] [io-8080-exec-10] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:11.369502100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:54:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:12.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:12.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:12.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:12.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:12.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:12.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:12.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:12.773412900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:12.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:12.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:12.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:12.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:12.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:12.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:12.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:12.868005700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalEnterableCount' +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:12.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCOUNT, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCOUNT, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:12.869032300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTopWaitingUsers' +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:12.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZRANGE, output=ValueListOutput [output=[], error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 12 bytes, 1 commands in the stack +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZRANGE, output=ValueListOutput [output=[[B@38bc0e36], error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:12.870077+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:12.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#moveToEnterable' +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:12.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:12.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:12.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:12.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:12.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:12.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:12.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:12.872694600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:12.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.queue_id=? + and qe1_0.user_id=? +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.queue_id=? + and qe1_0.user_id=? +2026-01-05T20:54:12.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:12.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [37] +2026-01-05T20:54:12.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + insert + into + queue_entries + (completed_at, created_at, created_by, enterable_at, entry_token, expires_at, joined_at, modified_at, modified_by, queue_id, status, user_id, queue_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + queue_entries + (completed_at, created_at, created_by, enterable_at, entry_token, expires_at, joined_at, modified_at, modified_by, queue_id, status, user_id, queue_entry_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [null] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:12.873216500] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [2026-01-05T20:54:12.872694600] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (5:UUID) <- [6a277747-f833-4792-b32c-606c7cccdba8] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (6:TIMESTAMP) <- [2026-01-05T21:04:12.872694600] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (7:TIMESTAMP) <- [2026-01-05T20:54:12.872694600] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T20:54:12.873216500] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (10:BIGINT) <- [1] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (11:ENUM) <- [ENTERABLE] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (12:BIGINT) <- [37] +2026-01-05T20:54:12.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (13:BIGINT) <- [3] +2026-01-05T20:54:12.874+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.service.QueueSchedulerService : 배치 입장 처리 - queueId: 1, 성공: 1명, 실패: 0명 +2026-01-05T20:54:12.874+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.service.QueueSchedulerService : 자동 입장 처리 완료 - queueId: 1, 처리 인원: 1명 +2026-01-05T20:54:12.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:12.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:12.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:12.875287700] +2026-01-05T20:54:12.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:12.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:12.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:12.875287700] +2026-01-05T20:54:12.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:12.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:12.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:12.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:12.875287700] +2026-01-05T20:54:13.315+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:13.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:54:13.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:54:13.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:13.470982700] +2026-01-05T20:54:13.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:54:15.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:15.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:15.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:15.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:15.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:15.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:15.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:15.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:15.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:15.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:15.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:15.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:15.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:15.786261800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:17.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:17.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:17.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:17.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:17.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:17.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:17.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:17.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:17.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:17.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:17.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:17.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:17.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:17.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:17.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:17.881524600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:17.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:17.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:17.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:17.881524600] +2026-01-05T20:54:17.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:17.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:17.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:17.882215300] +2026-01-05T20:54:17.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:17.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:17.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:17.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:17.882215300] +2026-01-05T20:54:18.422+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:18.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:18.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:18.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:18.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:18.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:18.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:18.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:18.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:18.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:18.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:18.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:18.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:18.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:18.800040700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:21.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:21.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:21.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:21.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:21.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:21.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:21.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:21.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:21.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:21.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:21.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:21.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:21.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:21.807055+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:22.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:22.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:22.892+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:22.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:22.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:22.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:22.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:22.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:22.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:22.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:22.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:22.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:22.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:22.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:22.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:22.893861200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:22.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:22.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:22.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:22.893861200] +2026-01-05T20:54:22.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:22.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:22.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:22.894584100] +2026-01-05T20:54:22.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:22.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:22.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:22.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:22.894584100] +2026-01-05T20:54:23.514+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:24.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:24.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:24.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:24.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:24.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:24.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:24.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:24.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:24.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:24.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:24.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:24.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:24.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:24.821535800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:27.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:27.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:27.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:27.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:27.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:27.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:27.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:27.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:27.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:27.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:27.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:27.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:27.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:27.829602800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:27.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:27.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:27.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:27.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:27.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:27.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:27.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:27.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:27.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:27.907216500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:27.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:27.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:27.907216500] +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:27.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:27.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:27.907740400] +2026-01-05T20:54:27.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:27.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:27.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:27.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:27.907740400] +2026-01-05T20:54:28.619+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:30.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:30.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:30.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:30.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:30.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:30.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:30.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:30.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:30.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:30.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:30.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:30.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:30.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:30.835603700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:32.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:32.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:32.918+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:32.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:32.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:32.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:32.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:32.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:32.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:32.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:32.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:32.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:32.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:32.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:32.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:32.920556200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:32.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:32.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:32.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:32.920556200] +2026-01-05T20:54:32.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:32.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:32.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:32.921194500] +2026-01-05T20:54:32.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:32.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:32.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:32.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:32.921194500] +2026-01-05T20:54:33.727+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:33.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:33.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:33.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:33.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:33.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:33.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:33.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:33.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:33.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:33.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:33.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:33.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:33.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:33.837921900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:36.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:36.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:36.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:36.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:36.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:36.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:36.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:36.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:36.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:36.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:36.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:36.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:36.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:36.852501100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:37.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:37.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:37.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:37.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:37.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:37.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:37.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:37.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:37.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:37.927453700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:37.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:37.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:37.927453700] +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:37.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:37.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:37.927957200] +2026-01-05T20:54:37.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:37.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:37.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:37.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:37.927957200] +2026-01-05T20:54:38.815+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:39.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:39.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:39.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:39.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:39.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:39.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:39.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:39.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:39.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:39.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:39.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:39.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:39.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:39.866526100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:42.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:42.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:42.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:42.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:42.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:42.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:42.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:42.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:42.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:42.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:42.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:42.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:42.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:42.873735700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:42.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:42.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:42.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:42.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:42.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:42.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:42.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:42.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:42.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:42.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:42.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:42.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:42.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:42.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:42.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:42.936617200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:54:42.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:42.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:42.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:42.936617200] +2026-01-05T20:54:42.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:42.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:42.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:42.937140800] +2026-01-05T20:54:42.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:42.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:42.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:42.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:42.937140800] +2026-01-05T20:54:43.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:54:43.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:54:43.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:43.480965] +2026-01-05T20:54:43.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:54:43.916+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:45.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:45.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:45.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:45.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:45.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:45.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:45.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:45.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:45.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:45.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:45.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:45.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:45.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:45.886596300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:47.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:47.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:47.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:47.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:47.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:47.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:47.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:47.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:47.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:47.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:47.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:47.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:47.947+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:47.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:47.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:47.947572200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:47.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:47.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:47.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:47.947572200] +2026-01-05T20:54:47.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:47.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:47.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:47.948186400] +2026-01-05T20:54:47.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:47.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:47.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:47.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:47.948186400] +2026-01-05T20:54:48.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:48.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:48.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:48.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:48.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:48.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:48.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:48.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:48.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:48.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:48.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:48.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:48.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:48.900673+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:49.022+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:51.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:51.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:51.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:51.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:51.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:51.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:51.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:51.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:51.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:51.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:51.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:51.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:51.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:51.910714+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:52.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:52.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:52.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:52.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:52.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:52.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:52.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:52.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:52.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:52.952050600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:52.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:52.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:52.952050600] +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:52.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:52.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:52.952728400] +2026-01-05T20:54:52.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:52.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:52.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:52.953+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:52.952728400] +2026-01-05T20:54:54.118+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:54:54.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:54.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:54.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:54.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:54.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:54.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:54.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:54.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:54.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:54.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:54.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:54.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:54.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:54.913720+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:55.706+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:55.706+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:55.706+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:55.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:55.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EVALSHA, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:55.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:55.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:55.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:55.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EVALSHA, output=IntegerOutput [output=3, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:55.710+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.SQL : + select + m1_0.member_id + from + members m1_0 + where + m1_0.email=? + fetch + first ? rows only +Hibernate: + select + m1_0.member_id + from + members m1_0 + where + m1_0.email=? + fetch + first ? rows only +2026-01-05T20:54:55.711+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [newuser3@test.com] +2026-01-05T20:54:55.711+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (2:INTEGER) <- [1] +2026-01-05T20:54:55.770+09:00 INFO 19232 --- [b2st] [nio-8080-exec-7] c.b.b.d.member.service.MemberService : 새로운 회원 가입: ID=38, Email=ne******@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T20:54:55.770+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.SQL : + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + members + (birth, created_at, created_by, deleted_at, email, is_email_verified, is_identity_verified, modified_at, modified_by, name, password, phone, provider, provider_id, role, member_id) + values + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [1995-01-01] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:55.770307600] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [null] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (4:TIMESTAMP) <- [null] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [newuser3@test.com] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (6:BOOLEAN) <- [false] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (7:BOOLEAN) <- [false] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (8:TIMESTAMP) <- [2026-01-05T20:54:55.770307600] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (9:BIGINT) <- [null] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (10:VARCHAR) <- [신규유저] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (11:VARCHAR) <- [$2a$10$3RqSnR4WdgRw0m8uDNXMiutDm4hkn.umYw96HqbSQQHAsm4SbCrMW] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (12:VARCHAR) <- [01099999999] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (13:ENUM) <- [EMAIL] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (14:VARCHAR) <- [null] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (15:ENUM) <- [MEMBER] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-7] org.hibernate.orm.jdbc.bind : binding parameter (16:BIGINT) <- [38] +2026-01-05T20:54:55.770+09:00 INFO 19232 --- [b2st] [ signup-event-1] c.b.b.d.m.listener.SignupEventListener : 가입 로그 저장 완료: email=ne******@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T20:54:55.770+09:00 DEBUG 19232 --- [b2st] [ signup-event-1] org.hibernate.SQL : + insert + into + signup_logs + (client_ip, created_at, email, signup_log_id) + values + (?, ?, ?, ?) +Hibernate: + insert + into + signup_logs + (client_ip, created_at, email, signup_log_id) + values + (?, ?, ?, ?) +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [ signup-event-1] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [ signup-event-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:55.770307600] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [ signup-event-1] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [newuser3@test.com] +2026-01-05T20:54:55.770+09:00 TRACE 19232 --- [b2st] [ signup-event-1] org.hibernate.orm.jdbc.bind : binding parameter (4:BIGINT) <- [4] +2026-01-05T20:54:57.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:57.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:54:57.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:57.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:57.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:57.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:57.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:57.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:57.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:57.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:57.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:57.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:57.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:57.922607300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:57.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:54:57.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:54:57.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:54:57.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:54:57.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:57.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:57.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:54:57.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:54:57.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:54:57.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:54:57.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:54:57.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:54:57.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:54:57.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:54:57.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:54:57.970181+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:54:57.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:54:57.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:54:57.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:57.970685200] +2026-01-05T20:54:57.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:57.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:54:57.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:54:57.970685200] +2026-01-05T20:54:57.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:54:57.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:54:57.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:54:57.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:54:57.970685200] +2026-01-05T20:54:59.217+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:00.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:00.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:00.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:00.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:00.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:00.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:00.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:00.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:00.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:00.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:00.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:00.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:00.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:00.938208700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:02.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:02.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:02.973+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:02.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:02.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:02.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:02.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:02.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:02.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:02.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:02.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:02.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:02.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:02.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:02.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:02.974957900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:02.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:02.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:02.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:02.974957900] +2026-01-05T20:55:02.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:02.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:02.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:02.975470900] +2026-01-05T20:55:02.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:02.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:02.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:02.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:02.975470900] +2026-01-05T20:55:03.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:03.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:03.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:03.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:03.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:03.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:03.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:03.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:03.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:03.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:03.954+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:03.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:03.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:03.954913300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:04.329+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:06.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:06.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:06.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:06.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:06.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:06.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:06.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:06.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:06.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:06.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:06.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:06.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:06.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:06.963692100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:07.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:07.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:07.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:07.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:07.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:07.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:07.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:07.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:07.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:07.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:07.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:07.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:07.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:07.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:07.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:07.978120400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:07.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:07.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:07.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:07.978120400] +2026-01-05T20:55:07.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:07.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:07.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:07.978625600] +2026-01-05T20:55:07.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:07.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:07.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:07.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:07.978625600] +2026-01-05T20:55:09.427+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:09.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:09.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:09.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:09.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:09.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:09.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:09.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:09.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:09.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:09.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:09.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:09.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:09.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:09.972985300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:55:12.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:12.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:12.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:12.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:12.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:12.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:12.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:12.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:12.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:12.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:12.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:12.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:12.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:12.981489500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:12.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:12.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:12.982+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:12.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:12.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:12.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:12.982+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:12.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:12.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:12.983215100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:12.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:12.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:12.983215100] +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:12.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:12.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:12.983741300] +2026-01-05T20:55:12.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:12.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:12.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:12.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:12.983741300] +2026-01-05T20:55:13.035+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.035+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.035+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:13.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:13.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXISTS, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:13.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:13.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:13.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXISTS, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:13.036+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.SQL : + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +Hibernate: + select + m1_0.member_id, + m1_0.birth, + m1_0.created_at, + m1_0.created_by, + m1_0.deleted_at, + m1_0.email, + m1_0.is_email_verified, + m1_0.is_identity_verified, + m1_0.modified_at, + m1_0.modified_by, + m1_0.name, + m1_0.password, + m1_0.phone, + m1_0.provider, + m1_0.provider_id, + m1_0.role + from + members m1_0 + where + m1_0.email=? +2026-01-05T20:55:13.036+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-8] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [newuser3@test.com] +2026-01-05T20:55:13.095+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.095+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.095+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:13.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:13.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:13.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:13.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:13.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:13.097+09:00 INFO 19232 --- [b2st] [nio-8080-exec-8] c.b.b.d.a.service.LoginSecurityService : 로그인 성공: email=ne******@test.com, IP=0:0:0:0:0:0:0:1 +2026-01-05T20:55:13.097+09:00 INFO 19232 --- [b2st] [ login-event-3] c.b.b.d.a.listener.LoginEventListener : 로그인 로그 저장 완료: email=ne******@test.com, success=true, ip=0:0:0:0:0:0:0:1 +2026-01-05T20:55:13.097+09:00 DEBUG 19232 --- [b2st] [ login-event-3] org.hibernate.SQL : + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +Hibernate: + insert + into + login_logs + (attempted_at, client_ip, email, fail_reason, success, login_id) + values + (?, ?, ?, ?, ?, ?) +2026-01-05T20:55:13.097+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:55:13.097003200] +2026-01-05T20:55:13.097+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [0:0:0:0:0:0:0:1] +2026-01-05T20:55:13.097+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [newuser3@test.com] +2026-01-05T20:55:13.097+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (4:ENUM) <- [null] +2026-01-05T20:55:13.098+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (5:BOOLEAN) <- [true] +2026-01-05T20:55:13.098+09:00 TRACE 19232 --- [b2st] [ login-event-3] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [9] +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=DEL, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=DEL, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.098+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:13.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:13.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=HMSET, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 5 bytes, 1 commands in the stack +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HMSET, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=SADD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=SADD, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-8] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:13.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=EXPIRE, output=BooleanOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:13.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:13.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:13.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:13.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=EXPIRE, output=BooleanOutput [output=true, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:13.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:55:13.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:55:13.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:13.493074100] +2026-01-05T20:55:13.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:55:14.519+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:15.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:15.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:15.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:15.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:15.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:15.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:15.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:15.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:15.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:15.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:15.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:15.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:15.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:15.991828900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:17.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:17.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:17.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:17.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:17.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:17.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:17.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:17.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:17.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:17.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:17.988413700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:17.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:17.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:17.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:17.988413700] +2026-01-05T20:55:17.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:17.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:17.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:17.989029700] +2026-01-05T20:55:17.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:17.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:17.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:17.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:17.989029700] +2026-01-05T20:55:18.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:18.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:18.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:18.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:18.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:18.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:18.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:19.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:19.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:19.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:19.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:19.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:19.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:19.000591500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:19.620+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:22.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:22.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:22.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:22.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:22.013315700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:22.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:22.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:22.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:22.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:22.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:22.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:22.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:22.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:22.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:22.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:22.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:22.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:22.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:22.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:22.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:22.997803300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:22.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:22.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:22.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:22.997803300] +2026-01-05T20:55:22.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:22.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:22.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:22.998432400] +2026-01-05T20:55:22.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:22.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:22.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:22.998+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:22.998432400] +2026-01-05T20:55:24.720+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:25.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:25.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:25.017565700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:28.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:28.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:28.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:28.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:28.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:28.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:28.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:28.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:28.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:28.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:28.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:28.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:28.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:28.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:28.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:28.013898200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:28.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:28.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:28.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:28.013898200] +2026-01-05T20:55:28.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:28.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:28.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:28.014589100] +2026-01-05T20:55:28.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:28.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:28.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:28.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:28.014589100] +2026-01-05T20:55:28.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:28.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:28.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:28.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:28.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:28.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:28.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:28.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:28.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:28.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:28.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:28.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:28.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:28.029498500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:55:29.822+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:31.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:31.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:31.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:31.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:31.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:31.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:31.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:31.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:31.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:31.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:31.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:31.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:31.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:31.043243600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:33.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:33.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:33.030+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:33.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:33.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:33.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:33.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:33.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:33.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:33.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:33.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:33.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:33.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:33.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:33.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:33.031662300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:55:33.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:33.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:33.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:33.031662300] +2026-01-05T20:55:33.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:33.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:33.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:33.031662300] +2026-01-05T20:55:33.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:33.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:33.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:33.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:33.031662300] +2026-01-05T20:55:34.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:34.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:34.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:34.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:34.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:34.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:34.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:34.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:34.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:34.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:34.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:34.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:34.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:34.059645500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:34.926+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:37.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:37.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:37.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:37.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:37.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:37.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:37.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:37.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:37.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:37.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:37.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:37.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:37.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:37.070317500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:38.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:38.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:38.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:38.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:38.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:38.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:38.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:38.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:38.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:38.046617600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:38.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:38.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:38.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:38.046617600] +2026-01-05T20:55:38.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:38.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:38.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:38.047331400] +2026-01-05T20:55:38.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:38.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:38.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:38.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:38.047331400] +2026-01-05T20:55:40.031+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:40.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:40.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:40.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:40.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:40.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:40.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:40.080+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:40.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:40.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:40.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:40.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:40.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:40.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:40.081073400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:43.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:43.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:43.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:43.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:43.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:43.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:43.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:43.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:43.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:43.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:43.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:43.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:43.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:43.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:43.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:43.059343200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:43.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:43.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:43.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:43.059343200] +2026-01-05T20:55:43.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:43.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:43.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:43.059883700] +2026-01-05T20:55:43.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:43.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:43.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:43.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:43.059883700] +2026-01-05T20:55:43.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:43.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:43.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:43.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:43.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:43.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:43.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:43.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:43.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:43.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:43.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:43.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:43.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:43.090088500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:55:43.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:55:43.508+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:55:43.508+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:43.508407900] +2026-01-05T20:55:43.508+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:55:45.124+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:46.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:46.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:46.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:46.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:46.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:46.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:46.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:46.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:46.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:46.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:46.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:46.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:46.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:46.098347100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:48.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:48.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:48.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:48.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:48.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:48.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:48.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:48.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:48.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:48.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:48.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:48.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:48.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:48.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:48.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:48.075214700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:48.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:48.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:48.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:48.075214700] +2026-01-05T20:55:48.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:48.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:48.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:48.075977600] +2026-01-05T20:55:48.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:48.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:48.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:48.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:48.075977600] +2026-01-05T20:55:49.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:49.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:49.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:49.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:49.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:49.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:49.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:49.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:49.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:49.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:49.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:49.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:49.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:49.104070+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:50.222+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:52.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:52.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:52.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:52.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:52.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:52.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:52.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:52.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:52.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:52.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:52.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:52.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:52.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:52.108769400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:52.827+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.performance_id=? +2026-01-05T20:55:52.827+09:00 TRACE 19232 --- [b2st] [nio-8080-exec-2] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:52.827+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#isInEnterable' +2026-01-05T20:55:52.827+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:52.827+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:52.827+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:52.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:52.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:52.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 3 bytes, 1 commands in the stack +2026-01-05T20:55:52.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:52.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:52.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZSCORE, output=DoubleOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:52.829+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:52.829+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:52.829224900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:52.829+09:00 DEBUG 19232 --- [b2st] [nio-8080-exec-2] c.b.b.d.q.service.QueueAccessService : isEnterable check - performanceId: 1, userId: 38, queueId: 1, result: false +2026-01-05T20:55:52.829+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] c.b.b.d.q.service.QueueAccessService : User not enterable - performanceId: 1, userId: 38 +2026-01-05T20:55:52.829+09:00 ERROR 19232 --- [b2st] [nio-8080-exec-2] c.b.b.g.e.h.GlobalExceptionHandler : BusinessException: 입장 권한이 만료되었습니다. + +com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다. + at com.back.b2st.domain.queue.service.QueueAccessService.assertEnterable(QueueAccessService.java:71) ~[main/:na] + at com.back.b2st.domain.lottery.entry.service.LotteryEntryService.getSeatLayout(LotteryEntryService.java:58) ~[main/:na] + at com.back.b2st.domain.lottery.entry.controller.LotteryEntryController.getSeatLayout(LotteryEntryController.java:48) ~[main/:na] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:190) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:934) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:853) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:86) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:866) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1003) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:892) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:874) ~[spring-webmvc-7.0.1.jar:7.0.1] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:723) ~[jakarta.servlet-api-6.1.0.jar:6.1.0] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-11.0.14.jar:11.0.14] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilter(ResourceUrlEncodingFilter.java:66) ~[spring-webmvc-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:235) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:493) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:354) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:86) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:132) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:181) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at com.back.b2st.global.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) ~[main/:na] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:96) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:231) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:244) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:337) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:141) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:237) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:195) ~[spring-security-web-7.0.0.jar:7.0.0] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:317) ~[spring-security-config-7.0.0.jar:7.0.0] + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:355) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:272) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:110) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:199) ~[spring-web-7.0.1.jar:7.0.1] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-7.0.1.jar:7.0.1] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) ~[tomcat-embed-core-11.0.14.jar:11.0.14] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2026-01-05T20:55:52.832+09:00 WARN 19232 --- [b2st] [nio-8080-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.back.b2st.global.error.exception.BusinessException: 입장 권한이 만료되었습니다.] +2026-01-05T20:55:53.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:53.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:53.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:53.091389900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:53.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:53.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:53.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:53.091389900] +2026-01-05T20:55:53.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:53.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:53.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:53.093382800] +2026-01-05T20:55:53.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:53.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:53.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:53.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:53.093382800] +2026-01-05T20:55:55.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:55.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:55.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:55.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:55.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:55.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:55.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:55.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:55.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:55.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:55.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:55.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:55.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:55.122039300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:55.321+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:55:58.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:58.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:55:58.100+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:55:58.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:55:58.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:58.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:58.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:58.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:58.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:58.102381100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:55:58.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:55:58.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:58.102381100] +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:58.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:55:58.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:55:58.102982300] +2026-01-05T20:55:58.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:55:58.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:55:58.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:55:58.102+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:55:58.102982300] +2026-01-05T20:55:58.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:55:58.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:55:58.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:58.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:58.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:55:58.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:55:58.131+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:55:58.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:55:58.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:55:58.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:55:58.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:55:58.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:55:58.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:55:58.132984700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:00.421+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:01.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:01.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:01.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:01.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:01.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:01.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:01.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:01.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:01.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:01.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:01.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:01.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:01.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:01.141195600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:03.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:03.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:03.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:03.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:03.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:03.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:03.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:03.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:03.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:03.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:03.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:03.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:03.119+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:03.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:03.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:03.119579700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:03.119+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:03.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:03.119+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:03.119579700] +2026-01-05T20:56:03.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:03.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:03.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:03.120173100] +2026-01-05T20:56:03.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:03.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:03.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:03.120+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:03.120173100] +2026-01-05T20:56:04.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:04.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:04.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:04.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:04.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:04.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:04.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:04.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:04.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:04.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:04.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:04.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:04.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:04.145372100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:05.527+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:07.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:07.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:07.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:07.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:07.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:07.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:07.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:07.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:07.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:07.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:07.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:07.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:07.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:07.160766300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:08.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:08.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:08.126685600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:08.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:08.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:08.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:08.126685600] +2026-01-05T20:56:08.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:08.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:08.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:08.128643500] +2026-01-05T20:56:08.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:08.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:08.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:08.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:08.128643500] +2026-01-05T20:56:10.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:10.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:10.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:10.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:10.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:10.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:10.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:10.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:10.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:10.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:10.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:10.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:10.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:10.165424500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:10.631+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:13.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:13.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:13.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:13.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:13.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:13.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:13.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:13.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:13.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:13.138304100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:13.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:13.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:13.138304100] +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:13.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:13.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:13.138930700] +2026-01-05T20:56:13.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:13.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:13.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:13.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:13.138930700] +2026-01-05T20:56:13.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:13.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:13.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:13.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:13.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:13.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:13.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:13.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:13.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:13.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:13.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:13.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:13.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:13.168800300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:56:13.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:56:13.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:56:13.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:13.512536600] +2026-01-05T20:56:13.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:56:15.726+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:16.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:16.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:16.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:16.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:16.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:16.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:16.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:16.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:16.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:16.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:16.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:16.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:16.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:16.180261500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:18.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:18.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:18.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:18.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:18.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:18.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:18.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:18.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:18.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:18.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:18.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:18.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:18.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:18.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:18.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:18.141464+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:18.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:18.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:18.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:18.141464] +2026-01-05T20:56:18.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:18.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:18.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:18.142173600] +2026-01-05T20:56:18.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:18.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:18.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:18.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:18.142173600] +2026-01-05T20:56:19.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:19.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:19.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:19.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:19.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:19.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:19.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:19.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:19.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:19.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:19.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:19.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:19.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:19.186236500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:20.822+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:22.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:22.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:22.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:22.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:22.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:22.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:22.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:22.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:22.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:22.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:22.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:22.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:22.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:22.193133400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:56:23.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:23.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:23.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:23.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:23.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:23.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:23.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:23.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:23.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:23.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:23.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:23.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:23.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:23.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:23.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:23.160247300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:23.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:23.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:23.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:23.160247300] +2026-01-05T20:56:23.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:23.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:23.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:23.160960400] +2026-01-05T20:56:23.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:23.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:23.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:23.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:23.160960400] +2026-01-05T20:56:25.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:25.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:25.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:25.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:25.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:25.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:25.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:25.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:25.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:25.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:25.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:25.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:25.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:25.201853100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:25.935+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:28.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:28.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:28.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:28.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:28.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:28.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:28.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:28.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:28.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:28.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:28.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:28.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:28.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:28.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:28.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:28.167636800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:28.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:28.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:28.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:28.167636800] +2026-01-05T20:56:28.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:28.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:28.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:28.168348900] +2026-01-05T20:56:28.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:28.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:28.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:28.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:28.168348900] +2026-01-05T20:56:28.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:28.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:28.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:28.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:28.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:28.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:28.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:28.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:28.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:28.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:28.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:28.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:28.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:28.214433300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:31.032+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:31.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:31.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:31.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:31.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:31.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:31.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:31.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:31.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:31.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:31.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:31.224+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:31.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:31.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:31.224463800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:33.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:33.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:33.181+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:33.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:33.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:33.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:33.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:33.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:33.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:33.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:33.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:33.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:33.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:33.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:33.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:33.182896800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:33.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:33.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:33.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:33.182896800] +2026-01-05T20:56:33.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:33.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:33.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:33.183637200] +2026-01-05T20:56:33.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:33.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:33.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:33.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:33.183637200] +2026-01-05T20:56:34.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:34.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:34.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:34.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:34.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:34.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:34.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:34.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:34.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:34.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:34.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:34.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:34.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:34.240314500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:36.124+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:37.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:37.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:37.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:37.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:37.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:37.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:37.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:37.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:37.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:37.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:37.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:37.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:37.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:37.247685400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:38.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:38.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:38.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:38.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:38.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:38.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:38.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:38.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:38.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:38.197187500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:38.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:38.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:38.197187500] +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:38.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:38.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:38.197187500] +2026-01-05T20:56:38.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:38.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:38.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:38.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:38.197187500] +2026-01-05T20:56:40.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:40.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:40.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:40.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:40.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:40.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:40.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:40.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:40.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:40.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:40.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:40.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:40.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:40.250497400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:41.231+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:43.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:43.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:43.201+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:43.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:43.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:43.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:43.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:43.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:43.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:43.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:43.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:43.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:43.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:43.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:43.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:43.202878200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:43.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:43.202+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:43.202+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:43.202878200] +2026-01-05T20:56:43.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:43.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:43.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:43.203419800] +2026-01-05T20:56:43.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:43.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:43.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:43.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:43.203419800] +2026-01-05T20:56:43.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:43.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:43.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:43.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:43.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:43.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:43.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:43.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:43.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:43.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:43.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:43.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:43.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:43.263733600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T20:56:43.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:56:43.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:56:43.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:43.527707100] +2026-01-05T20:56:43.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:56:46.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:46.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:46.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:46.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:46.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:46.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:46.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:46.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:46.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:46.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:46.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:46.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:46.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:46.278362100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:46.338+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:48.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:48.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:48.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:48.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:48.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:48.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:48.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:48.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:48.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:48.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:48.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:48.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:48.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:48.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:48.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:48.212816700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:48.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:48.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:48.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:48.212816700] +2026-01-05T20:56:48.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:48.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:48.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:48.213320200] +2026-01-05T20:56:48.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:48.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:48.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:48.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:48.213320200] +2026-01-05T20:56:49.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:49.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:49.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:49.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:49.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:49.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:49.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:49.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:49.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:49.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:49.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:49.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:49.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:49.286474800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:51.437+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:52.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:52.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:52.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:52.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:52.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:52.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:52.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:52.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:52.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:52.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:52.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:52.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:52.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:52.295567900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:53.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:53.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:53.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:53.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:53.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:53.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:53.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:53.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:53.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:53.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:53.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:53.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:53.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:53.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:53.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:53.219491+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:53.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:53.219+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:53.219+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:53.219491] +2026-01-05T20:56:53.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:53.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:53.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:53.220117700] +2026-01-05T20:56:53.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:53.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:53.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:53.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:53.220117700] +2026-01-05T20:56:55.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:55.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:55.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:55.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:55.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:55.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:55.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:55.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:55.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:55.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:55.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:55.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:55.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:55.312217400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:56.529+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:56:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:56:58.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:56:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:56:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:58.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:58.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:58.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:58.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:58.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:58.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:58.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:58.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:58.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:58.230440200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:56:58.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:56:58.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:56:58.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:58.230440200] +2026-01-05T20:56:58.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:58.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:56:58.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:56:58.231100400] +2026-01-05T20:56:58.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:56:58.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:56:58.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:56:58.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:56:58.231100400] +2026-01-05T20:56:58.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:56:58.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:56:58.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:58.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:58.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:56:58.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:56:58.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:56:58.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:56:58.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:56:58.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:56:58.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:56:58.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:56:58.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:56:58.323041400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:01.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:01.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:01.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:01.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:01.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:01.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:01.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:01.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:01.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:01.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:01.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:01.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:01.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:01.326974300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:01.639+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:03.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:03.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:03.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:03.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:03.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:03.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:03.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:03.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:03.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:03.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:03.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:03.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:03.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:03.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:03.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:03.244568300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:03.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:03.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:03.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:03.244568300] +2026-01-05T20:57:03.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:03.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:03.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:03.245071800] +2026-01-05T20:57:03.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:03.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:03.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:03.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:03.245071800] +2026-01-05T20:57:04.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:04.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:04.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:04.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:04.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:04.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:04.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:04.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:04.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:04.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:04.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:04.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:04.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:04.336536200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:06.732+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:07.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:07.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:07.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:07.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:07.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:07.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:07.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:07.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:07.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:07.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:07.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:07.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:07.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:07.339772300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:08.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:08.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:08.257+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:08.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:08.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:08.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:08.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:08.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:08.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:08.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:08.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:08.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:08.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:08.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:08.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:08.259342700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:08.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:08.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:08.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:08.259342700] +2026-01-05T20:57:08.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:08.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:08.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:08.260025500] +2026-01-05T20:57:08.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:08.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:08.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:08.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:08.260025500] +2026-01-05T20:57:10.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:10.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:10.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:10.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:10.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:10.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:10.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:10.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:10.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:10.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:10.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:10.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:10.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:10.345754900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:11.827+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:13.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:13.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:13.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:13.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:13.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:13.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:13.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:13.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:13.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:13.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:13.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:13.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:13.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:13.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:13.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:13.265478400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:13.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:13.265+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:13.265+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:13.265478400] +2026-01-05T20:57:13.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:13.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:13.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:13.266089400] +2026-01-05T20:57:13.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:13.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:13.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:13.266+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:13.266089400] +2026-01-05T20:57:13.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:13.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:13.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:13.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:13.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:13.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:13.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:13.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:13.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:13.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:13.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:13.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:13.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:13.357599600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:13.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:57:13.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:57:13.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:13.543439600] +2026-01-05T20:57:13.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:57:16.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:16.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:16.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:16.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:16.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:16.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:16.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:16.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:16.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:16.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:16.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:16.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:16.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:16.367232600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:16.928+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:18.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:18.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:18.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:18.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:18.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:18.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:18.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:18.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:18.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:18.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:18.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:18.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:18.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:18.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:18.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:18.274866600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:18.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:18.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:18.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:18.274866600] +2026-01-05T20:57:18.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:18.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:18.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:18.275634400] +2026-01-05T20:57:18.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:18.276+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:18.276+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:18.276+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:18.275634400] +2026-01-05T20:57:19.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:19.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:19.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:19.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:19.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:19.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:19.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:19.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:19.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:19.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:19.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:19.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:19.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:19.381267500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:22.032+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:22.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:22.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:22.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:22.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:22.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:22.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:22.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:22.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:22.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:22.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:22.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:22.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:22.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:22.391242900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:23.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:23.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:23.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:23.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:23.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:23.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:23.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:23.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:23.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:23.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:23.283144400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:23.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:23.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:23.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:23.283144400] +2026-01-05T20:57:23.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:23.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:23.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:23.283891300] +2026-01-05T20:57:23.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:23.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:23.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:23.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:23.283891300] +2026-01-05T20:57:25.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:25.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:25.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:25.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:25.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:25.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:25.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:25.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:25.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:25.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:25.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:25.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:25.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:25.403071700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:27.127+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:28.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:28.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:28.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:28.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:28.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:28.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:28.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:28.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:28.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:28.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:28.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:28.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:28.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:28.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:28.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:28.298168200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:28.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:28.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:28.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:28.298168200] +2026-01-05T20:57:28.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:28.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:28.298+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:28.298793200] +2026-01-05T20:57:28.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:28.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:28.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:28.299+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:28.298793200] +2026-01-05T20:57:28.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:28.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:28.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:28.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:28.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:28.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:28.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:28.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:28.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:28.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:28.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:28.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:28.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:28.406999700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:31.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:31.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:31.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:31.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:31.414547500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:32.238+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:33.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:33.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:33.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:33.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:33.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:33.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:33.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:33.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:33.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:33.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:33.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:33.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:33.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:33.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:33.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:33.316088600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:33.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:33.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:33.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:33.316088600] +2026-01-05T20:57:33.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:33.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:33.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:33.316845600] +2026-01-05T20:57:33.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:33.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:33.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:33.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:33.316845600] +2026-01-05T20:57:34.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:34.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:34.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:34.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:34.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:34.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:34.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:34.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:34.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:34.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:34.423492+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:37.328+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:37.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:37.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:37.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:37.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:37.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:37.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:37.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:37.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:37.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:37.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:37.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:37.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:37.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:37.438053500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:38.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:38.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:38.325+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:38.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:38.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:38.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:38.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:38.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:38.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:38.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:38.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:38.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:38.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:38.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:38.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:38.327365+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:38.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:38.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:38.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:38.327365] +2026-01-05T20:57:38.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:38.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:38.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:38.328105100] +2026-01-05T20:57:38.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:38.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:38.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:38.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:38.328105100] +2026-01-05T20:57:40.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:40.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:40.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:40.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:40.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:40.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:40.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:40.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:40.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:40.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:40.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:40.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:40.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:40.440534400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:42.437+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:43.341+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:43.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:43.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:43.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:43.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:43.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:43.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:43.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:43.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:43.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:43.343256600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:43.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:43.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:43.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:43.343256600] +2026-01-05T20:57:43.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:43.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:43.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:43.343961300] +2026-01-05T20:57:43.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:43.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:43.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:43.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:43.343961300] +2026-01-05T20:57:43.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:43.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:43.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:43.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:43.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:43.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:43.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:43.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:43.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:43.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:43.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:43.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:43.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:43.452377500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:43.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:57:43.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:57:43.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:43.559605600] +2026-01-05T20:57:43.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:57:46.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:46.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:46.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:46.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:46.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:46.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:46.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:46.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:46.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:46.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:46.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:46.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:46.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:46.469508100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:47.542+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:48.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:48.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:48.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:48.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:48.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:48.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:48.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:48.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:48.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:48.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:48.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:48.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:48.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:48.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:48.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:48.355624800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:48.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:48.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:48.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:48.355624800] +2026-01-05T20:57:48.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:48.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:48.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:48.356325100] +2026-01-05T20:57:48.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:48.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:48.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:48.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:48.356325100] +2026-01-05T20:57:49.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:49.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:49.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:49.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:49.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:49.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:49.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:49.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:49.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:49.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:49.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:49.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:49.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:49.481398700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:52.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:52.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:52.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:52.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:52.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:52.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:52.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:52.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:52.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:52.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:52.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:52.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:52.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:52.486900500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:52.639+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:53.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:53.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:53.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:53.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:53.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:53.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:53.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:53.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:53.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:53.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:53.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:53.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:53.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:53.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:53.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:53.371601200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:53.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:53.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:53.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:53.371601200] +2026-01-05T20:57:53.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:53.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:53.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:53.372113] +2026-01-05T20:57:53.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:53.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:53.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:53.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:53.372113] +2026-01-05T20:57:55.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:55.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:55.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:55.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:55.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:55.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:55.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:55.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:55.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:55.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:55.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:55.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:55.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:55.505559500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:57.731+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:57:58.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:58.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:57:58.376+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:57:58.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:57:58.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:58.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:58.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:58.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:58.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:58.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:58.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:58.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:58.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:58.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:58.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:58.378947100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:57:58.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:57:58.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:57:58.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:58.378947100] +2026-01-05T20:57:58.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:58.379+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:57:58.379+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:57:58.378947100] +2026-01-05T20:57:58.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:57:58.379+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:57:58.379+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:57:58.379+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:57:58.378947100] +2026-01-05T20:57:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:57:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:57:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:58.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:57:58.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:57:58.517865200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:01.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:01.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:01.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:01.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:01.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:01.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:01.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:01.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:01.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:01.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:01.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:01.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:01.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:01.528298+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:02.834+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:03.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:03.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:03.380+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:03.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:03.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:03.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:03.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:03.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:03.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:03.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:03.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:03.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:03.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:03.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:03.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:03.382062400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:03.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:03.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:03.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:03.382062400] +2026-01-05T20:58:03.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:03.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:03.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:03.382817700] +2026-01-05T20:58:03.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:03.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:03.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:03.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:03.382817700] +2026-01-05T20:58:04.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:04.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:04.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:04.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:04.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:04.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:04.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:04.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:04.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:04.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:04.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:04.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:04.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:04.539133500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:07.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:07.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:07.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:07.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:07.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:07.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:07.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:07.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:07.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:07.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:07.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:07.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:07.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:07.546270200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:07.931+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:08.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:08.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:08.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:08.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:08.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:08.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:08.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:08.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:08.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:08.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:08.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:08.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:08.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:08.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:08.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:08.385355800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:08.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:08.385+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:08.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:08.385355800] +2026-01-05T20:58:08.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:08.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:08.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:08.386021600] +2026-01-05T20:58:08.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:08.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:08.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:08.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:08.386021600] +2026-01-05T20:58:10.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:10.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:10.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:10.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:10.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:10.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:10.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:10.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:10.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:10.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:10.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:10.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:10.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:10.553210700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:10.553+09:00 INFO 19232 --- [b2st] [ scheduling-1] b.b.d.q.s.QueueEnterableCleanupScheduler : ENTERABLE ZSET 만료 정리 완료 - 총 제거: 1건 +2026-01-05T20:58:13.033+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:13.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:13.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:13.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:13.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:13.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:13.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:13.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:13.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:13.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:13.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:13.394272700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:13.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:13.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:13.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:13.394272700] +2026-01-05T20:58:13.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:13.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:13.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:13.395015700] +2026-01-05T20:58:13.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:13.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:13.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:13.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:13.395015700] +2026-01-05T20:58:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:13.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:13.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:13.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:13.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:13.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:13.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:13.564806200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:13.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:58:13.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:58:13.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:13.564806200] +2026-01-05T20:58:13.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:58:13.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + queue_entries + set + modified_at=?, + status=? + where + queue_entry_id=? +Hibernate: + update + queue_entries + set + modified_at=?, + status=? + where + queue_entry_id=? +2026-01-05T20:58:13.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T20:58:13.565318800] +2026-01-05T20:58:13.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [EXPIRED] +2026-01-05T20:58:13.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [2] +2026-01-05T20:58:13.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:58:13.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:58:13.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:13.564806200] +2026-01-05T20:58:13.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:58:13.566+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.s.QueueEntryCleanupScheduler : DB ENTERABLE expired by expiresAt - updated: 1 +2026-01-05T20:58:16.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:16.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:16.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:16.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:16.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:16.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:16.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:16.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:16.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:16.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:16.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:16.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:16.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:16.572680400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:18.141+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:18.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:18.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:18.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:18.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:18.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:18.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:18.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:18.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:18.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:18.410310400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:18.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:18.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:18.410310400] +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:18.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:18.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:18.410973100] +2026-01-05T20:58:18.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:18.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:18.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:18.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:18.410973100] +2026-01-05T20:58:19.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:19.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:19.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:19.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:19.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:19.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:19.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:19.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:19.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:19.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:19.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:19.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:19.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:19.580349800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:22.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:22.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:22.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:22.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:22.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:22.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:22.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:22.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:22.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:22.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:22.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:22.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:22.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:22.595997200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:23.233+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:23.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:23.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:23.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:23.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:23.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:23.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:23.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:23.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:23.421+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:23.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:23.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:23.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:23.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:23.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:23.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:23.422579400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:23.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:23.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:23.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:23.422579400] +2026-01-05T20:58:23.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:23.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:23.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:23.423084800] +2026-01-05T20:58:23.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:23.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:23.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:23.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:23.423084800] +2026-01-05T20:58:25.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:25.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:25.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:25.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:25.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:25.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:25.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:25.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:25.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:25.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:25.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:25.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:25.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:25.601022700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:28.344+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:28.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:28.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:28.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:28.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:28.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:28.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:28.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:28.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:28.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:28.440057900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:28.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:28.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:28.440057900] +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:28.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:28.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:28.440690900] +2026-01-05T20:58:28.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:28.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:28.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:28.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:28.440690900] +2026-01-05T20:58:28.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:28.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:28.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:28.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:28.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:28.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:28.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:28.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:28.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:28.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:28.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:28.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:28.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:28.610707700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:31.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:31.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:31.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:31.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:31.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:31.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:31.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:31.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:31.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:31.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:31.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:31.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:31.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:31.626174800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:33.433+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:33.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:33.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:33.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:33.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:33.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:33.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:33.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:33.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:33.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:33.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:33.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:33.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:33.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:33.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:33.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:33.451482800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:33.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:33.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:33.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:33.451482800] +2026-01-05T20:58:33.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:33.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:33.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:33.452007300] +2026-01-05T20:58:33.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:33.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:33.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:33.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:33.452007300] +2026-01-05T20:58:34.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:34.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:34.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:34.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:34.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:34.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:34.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:34.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:34.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:34.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:34.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:34.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:34.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:34.629105+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:37.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:37.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:37.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:37.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:37.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:37.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:37.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:37.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:37.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:37.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:37.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:37.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:37.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:37.635817+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:38.459+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:38.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:38.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:38.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:38.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:38.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:38.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:38.460858500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:38.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:38.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:38.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:38.460858500] +2026-01-05T20:58:38.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:38.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:38.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:38.461509] +2026-01-05T20:58:38.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:38.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:38.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:38.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:38.461509] +2026-01-05T20:58:38.536+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:40.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:40.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:40.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:40.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:40.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:40.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:40.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:40.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:40.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:40.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:40.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:40.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:40.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:40.647383900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:43.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:43.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:43.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:43.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:43.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:43.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:43.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:43.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:43.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:43.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:43.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:43.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:43.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:43.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:43.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:43.479173900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:43.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:43.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:43.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:43.479173900] +2026-01-05T20:58:43.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:43.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:43.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:43.479678800] +2026-01-05T20:58:43.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:43.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:43.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:43.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:43.479678800] +2026-01-05T20:58:43.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:58:43.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:58:43.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:43.569367800] +2026-01-05T20:58:43.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:58:43.631+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:43.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:43.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:43.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:43.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:43.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:43.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:43.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:43.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:43.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:43.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:43.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:43.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:43.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:43.665399700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:46.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:46.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:46.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:46.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:46.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:46.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:46.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:46.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:46.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:46.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:46.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:46.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:46.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:46.674616700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:48.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:48.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:48.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:48.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:48.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:48.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:48.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:48.482+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:48.482+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:48.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:48.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:48.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:48.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:48.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:48.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:48.483907200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:48.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:48.483+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:48.483+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:48.483907200] +2026-01-05T20:58:48.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:48.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:48.484+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:48.484515100] +2026-01-05T20:58:48.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:48.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:48.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:48.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:48.484515100] +2026-01-05T20:58:48.731+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:49.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:49.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:49.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:49.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:49.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:49.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:49.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:49.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:49.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:49.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:49.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:49.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:49.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:49.686676300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:52.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:52.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:52.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:52.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:52.693976400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:53.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:53.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:53.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:53.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:53.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:53.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:53.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:53.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:53.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:53.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:53.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:53.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:53.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:53.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:53.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:53.488886200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:53.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:53.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:53.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:53.488886200] +2026-01-05T20:58:53.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:53.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:53.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:53.489648400] +2026-01-05T20:58:53.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:53.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:53.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:53.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:53.489648400] +2026-01-05T20:58:53.844+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:58:55.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:55.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:55.704435+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:58.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:58.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:58:58.495+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:58:58.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:58:58.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:58.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:58.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:58.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:58.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:58.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:58.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:58.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:58.497+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:58.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:58.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:58.497228600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:58.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:58:58.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:58:58.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:58.497228600] +2026-01-05T20:58:58.497+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:58.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:58:58.497+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:58:58.497838] +2026-01-05T20:58:58.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:58:58.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:58:58.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:58:58.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:58:58.497838] +2026-01-05T20:58:58.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:58:58.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:58:58.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:58.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:58.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:58:58.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:58:58.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:58:58.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:58:58.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:58:58.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:58:58.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:58:58.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:58:58.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:58:58.715111700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:58:58.932+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:01.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:01.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:01.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:01.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:01.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:01.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:01.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:01.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:01.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:01.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:01.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:01.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:01.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:01.724468300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:03.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:03.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:03.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:03.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:03.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:03.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:03.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:03.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:03.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:03.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:03.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:03.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:03.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:03.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:03.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:03.516291600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:03.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:03.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:03.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:03.516291600] +2026-01-05T20:59:03.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:03.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:03.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:03.516897100] +2026-01-05T20:59:03.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:03.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:03.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:03.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:03.516897100] +2026-01-05T20:59:04.045+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:04.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:04.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:04.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:04.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:04.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:04.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:04.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:04.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:04.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:04.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:04.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:04.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:04.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:04.732809600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:07.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:07.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:07.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:07.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:07.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:07.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:07.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:07.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:07.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:07.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:07.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:07.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:07.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:07.744857100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:08.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:08.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:08.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:08.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:08.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:08.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:08.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:08.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:08.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:08.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:08.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:08.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:08.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:08.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:08.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:08.525772600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:08.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:08.525+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:08.525+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:08.525772600] +2026-01-05T20:59:08.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:08.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:08.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:08.526434600] +2026-01-05T20:59:08.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:08.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:08.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:08.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:08.526434600] +2026-01-05T20:59:09.131+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:10.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:10.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:10.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:10.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:10.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:10.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:10.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:10.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:10.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:10.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:10.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:10.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:10.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:10.757026500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:13.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:13.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:13.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:13.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:13.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:13.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:13.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:13.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:13.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:13.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:13.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:13.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:13.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:13.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:13.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:13.531773900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:13.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:13.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:13.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:13.531773900] +2026-01-05T20:59:13.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:13.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:13.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:13.532443400] +2026-01-05T20:59:13.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:13.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:13.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:13.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:13.532443400] +2026-01-05T20:59:13.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:59:13.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:59:13.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:13.576529500] +2026-01-05T20:59:13.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:59:13.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:13.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:13.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:13.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:13.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:13.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:13.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:13.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:13.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:13.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:13.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:13.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:13.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:13.763380800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:14.246+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:16.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:16.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:16.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:16.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:16.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:16.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:16.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:16.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:16.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:16.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:16.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:16.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:16.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:16.775142400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:18.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:18.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:18.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:18.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:18.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:18.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:18.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:18.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:18.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:18.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:18.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:18.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:18.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:18.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:18.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:18.535543400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:18.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:18.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:18.535+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:18.535543400] +2026-01-05T20:59:18.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:18.536+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:18.536+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:18.536206800] +2026-01-05T20:59:18.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:18.536+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:18.536+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:18.536+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:18.536206800] +2026-01-05T20:59:19.346+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:19.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:19.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:19.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:19.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:19.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:19.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:19.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:19.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:19.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:19.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:19.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:19.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:19.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:19.782508400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:22.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:22.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:22.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:22.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:22.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:22.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:22.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:22.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:22.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:22.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:22.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:22.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:22.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:22.792463300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:23.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:23.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:23.542+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:23.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:23.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:23.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:23.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:23.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:23.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:23.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:23.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:23.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:23.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:23.543691200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:23.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:23.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:23.543691200] +2026-01-05T20:59:23.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:23.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:23.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:23.544455200] +2026-01-05T20:59:23.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:23.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:23.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:23.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:23.544455200] +2026-01-05T20:59:24.442+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:25.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:25.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:25.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:25.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:25.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:25.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:25.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:25.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:25.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:25.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:25.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:25.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:25.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:25.801729400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:28.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:28.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:28.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:28.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:28.560030700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:28.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:28.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:28.560030700] +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:28.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:28.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:28.560624300] +2026-01-05T20:59:28.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:28.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:28.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:28.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:28.560624300] +2026-01-05T20:59:28.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:28.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:28.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:28.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:28.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:28.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:28.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:28.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:28.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:28.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:28.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:28.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:28.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:28.807093700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:29.538+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:31.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:31.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:31.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:31.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:31.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:31.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:31.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:31.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:31.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:31.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:31.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:31.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:31.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:31.816481500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:33.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:33.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:33.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:33.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:33.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:33.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:33.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:33.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:33.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:33.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:33.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:33.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:33.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:33.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:33.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:33.564670400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:33.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:33.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:33.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:33.564670400] +2026-01-05T20:59:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:33.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:33.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:33.565282500] +2026-01-05T20:59:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:33.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:33.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:33.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:33.565282500] +2026-01-05T20:59:34.647+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:34.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:34.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:34.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:34.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:34.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:34.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:34.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:34.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:34.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:34.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:34.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:34.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:34.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:34.819784300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:37.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:37.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:37.825097300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:38.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:38.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:38.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:38.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:38.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:38.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:38.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:38.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:38.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:38.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:38.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:38.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:38.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:38.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:38.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:38.571110500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:38.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:38.571+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:38.571+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:38.571110500] +2026-01-05T20:59:38.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:38.571+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:38.571+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:38.571740300] +2026-01-05T20:59:38.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:38.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:38.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:38.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:38.571740300] +2026-01-05T20:59:39.740+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:40.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:40.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:40.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:40.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:40.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:40.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:40.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:40.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:40.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:40.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:40.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:40.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:40.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:40.837386+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:43.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:43.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:43.583+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:43.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:43.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:43.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:43.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:43.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:43.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:43.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:43.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:43.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:43.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:43.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:43.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:43.585094200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:43.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:43.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:43.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:43.585094200] +2026-01-05T20:59:43.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:43.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:43.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:43.585830300] +2026-01-05T20:59:43.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:43.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:43.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:43.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:43.585830300] +2026-01-05T20:59:43.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T20:59:43.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T20:59:43.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:43.586354500] +2026-01-05T20:59:43.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T20:59:43.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:43.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:43.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:43.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:43.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:43.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:43.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:43.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:43.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:43.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:43.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:43.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:43.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:43.847075700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:44.846+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:46.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:46.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:46.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:46.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:46.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:46.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:46.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:46.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:46.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:46.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:46.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:46.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:46.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:46.852299600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:48.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:48.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:48.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:48.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:48.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:48.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:48.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:48.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:48.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:48.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:48.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:48.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:48.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:48.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:48.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:48.591376100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:48.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:48.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:48.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:48.591376100] +2026-01-05T20:59:48.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:48.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:48.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:48.591376100] +2026-01-05T20:59:48.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:48.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:48.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:48.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:48.591376100] +2026-01-05T20:59:49.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:49.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:49.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:49.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:49.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:49.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:49.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:49.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:49.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:49.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:49.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:49.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:49.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:49.866590400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:49.941+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:52.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:52.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:52.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:52.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:52.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:52.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:52.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:52.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:52.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:52.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:52.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:52.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:52.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:52.875765200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:53.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:53.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:53.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:53.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:53.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:53.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:53.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:53.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:53.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:53.595152300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:53.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:53.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:53.595152300] +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:53.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:53.595+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:53.595655500] +2026-01-05T20:59:53.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:53.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:53.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:53.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:53.595655500] +2026-01-05T20:59:55.040+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T20:59:55.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:55.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:55.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:55.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:55.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:55.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:55.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:55.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:55.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:55.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:55.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:55.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:55.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:55.882096+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:58.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:58.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T20:59:58.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T20:59:58.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T20:59:58.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:58.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:58.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:58.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:58.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:58.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:58.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:58.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:58.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:58.608532200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T20:59:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T20:59:58.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T20:59:58.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:58.608532200] +2026-01-05T20:59:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:58.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T20:59:58.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T20:59:58.608532200] +2026-01-05T20:59:58.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T20:59:58.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T20:59:58.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T20:59:58.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T20:59:58.608532200] +2026-01-05T20:59:58.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T20:59:58.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T20:59:58.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:58.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T20:59:58.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T20:59:58.887869900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:00.135+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:01.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:01.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:01.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:01.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:01.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:01.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:01.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:01.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:01.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:01.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:01.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:01.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:01.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:01.898717500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:03.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:03.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:03.613+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:03.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:03.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:03.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:03.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:03.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:03.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:03.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:03.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:03.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:03.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:03.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:03.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:03.614928700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:03.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:03.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:03.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:03.614928700] +2026-01-05T21:00:03.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:03.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:03.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:03.615594100] +2026-01-05T21:00:03.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:03.616+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:03.616+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:03.616+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:03.615594100] +2026-01-05T21:00:04.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:04.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:04.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:04.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:04.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:04.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:04.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:04.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:04.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:04.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:04.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:04.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:04.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:04.908072600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:05.249+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:07.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:07.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:07.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:07.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:07.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:07.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:07.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:07.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:07.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:07.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:07.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:07.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:07.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:07.917178400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:08.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:08.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:08.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:08.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:08.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:08.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:08.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:08.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:08.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:08.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:08.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:08.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:08.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:08.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:08.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:08.621895500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:08.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:08.621+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:08.621+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:08.621895500] +2026-01-05T21:00:08.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:08.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:08.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:08.622595200] +2026-01-05T21:00:08.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:08.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:08.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:08.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:08.622595200] +2026-01-05T21:00:10.348+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:10.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:10.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:10.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:10.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:10.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:10.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:10.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:10.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:10.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:10.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:10.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:10.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:10.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:10.925346+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:13.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:00:13.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:00:13.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:13.588508300] +2026-01-05T21:00:13.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:00:13.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:13.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:13.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:13.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:13.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:13.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:13.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:13.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:13.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:13.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:13.636896500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:13.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:13.636+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:13.636+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:13.636896500] +2026-01-05T21:00:13.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:13.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:13.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:13.637579] +2026-01-05T21:00:13.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:13.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:13.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:13.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:13.637579] +2026-01-05T21:00:13.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:13.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:13.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:13.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:13.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:13.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:13.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:13.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:13.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:13.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:13.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:13.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:13.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:13.934236600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:15.439+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:16.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:16.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:16.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:16.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:16.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:16.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:16.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:16.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:16.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:16.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:16.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:16.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:16.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:16.951034700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:18.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:18.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:18.649+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:18.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:18.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:18.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:18.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:18.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:18.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:18.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:18.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:18.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:18.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:18.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:18.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:18.651015900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:18.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:18.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:18.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:18.651015900] +2026-01-05T21:00:18.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:18.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:18.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:18.651644300] +2026-01-05T21:00:18.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:18.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:18.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:18.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:18.651644300] +2026-01-05T21:00:19.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:19.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:19.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:19.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:19.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:19.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:19.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:19.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:19.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:19.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:19.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:19.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:19.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:19.960037400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:20.551+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:22.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:22.968542+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:23.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:23.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:23.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:23.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:23.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:23.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:23.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:23.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:23.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:23.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:23.654607500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:23.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:23.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:23.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:23.654607500] +2026-01-05T21:00:23.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:23.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:23.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:23.655263100] +2026-01-05T21:00:23.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:23.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:23.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:23.655+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:23.655263100] +2026-01-05T21:00:25.643+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:25.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:25.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:25.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:25.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:25.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:25.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:25.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:25.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:25.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:25.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:25.985743500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:28.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:28.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:28.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:28.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:28.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:28.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:28.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:28.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:28.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:28.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:28.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:28.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:28.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:28.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:28.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:28.660939200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:28.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:28.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:28.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:28.660939200] +2026-01-05T21:00:28.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:28.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:28.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:28.661567500] +2026-01-05T21:00:28.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:28.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:28.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:28.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:28.661567500] +2026-01-05T21:00:29.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:29.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:29.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:29.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:29.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:29.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:29.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:29.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:29.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:29.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:29.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:29.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:29.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:29.003120700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:30.750+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:32.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:32.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:32.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:32.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:32.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:32.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:32.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:32.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:32.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:32.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:32.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:32.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:32.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:32.014306300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 3 ms +2026-01-05T21:00:33.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:33.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:33.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:33.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:33.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:33.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:33.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:33.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:33.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:33.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:33.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:33.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:33.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:33.674956900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:33.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:33.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:33.674956900] +2026-01-05T21:00:33.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:33.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:33.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:33.675620200] +2026-01-05T21:00:33.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:33.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:33.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:33.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:33.675620200] +2026-01-05T21:00:35.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:35.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:35.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:35.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:35.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:35.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:35.029+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:35.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:35.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:35.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:35.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:35.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:35.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:35.030455600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:35.838+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:38.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:38.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:38.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:38.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:38.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:38.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:38.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:38.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:38.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:38.046832800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:38.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:38.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:38.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:38.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:38.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:38.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:38.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:38.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:38.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:38.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:38.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:38.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:38.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:38.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:38.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:38.686474500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:38.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:38.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:38.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:38.686474500] +2026-01-05T21:00:38.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:38.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:38.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:38.687086400] +2026-01-05T21:00:38.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:38.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:38.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:38.687+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:38.687086400] +2026-01-05T21:00:40.950+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:41.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:41.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:41.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:41.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:41.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:41.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:41.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:41.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:41.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:41.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:41.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:41.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:41.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:41.062027600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:43.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:00:43.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:00:43.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:43.597071600] +2026-01-05T21:00:43.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:00:43.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:43.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:43.689+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:43.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:43.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:43.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:43.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:43.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:43.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:43.691056700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:43.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:43.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:43.691056700] +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:43.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:43.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:43.691738300] +2026-01-05T21:00:43.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:43.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:43.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:43.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:43.691738300] +2026-01-05T21:00:44.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:44.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:44.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:44.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:44.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:44.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:44.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:44.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:44.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:44.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:44.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:44.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:44.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:44.066312100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:46.051+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:47.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:47.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:47.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:47.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:47.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:47.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:47.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:47.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:47.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:47.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:47.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:47.083456+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:48.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:48.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:48.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:48.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:48.705221300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:48.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:48.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:48.705221300] +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:48.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:48.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:48.705835400] +2026-01-05T21:00:48.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:48.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:48.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:48.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:48.705835400] +2026-01-05T21:00:50.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:50.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:50.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:50.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:50.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:50.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:50.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:50.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:50.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:50.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:50.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:50.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:50.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:50.095098900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:51.137+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:53.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:53.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:53.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:53.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:53.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:53.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:53.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:53.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:53.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:53.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:53.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:53.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:53.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:53.101769+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:53.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:53.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:53.709+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:53.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:53.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:53.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:53.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:53.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:53.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:53.711109300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:53.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:53.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:53.711109300] +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:53.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:53.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:53.711613800] +2026-01-05T21:00:53.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:53.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:53.712+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:53.712+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:53.711613800] +2026-01-05T21:00:56.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:56.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:56.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:56.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:56.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:56.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:56.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:56.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:56.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:56.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:56.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:56.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:56.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:56.114805400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:56.237+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:00:58.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:58.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:00:58.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:00:58.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:00:58.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:58.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:58.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:58.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:58.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:58.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:58.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:58.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:58.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:58.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:58.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:58.716815+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:00:58.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:00:58.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:00:58.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:58.716815] +2026-01-05T21:00:58.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:58.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:00:58.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:00:58.717438900] +2026-01-05T21:00:58.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:00:58.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:00:58.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:00:58.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:00:58.717438900] +2026-01-05T21:00:59.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:00:59.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:00:59.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:59.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:59.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:00:59.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:00:59.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:00:59.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:00:59.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:00:59.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:00:59.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:00:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:00:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:00:59.121926500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:01.343+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:02.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:02.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:02.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:02.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:02.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:02.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:02.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:02.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:02.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:02.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:02.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:02.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:02.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:02.138699800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:03.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:03.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:03.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:03.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:03.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:03.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:03.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:03.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:03.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:03.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:03.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:03.722563800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:03.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:03.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:03.722563800] +2026-01-05T21:01:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:03.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:03.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:03.723241700] +2026-01-05T21:01:03.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:03.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:03.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:03.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:03.723241700] +2026-01-05T21:01:05.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:05.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:05.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:05.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:05.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:05.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:05.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:05.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:05.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:05.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:05.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:05.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:05.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:05.153322400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:06.443+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:08.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:08.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:08.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:08.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:08.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:08.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:08.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:08.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:08.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:08.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:08.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:08.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:08.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:08.160418300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:01:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:08.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:08.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:08.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:08.735031400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:08.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:08.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:08.735031400] +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:08.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:08.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:08.735693300] +2026-01-05T21:01:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:08.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:08.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:08.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:08.735693300] +2026-01-05T21:01:11.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:11.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:11.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:11.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:11.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:11.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:11.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:11.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:11.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:11.171912600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:11.541+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:13.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:01:13.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:01:13.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:13.609197] +2026-01-05T21:01:13.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:01:13.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:13.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:13.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:13.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:13.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:13.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:13.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:13.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:13.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:13.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:13.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:13.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:13.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:13.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:13.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:13.750937200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:13.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:13.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:13.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:13.750937200] +2026-01-05T21:01:13.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:13.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:13.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:13.751543200] +2026-01-05T21:01:13.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:13.752+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:13.752+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:13.752+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:13.751543200] +2026-01-05T21:01:14.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:14.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:14.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:14.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:14.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:14.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:14.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:14.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:14.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:14.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:14.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:14.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:14.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:14.186318300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:16.649+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:17.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:17.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:17.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:17.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:17.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:17.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:17.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:17.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:17.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:17.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:17.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:17.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:17.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:17.199551200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:01:18.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:18.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:18.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:18.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:18.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:18.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:18.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:18.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:18.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:18.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:18.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:18.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:18.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:18.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:18.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:18.755872300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:18.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:18.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:18.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:18.755872300] +2026-01-05T21:01:18.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:18.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:18.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:18.756460800] +2026-01-05T21:01:18.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:18.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:18.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:18.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:18.756460800] +2026-01-05T21:01:20.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:20.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:20.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:20.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:20.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:20.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:20.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:20.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:20.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:20.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:20.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:20.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:20.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:20.204619600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:21.748+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:23.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:23.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:23.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:23.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:23.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:23.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:23.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:23.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:23.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:23.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:23.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:23.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:23.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:23.213547500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:23.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:23.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:23.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:23.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:23.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:23.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:23.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:23.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:23.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:23.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:23.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:23.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:23.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:23.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:23.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:23.762359100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:23.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:23.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:23.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:23.762359100] +2026-01-05T21:01:23.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:23.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:23.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:23.762863700] +2026-01-05T21:01:23.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:23.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:23.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:23.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:23.762863700] +2026-01-05T21:01:26.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:26.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:26.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:26.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:26.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:26.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:26.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:26.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:26.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:26.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:26.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:26.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:26.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:26.225004800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:26.850+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:28.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:28.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:28.770+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:28.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:28.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:28.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:28.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:28.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:28.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:28.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:28.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:28.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:28.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:28.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:28.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:28.772827400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:01:28.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:28.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:28.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:28.773591600] +2026-01-05T21:01:28.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:28.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:28.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:28.774630700] +2026-01-05T21:01:28.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:28.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:28.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:28.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:28.774630700] +2026-01-05T21:01:29.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:29.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:29.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:29.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:29.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:29.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:29.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:29.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:29.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:29.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:29.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:29.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:29.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:29.234938800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:31.943+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:32.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:32.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:32.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:32.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:32.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:32.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:32.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:32.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:32.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:32.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:32.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:32.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:32.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:32.242360800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:33.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:33.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:33.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:33.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:33.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:33.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:33.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:33.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:33.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:33.783116+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:33.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:33.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:33.783116] +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:33.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:33.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:33.783814800] +2026-01-05T21:01:33.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:33.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:33.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:33.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:33.783814800] +2026-01-05T21:01:35.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:35.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:35.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:35.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:35.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:35.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:35.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:35.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:35.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:35.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:35.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:35.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:35.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:35.246026300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:37.052+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:38.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:38.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:38.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:38.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:38.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:38.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:38.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:38.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:38.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:38.252393200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:38.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:38.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:38.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:38.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:38.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:38.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:38.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:38.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:38.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:38.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:38.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:38.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:38.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:38.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:38.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:38.796529100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:38.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:38.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:38.796+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:38.796529100] +2026-01-05T21:01:38.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:38.797+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:38.797+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:38.797189400] +2026-01-05T21:01:38.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:38.797+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:38.797+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:38.797+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:38.797189400] +2026-01-05T21:01:41.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:41.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:41.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:41.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:41.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:41.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:41.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:41.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:41.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:41.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:41.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:41.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:41.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:41.268041500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:42.155+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:43.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:01:43.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:01:43.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:43.619218700] +2026-01-05T21:01:43.619+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:01:43.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:43.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:43.809+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:43.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:43.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:43.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:43.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:43.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:43.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:43.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:43.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:43.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:43.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:43.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:43.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:43.811518500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:43.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:43.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:43.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:43.811518500] +2026-01-05T21:01:43.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:43.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:43.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:43.812039600] +2026-01-05T21:01:43.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:43.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:43.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:43.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:43.812039600] +2026-01-05T21:01:44.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:44.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:44.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:44.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:44.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:44.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:44.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:44.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:44.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:44.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:44.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:44.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:44.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:44.279437300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:47.254+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:47.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:47.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:47.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:47.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:47.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:47.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:47.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:47.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:47.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:47.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:47.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:47.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:47.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:47.287518800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:48.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:48.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:48.818+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:48.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:48.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:48.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:48.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:48.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:48.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:48.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:48.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:48.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:48.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:48.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:48.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:48.819656400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:48.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:48.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:48.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:48.819656400] +2026-01-05T21:01:48.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:48.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:48.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:48.820168700] +2026-01-05T21:01:48.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:48.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:48.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:48.820+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:48.820168700] +2026-01-05T21:01:50.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:50.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:50.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:50.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:50.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:50.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:50.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:50.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:50.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:50.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:50.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:50.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:50.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:50.299426200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:52.342+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:53.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:53.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:53.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:53.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:53.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:53.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:53.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:53.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:53.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:53.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:53.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:53.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:53.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:53.304460500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:53.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:53.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:53.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:53.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:53.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:53.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:53.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:53.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:53.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:53.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:53.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:53.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:53.834+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:53.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:53.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:53.834518200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:53.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:53.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:53.834+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:53.834518200] +2026-01-05T21:01:53.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:53.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:53.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:53.835054100] +2026-01-05T21:01:53.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:53.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:53.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:53.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:53.835054100] +2026-01-05T21:01:56.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:56.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:56.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:56.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:56.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:56.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:56.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:56.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:56.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:56.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:56.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:56.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:56.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:56.311236+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:57.450+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:01:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:01:58.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:01:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:01:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:58.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:58.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:58.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:58.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:58.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:58.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:58.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:58.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:58.843367800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:01:58.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:01:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:01:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:58.843367800] +2026-01-05T21:01:58.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:01:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:01:58.843983300] +2026-01-05T21:01:58.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:01:58.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:01:58.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:01:58.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:01:58.843983300] +2026-01-05T21:01:59.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:01:59.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:01:59.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:59.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:59.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:01:59.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:01:59.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:01:59.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:01:59.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:01:59.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:01:59.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:01:59.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:01:59.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:01:59.326551200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:02.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:02.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:02.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:02.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:02.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:02.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:02.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:02.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:02.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:02.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:02.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:02.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:02.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:02.329921400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:02:02.544+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:03.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:03.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:03.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:03.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:03.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:03.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:03.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:03.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:03.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:03.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:03.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:03.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:03.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:03.858387700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:03.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:03.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:03.858387700] +2026-01-05T21:02:03.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:03.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:03.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:03.859126600] +2026-01-05T21:02:03.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:03.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:03.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:03.859+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:03.859126600] +2026-01-05T21:02:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:05.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:05.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:05.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:05.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:05.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:05.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:05.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:05.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:05.339545300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:07.642+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:08.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:08.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:08.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:08.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:08.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:08.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:08.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:08.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:08.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:08.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:08.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:08.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:08.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:08.348155700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:08.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:08.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:08.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:08.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:08.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:08.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:08.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:08.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:08.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:08.863325200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:08.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:08.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:08.863325200] +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:08.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:08.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:08.863998300] +2026-01-05T21:02:08.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:08.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:08.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:08.863+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:08.863998300] +2026-01-05T21:02:11.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:11.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:11.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:11.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:11.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:11.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:11.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:11.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:11.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:11.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:11.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:11.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:11.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:11.360231800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:12.756+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:02:13.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:02:13.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:13.635173400] +2026-01-05T21:02:13.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:02:13.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:13.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:13.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:13.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:13.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:13.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:13.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:13.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:13.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:13.871048900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:13.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:13.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:13.871048900] +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:13.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:13.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:13.871794400] +2026-01-05T21:02:13.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:13.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:13.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:13.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:13.871794400] +2026-01-05T21:02:14.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:14.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:14.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:14.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:14.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:14.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:14.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:14.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:14.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:14.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:14.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:14.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:14.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:14.372736600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:17.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:17.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:17.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:17.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:17.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:17.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:17.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:17.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:17.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:17.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:17.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:17.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:17.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:17.384126100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:17.851+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:18.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:18.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:18.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:18.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:18.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:18.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:18.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:18.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:18.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:18.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:18.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:18.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:18.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:18.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:18.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:18.882798900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:18.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:18.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:18.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:18.882798900] +2026-01-05T21:02:18.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:18.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:18.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:18.883542900] +2026-01-05T21:02:18.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:18.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:18.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:18.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:18.883542900] +2026-01-05T21:02:20.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:20.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:20.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:20.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:20.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:20.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:20.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:20.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:20.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:20.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:20.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:20.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:20.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:20.399606+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:22.948+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:23.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:23.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:23.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:23.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:23.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:23.415877400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:23.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:23.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:23.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:23.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:23.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:23.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:23.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:23.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:23.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:23.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:23.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:23.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:23.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:23.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:23.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:23.898448900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:23.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:23.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:23.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:23.898973200] +2026-01-05T21:02:23.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:23.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:23.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:23.898973200] +2026-01-05T21:02:23.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:23.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:23.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:23.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:23.898973200] +2026-01-05T21:02:26.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:26.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:26.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:26.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:26.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:26.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:26.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:26.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:26.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:26.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:26.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:26.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:26.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:26.418411700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:28.051+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:28.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:28.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:28.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:28.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:28.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:28.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:28.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:28.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:28.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:28.911592300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:28.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:28.912114] +2026-01-05T21:02:28.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:28.912114] +2026-01-05T21:02:28.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:28.912114] +2026-01-05T21:02:29.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:29.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:29.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:29.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:29.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:29.425872500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:32.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:32.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:32.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:32.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:32.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:32.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:32.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:32.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:32.436488500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:33.149+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:33.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:33.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:33.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:33.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:33.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:33.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:33.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:33.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:33.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:33.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:33.928753100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:33.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:33.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:33.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:33.928753100] +2026-01-05T21:02:33.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:33.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:33.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:33.929450900] +2026-01-05T21:02:33.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:33.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:33.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:33.929+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:33.929450900] +2026-01-05T21:02:35.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:35.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:35.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:35.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:35.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:35.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:35.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:35.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:35.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:35.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:35.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:35.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:35.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:35.444615700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:38.254+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:38.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:38.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:38.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:38.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:38.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:38.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:38.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:38.459369+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:38.939+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:38.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:38.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:38.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:38.941210700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:38.941210700] +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:38.941810200] +2026-01-05T21:02:38.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:38.941810200] +2026-01-05T21:02:41.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:41.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:41.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:41.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:41.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:41.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:41.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:41.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:41.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:41.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:41.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:41.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:41.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:41.462198800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:43.356+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:43.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:02:43.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:02:43.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:43.637689200] +2026-01-05T21:02:43.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:02:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:43.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:43.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:43.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:43.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:43.950361500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:43.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:43.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:43.950361500] +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:43.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:43.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:43.950873200] +2026-01-05T21:02:43.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:43.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:43.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:43.950+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:43.950873200] +2026-01-05T21:02:44.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:44.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:44.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:44.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:44.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:44.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:44.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:44.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:44.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:44.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:44.465+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:44.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:44.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:44.465779200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:47.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:47.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:47.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:47.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:47.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:47.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:47.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:47.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:47.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:47.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:47.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:47.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:47.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:47.481343800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:48.457+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:48.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:48.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:48.956+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:48.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:48.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:48.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:48.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:48.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:48.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:48.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:48.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:48.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:48.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:48.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:48.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:48.958806+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:48.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:48.958806] +2026-01-05T21:02:48.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:48.959328] +2026-01-05T21:02:48.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:48.959328] +2026-01-05T21:02:50.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:50.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:50.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:50.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:50.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:50.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:50.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:50.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:50.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:50.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:50.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:50.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:50.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:50.496901900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:53.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:53.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:53.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:53.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:53.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:53.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:53.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:53.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:53.503381200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:53.548+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:53.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:53.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:53.969+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:53.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:53.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:53.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:53.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:53.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:53.969+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:53.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:53.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:53.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:53.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:53.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:53.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:53.970734600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:53.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:53.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:53.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:53.970734600] +2026-01-05T21:02:53.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:53.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:53.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:53.971348400] +2026-01-05T21:02:53.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:53.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:53.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:53.971+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:53.971348400] +2026-01-05T21:02:56.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:56.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:56.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:56.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:56.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:56.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:56.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:56.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:56.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:56.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:56.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:56.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:56.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:56.521020900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:58.645+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:02:58.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:58.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:02:58.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:02:58.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:02:58.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:58.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:58.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:58.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:58.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:58.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:58.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:58.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:58.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:58.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:58.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:58.979978900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:02:58.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:02:58.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:02:58.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:58.979978900] +2026-01-05T21:02:58.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:58.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:02:58.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:02:58.980602600] +2026-01-05T21:02:58.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:02:58.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:02:58.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:02:58.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:02:58.980602600] +2026-01-05T21:02:59.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:02:59.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:02:59.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:59.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:59.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:02:59.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:02:59.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:02:59.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:02:59.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:02:59.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:02:59.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:02:59.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:02:59.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:02:59.529526200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:02.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:02.540341700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:03.755+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:03.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:03.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:03.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:03.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:03.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:03.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:03.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:03.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:03.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:03.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:03.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:03.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:03.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:03.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:03.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:03.990470400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:03.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:03.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:03.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:03.990470400] +2026-01-05T21:03:03.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:03.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:03.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:03.991127200] +2026-01-05T21:03:03.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:03.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:03.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:03.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:03.991127200] +2026-01-05T21:03:05.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:05.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:05.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:05.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:05.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:05.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:05.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:05.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:05.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:05.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:05.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:05.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:05.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:05.551136800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:08.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:08.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:08.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:08.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:08.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:08.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:08.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:08.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:08.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:08.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:08.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:08.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:08.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:08.556052700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:08.848+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:09.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:09.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:09.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:09.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:09.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:09.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:09.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:09.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:09.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:09.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:09.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:09.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:09.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:09.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:09.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:09.004933500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:09.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:09.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:09.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:09.004933500] +2026-01-05T21:03:09.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:09.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:09.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:09.005527600] +2026-01-05T21:03:09.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:09.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:09.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:09.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:09.005527600] +2026-01-05T21:03:11.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:11.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:11.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:11.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:11.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:11.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:11.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:11.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:11.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:11.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:11.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:11.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:11.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:11.570418700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:13.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:03:13.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:03:13.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:13.644101600] +2026-01-05T21:03:13.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:03:13.952+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:14.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:14.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:14.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:14.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:14.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:14.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:14.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:14.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:14.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:14.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:14.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:14.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:14.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:14.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:14.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:14.016397600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:14.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:14.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:14.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:14.016397600] +2026-01-05T21:03:14.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:14.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:14.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:14.017051100] +2026-01-05T21:03:14.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:14.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:14.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:14.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:14.017051100] +2026-01-05T21:03:14.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:14.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:14.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:14.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:14.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:14.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:14.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:14.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:14.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:14.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:14.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:14.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:14.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:14.578085500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:17.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:17.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:17.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:17.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:17.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:17.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:17.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:17.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:17.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:17.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:17.589+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:17.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:17.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:17.589366+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:19.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:19.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:19.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:19.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:19.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:19.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:19.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:19.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:19.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:19.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:19.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:19.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:19.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:19.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:19.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:19.025260500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:19.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:19.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:19.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:19.025260500] +2026-01-05T21:03:19.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:19.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:19.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:19.025782800] +2026-01-05T21:03:19.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:19.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:19.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:19.026+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:19.025782800] +2026-01-05T21:03:19.054+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:20.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:20.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:20.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:20.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:20.604083400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:23.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:23.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:23.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:23.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:23.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:23.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:23.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:23.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:23.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:23.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:23.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:23.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:23.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:23.610446+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:24.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:24.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:24.030+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:24.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:24.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:24.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:24.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:24.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:24.030+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:24.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:24.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:24.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:24.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:24.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:24.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:24.032197600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:24.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:24.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:24.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:24.032197600] +2026-01-05T21:03:24.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:24.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:24.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:24.032995300] +2026-01-05T21:03:24.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:24.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:24.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:24.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:24.032995300] +2026-01-05T21:03:24.155+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:26.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:26.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:26.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:26.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:26.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:26.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:26.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:26.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:26.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:26.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:26.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:26.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:26.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:26.618034800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:29.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:29.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:29.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:29.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:29.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:29.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:29.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:29.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:29.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:29.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:29.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:29.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:29.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:29.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:29.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:29.047374300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:29.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:29.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:29.047+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:29.047374300] +2026-01-05T21:03:29.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:29.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:29.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:29.048002400] +2026-01-05T21:03:29.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:29.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:29.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:29.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:29.048002400] +2026-01-05T21:03:29.247+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:29.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:29.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:29.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:29.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:29.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:29.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:29.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:29.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:29.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:29.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:29.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:29.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:29.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:29.625483900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:32.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:32.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:32.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:32.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:32.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:32.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:32.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:32.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:32.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:32.628883100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:34.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:34.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:34.059+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:34.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:34.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:34.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:34.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:34.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:34.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:34.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:34.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:34.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:34.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:34.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:34.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:34.061143600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:34.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:34.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:34.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:34.061143600] +2026-01-05T21:03:34.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:34.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:34.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:34.061764100] +2026-01-05T21:03:34.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:34.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:34.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:34.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:34.061764100] +2026-01-05T21:03:34.352+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:35.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:35.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:35.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:35.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:35.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:35.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:35.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:35.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:35.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:35.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:35.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:35.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:35.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:35.634144500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:38.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:38.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:38.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:38.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:38.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:38.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:38.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:38.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:38.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:38.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:38.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:38.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:38.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:38.645491700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:39.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:39.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:39.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:39.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:39.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:39.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:39.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:39.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:39.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:39.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:39.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:39.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:39.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:39.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:39.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:39.065977200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:39.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:39.065+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:39.065+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:39.065977200] +2026-01-05T21:03:39.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:39.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:39.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:39.066528600] +2026-01-05T21:03:39.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:39.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:39.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:39.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:39.066528600] +2026-01-05T21:03:39.454+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:41.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:41.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:41.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:41.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:41.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:41.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:41.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:41.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:41.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:41.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:41.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:41.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:41.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:41.657229800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:43.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:03:43.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:03:43.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:43.652371700] +2026-01-05T21:03:43.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:03:44.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:44.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:44.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:44.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:44.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:44.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:44.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:44.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:44.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:44.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:44.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:44.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:44.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:44.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:44.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:44.077771700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:44.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:44.077+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:44.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:44.077771700] +2026-01-05T21:03:44.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:44.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:44.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:44.078435900] +2026-01-05T21:03:44.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:44.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:44.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:44.078+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:44.078435900] +2026-01-05T21:03:44.558+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:44.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:44.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:44.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:44.668+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:44.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:44.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:44.668746+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:47.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:47.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:47.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:47.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:47.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:47.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:47.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:47.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:47.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:47.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:47.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:47.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:47.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:47.678975800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:49.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:49.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:49.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:49.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:49.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:49.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:49.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:49.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:49.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:49.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:49.083612500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:49.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:49.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:49.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:49.083612500] +2026-01-05T21:03:49.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:49.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:49.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:49.084211900] +2026-01-05T21:03:49.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:49.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:49.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:49.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:49.084211900] +2026-01-05T21:03:49.658+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:50.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:50.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:50.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:50.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:50.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:50.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:50.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:50.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:50.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:50.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:50.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:50.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:50.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:50.690470600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:53.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:53.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:53.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:53.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:53.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:53.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:53.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:53.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:53.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:53.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:53.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:53.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:53.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:53.696967900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:54.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:54.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:54.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:54.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:54.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:54.100011600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:54.100+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:54.100+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:54.100011600] +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:54.100+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:54.100+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:54.100678700] +2026-01-05T21:03:54.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:54.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:54.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:54.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:54.100678700] +2026-01-05T21:03:54.754+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:03:56.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:56.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:56.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:56.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:56.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:56.701553200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:59.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:59.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:03:59.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:03:59.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:03:59.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:59.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:59.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:59.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:59.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:59.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:59.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:59.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:59.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:59.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:59.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:59.113864900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:59.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:03:59.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:03:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:59.113864900] +2026-01-05T21:03:59.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:03:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:03:59.114413900] +2026-01-05T21:03:59.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:03:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:03:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:03:59.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:03:59.114413900] +2026-01-05T21:03:59.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:03:59.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:03:59.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:59.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:59.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:03:59.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:03:59.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:03:59.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:03:59.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:03:59.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:03:59.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:03:59.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:03:59.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:03:59.706268700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:03:59.861+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:02.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:02.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:02.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:02.714163700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:04.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:04.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:04.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:04.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:04.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:04.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:04.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:04.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:04.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:04.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:04.130234800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:04.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:04.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:04.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:04.130234800] +2026-01-05T21:04:04.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:04.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:04.130+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:04.130865400] +2026-01-05T21:04:04.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:04.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:04.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:04.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:04.130865400] +2026-01-05T21:04:04.954+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:05.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:05.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:05.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:05.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:05.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:05.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:05.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:05.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:05.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:05.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:05.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:05.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:05.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:05.718569200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:08.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:08.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:08.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:08.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:08.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:08.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:08.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:08.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:08.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:08.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:08.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:08.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:08.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:08.724140800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:09.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:09.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:09.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:09.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:09.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:09.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:09.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:09.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:09.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:09.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:09.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:09.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:09.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:09.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:09.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:09.144767900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:09.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:09.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:09.144+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:09.144767900] +2026-01-05T21:04:09.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:09.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:09.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:09.145365800] +2026-01-05T21:04:09.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:09.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:09.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:09.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:09.145365800] +2026-01-05T21:04:10.061+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:11.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:11.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:11.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:11.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:11.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:11.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:11.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:11.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:11.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:11.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:11.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:11.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:11.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:11.734589500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:13.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:04:13.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:04:13.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:13.664159400] +2026-01-05T21:04:13.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:04:13.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + queue_entries + set + modified_at=?, + status=? + where + queue_entry_id=? +Hibernate: + update + queue_entries + set + modified_at=?, + status=? + where + queue_entry_id=? +2026-01-05T21:04:13.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:TIMESTAMP) <- [2026-01-05T21:04:13.664729700] +2026-01-05T21:04:13.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [EXPIRED] +2026-01-05T21:04:13.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [3] +2026-01-05T21:04:13.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:04:13.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:04:13.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:13.664159400] +2026-01-05T21:04:13.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:04:13.666+09:00 INFO 19232 --- [b2st] [ scheduling-1] c.b.b.d.q.s.QueueEntryCleanupScheduler : DB ENTERABLE expired by expiresAt - updated: 1 +2026-01-05T21:04:14.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:14.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:14.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:14.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:14.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:14.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:14.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:14.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:14.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:14.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:14.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:14.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:14.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:14.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:14.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:14.150373200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:14.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:14.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:14.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:14.150373200] +2026-01-05T21:04:14.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:14.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:14.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:14.151100300] +2026-01-05T21:04:14.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:14.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:14.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:14.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:14.151100300] +2026-01-05T21:04:14.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:14.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:14.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:14.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:14.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:14.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:14.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:14.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:14.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:14.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:14.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=1, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:14.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:14.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:14.742384200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:14.742+09:00 INFO 19232 --- [b2st] [ scheduling-1] b.b.d.q.s.QueueEnterableCleanupScheduler : ENTERABLE ZSET 만료 정리 완료 - 총 제거: 1건 +2026-01-05T21:04:15.160+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:17.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:17.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:17.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:17.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:17.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:17.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:17.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:17.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:17.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:17.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:17.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:17.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:17.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:17.751692600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:19.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:19.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:19.165+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:19.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:19.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:19.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:19.165+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:19.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:19.165+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:19.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:19.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:19.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:19.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:19.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:19.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:19.166350500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:19.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:19.166+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:19.166+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:19.166350500] +2026-01-05T21:04:19.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:19.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:19.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:19.166350500] +2026-01-05T21:04:19.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:19.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:19.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:19.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:19.166350500] +2026-01-05T21:04:20.249+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:20.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:20.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:20.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:20.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:20.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:20.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:20.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:20.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:20.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:20.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:20.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:20.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:20.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:20.766786900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:23.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:23.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:23.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:23.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:23.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:23.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:23.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:23.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:23.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:23.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:23.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:23.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:23.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:23.776976800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:24.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:24.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:24.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:24.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:24.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:24.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:24.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:24.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:24.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:24.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:24.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:24.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:24.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:24.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:24.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:24.182278600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:04:24.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:24.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:24.182+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:24.182784500] +2026-01-05T21:04:24.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:24.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:24.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:24.183306] +2026-01-05T21:04:24.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:24.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:24.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:24.183+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:24.183306] +2026-01-05T21:04:25.362+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:26.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:26.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:26.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:26.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:26.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:26.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:26.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:26.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:26.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:26.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:26.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:26.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:26.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:26.783941900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:29.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:29.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:29.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:29.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:29.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:29.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:29.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:29.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:29.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:29.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:29.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:29.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:29.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:29.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:29.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:29.191348+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:29.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:29.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:29.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:29.191348] +2026-01-05T21:04:29.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:29.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:29.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:29.191996600] +2026-01-05T21:04:29.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:29.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:29.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:29.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:29.191996600] +2026-01-05T21:04:29.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:29.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:29.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:29.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:29.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:29.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:29.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:29.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:29.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:29.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:29.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:29.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:29.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:29.798687200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:30.452+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:32.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:32.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:32.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:32.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:32.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:32.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:32.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:32.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:32.807273100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:34.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:34.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:34.202+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:34.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:34.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:34.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:34.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:34.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:34.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:34.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:34.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:34.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:34.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:34.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:34.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:34.204279300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:34.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:34.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:34.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:34.204279300] +2026-01-05T21:04:34.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:34.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:34.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:34.205015600] +2026-01-05T21:04:34.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:34.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:34.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:34.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:34.205015600] +2026-01-05T21:04:35.559+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:35.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:35.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:35.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:35.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:35.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:35.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:35.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:35.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:35.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:35.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:35.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:35.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:35.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:35.810534500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:38.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:38.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:38.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:38.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:38.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:38.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:38.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:38.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:38.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:38.821072100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:39.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:39.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:39.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:39.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:39.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:39.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:39.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:39.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:39.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:39.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:39.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:39.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:39.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:39.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:39.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:39.212068600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:39.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:39.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:39.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:39.212068600] +2026-01-05T21:04:39.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:39.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:39.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:39.212785500] +2026-01-05T21:04:39.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:39.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:39.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:39.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:39.212785500] +2026-01-05T21:04:40.657+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:41.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:41.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:41.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:41.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:41.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:41.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:41.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:41.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:41.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:41.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:41.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:41.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:41.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:41.831738700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:43.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:04:43.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:04:43.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:43.681578100] +2026-01-05T21:04:43.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:04:44.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:44.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:44.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:44.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:44.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:44.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:44.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:44.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:44.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:44.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:44.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:44.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:44.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:44.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:44.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:44.229910900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:44.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:44.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:44.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:44.229910900] +2026-01-05T21:04:44.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:44.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:44.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:44.230496200] +2026-01-05T21:04:44.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:44.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:44.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:44.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:44.230496200] +2026-01-05T21:04:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:44.838692600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:45.759+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:47.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:47.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:47.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:47.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:47.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:47.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:47.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:47.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:47.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:47.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:47.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:47.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:47.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:47.851771800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:49.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:49.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:49.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:49.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:49.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:49.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:49.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:49.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:49.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:49.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:49.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:49.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:49.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:49.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:49.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:49.239273100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:49.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:49.239+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:49.239+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:49.239273100] +2026-01-05T21:04:49.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:49.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:49.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:49.239273100] +2026-01-05T21:04:49.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:49.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:49.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:49.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:49.239273100] +2026-01-05T21:04:50.859+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:50.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:50.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:50.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:50.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:50.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:50.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:50.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:50.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:50.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:50.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:50.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:50.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:50.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:50.861786100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:53.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:53.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:53.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:53.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:53.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:53.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:53.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:53.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:53.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:53.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:53.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:53.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:53.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:53.865507200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:54.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:54.250+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:54.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:54.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:54.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:54.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:54.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:54.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:54.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:54.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:54.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:54.251888500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:54.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:54.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:54.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:54.251888500] +2026-01-05T21:04:54.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:54.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:54.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:54.252407700] +2026-01-05T21:04:54.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:54.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:54.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:54.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:54.252407700] +2026-01-05T21:04:55.958+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:56.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:56.880467400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:59.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:59.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:04:59.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:04:59.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:04:59.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:59.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:59.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:59.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:59.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:59.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:59.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:59.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:59.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:59.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:59.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:59.262780500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:04:59.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:04:59.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:04:59.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:59.262780500] +2026-01-05T21:04:59.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:59.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:04:59.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:04:59.263467600] +2026-01-05T21:04:59.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:04:59.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:04:59.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:04:59.263+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:04:59.263467600] +2026-01-05T21:04:59.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:04:59.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:04:59.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:59.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:59.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:04:59.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:04:59.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:04:59.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:04:59.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:04:59.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:04:59.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:04:59.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:04:59.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:04:59.887151900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:01.052+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:02.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:02.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:02.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:02.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:02.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:02.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:02.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:02.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:02.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:02.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:02.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:02.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:02.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:02.902737800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:04.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:04.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:04.276+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:04.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:04.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:04.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:04.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:04.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:04.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:04.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:04.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:04.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:04.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:04.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:04.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:04.277775200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:04.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:04.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:04.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:04.277775200] +2026-01-05T21:05:04.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:04.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:04.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:04.278444700] +2026-01-05T21:05:04.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:04.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:04.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:04.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:04.278444700] +2026-01-05T21:05:05.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:05.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:05.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:05.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:05.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:05.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:05.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:05.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:05.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:05.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:05.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:05.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:05.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:05.913289600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:06.159+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:08.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:08.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:08.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:08.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:08.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:08.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:08.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:08.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:08.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:08.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:08.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:08.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:08.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:08.923966+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:09.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:09.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:09.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:09.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:09.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:09.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:09.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:09.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:09.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:09.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:09.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:09.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:09.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:09.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:09.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:09.283839700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:09.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:09.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:09.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:09.283839700] +2026-01-05T21:05:09.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:09.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:09.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:09.284540700] +2026-01-05T21:05:09.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:09.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:09.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:09.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:09.284540700] +2026-01-05T21:05:11.264+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:11.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:11.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:11.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:11.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:11.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:11.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:11.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:11.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:11.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:11.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:11.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:11.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:11.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:11.940327100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:13.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:05:13.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:05:13.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:13.699516200] +2026-01-05T21:05:13.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:05:14.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:14.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:14.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:14.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:14.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:14.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:14.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:14.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:14.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:14.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:14.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:14.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:14.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:14.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:14.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:14.294528800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:14.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:14.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:14.294+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:14.294528800] +2026-01-05T21:05:14.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:14.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:14.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:14.295107800] +2026-01-05T21:05:14.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:14.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:14.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:14.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:14.295107800] +2026-01-05T21:05:14.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:14.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:14.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:14.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:14.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:14.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:14.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:14.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:14.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:14.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:14.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:14.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:14.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:14.950021300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:16.365+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:17.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:17.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:17.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:17.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:17.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:17.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:17.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:17.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:17.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:17.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:17.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:17.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:17.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:17.959896700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:19.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:19.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:19.303+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:19.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:19.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:19.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:19.303+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:19.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:19.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:19.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:19.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:19.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:19.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:19.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:19.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:19.304541+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:19.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:19.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:19.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:19.304541] +2026-01-05T21:05:19.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:19.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:19.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:19.304541] +2026-01-05T21:05:19.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:19.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:19.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:19.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:19.304541] +2026-01-05T21:05:20.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:20.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:20.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:20.966924300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:21.463+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:23.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:23.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:23.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:23.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:23.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:23.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:23.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:23.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:23.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:23.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:23.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:23.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:23.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:23.976942400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:24.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:24.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:24.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:24.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:24.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:24.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:24.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:24.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:24.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:24.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:24.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:24.322844300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:24.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:24.323+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:24.323+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:24.322844300] +2026-01-05T21:05:24.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:24.323+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:24.323+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:24.323348] +2026-01-05T21:05:24.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:24.323+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:24.323+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:24.323+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:24.323348] +2026-01-05T21:05:26.565+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:26.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:26.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:26.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:26.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:26.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:26.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:26.984+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:26.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:26.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:26.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:26.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:26.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:26.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:26.986224300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:29.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:29.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:29.325+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:29.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:29.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:29.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:29.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:29.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:29.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:29.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:29.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:29.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:29.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:29.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:29.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:29.326822900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:29.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:29.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:29.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:29.326822900] +2026-01-05T21:05:29.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:29.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:29.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:29.327458900] +2026-01-05T21:05:29.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:29.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:29.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:29.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:29.327458900] +2026-01-05T21:05:29.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:29.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:29.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:29.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:29.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:29.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:29.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:29.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:29.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:29.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:29.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:29.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:29.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:29.993925400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:31.652+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:33.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:33.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:33.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:33.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:33.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:33.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:33.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:33.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:33.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:33.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:33.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:33.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:33.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:33.009519700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:34.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:34.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:34.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:34.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:34.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:34.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:34.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:34.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:34.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:34.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:34.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:34.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:34.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:34.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:34.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:34.331484800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:34.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:34.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:34.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:34.331484800] +2026-01-05T21:05:34.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:34.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:34.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:34.332171100] +2026-01-05T21:05:34.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:34.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:34.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:34.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:34.332171100] +2026-01-05T21:05:36.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:36.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:36.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:36.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:36.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:36.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:36.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:36.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:36.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:36.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:36.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:36.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:36.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:36.015266500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:36.762+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:39.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:39.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:39.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:39.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:39.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:39.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:39.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:39.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:39.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:39.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:39.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:39.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:39.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:39.028403800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:39.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:39.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:39.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:39.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:39.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:39.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:39.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:39.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:39.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:39.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:39.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:39.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:39.342594700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:39.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:39.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:39.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:39.342594700] +2026-01-05T21:05:39.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:39.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:39.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:39.343251800] +2026-01-05T21:05:39.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:39.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:39.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:39.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:39.343251800] +2026-01-05T21:05:41.858+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:42.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:42.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:42.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:42.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:42.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:42.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:42.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:42.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:42.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:42.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:42.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:42.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:42.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:42.033496900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:43.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:05:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:05:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:43.715899700] +2026-01-05T21:05:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:05:44.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:44.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:44.355+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:44.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:44.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:44.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:44.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:44.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:44.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:44.357222600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:44.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:44.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:44.357222600] +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:44.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:44.357+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:44.357823] +2026-01-05T21:05:44.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:44.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:44.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:44.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:44.357823] +2026-01-05T21:05:45.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:45.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:45.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:45.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:45.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:45.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:45.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:45.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:45.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:45.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:45.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:45.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:45.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:45.044043400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:46.955+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:48.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:48.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:48.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:48.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:48.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:48.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:48.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:48.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:48.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:48.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:48.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:48.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:48.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:48.050297300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:49.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:49.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:49.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:49.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:49.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:49.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:49.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:49.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:49.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:49.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:49.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:49.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:49.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:49.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:49.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:49.374685400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:49.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:49.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:49.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:49.374685400] +2026-01-05T21:05:49.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:49.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:49.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:49.375691800] +2026-01-05T21:05:49.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:49.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:49.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:49.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:49.375691800] +2026-01-05T21:05:51.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:51.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:51.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:51.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:51.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:51.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:51.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:51.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:51.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:51.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:51.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:51.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:51.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:51.056528800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:52.056+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:54.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:54.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:54.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:54.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:54.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:54.063+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:54.063+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:54.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:54.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:54.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:54.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:54.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:54.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:54.064644100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:54.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:54.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:54.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:54.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:54.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:54.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:54.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:54.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:54.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:54.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:54.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:54.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:54.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:54.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:54.392607+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:54.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:54.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:54.392607] +2026-01-05T21:05:54.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:54.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:54.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:54.392607] +2026-01-05T21:05:54.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:54.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:54.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:54.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:54.392607] +2026-01-05T21:05:57.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:57.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:05:57.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:57.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:57.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:57.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:57.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:57.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:57.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:57.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:57.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:57.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:57.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:57.073669+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:05:57.164+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:05:59.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:05:59.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:05:59.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:05:59.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:05:59.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:59.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:59.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:05:59.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:05:59.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:05:59.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:05:59.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:05:59.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:05:59.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:05:59.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:05:59.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:05:59.409050100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:05:59.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:05:59.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:05:59.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:59.409574900] +2026-01-05T21:05:59.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:59.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:05:59.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:05:59.409574900] +2026-01-05T21:05:59.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:05:59.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:05:59.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:05:59.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:05:59.409574900] +2026-01-05T21:06:00.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:00.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:00.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:00.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:00.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:00.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:00.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:00.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:00.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:00.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:00.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:00.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:00.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:00.079280500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:02.262+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:03.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:03.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:03.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:03.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:03.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:03.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:03.083+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:03.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:03.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:03.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:03.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:03.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:03.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:03.084664700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:04.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:04.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:04.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:04.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:04.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:04.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:04.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:04.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:04.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:04.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:04.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:04.424433500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:04.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:04.424+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:04.424+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:04.424433500] +2026-01-05T21:06:04.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:04.425054500] +2026-01-05T21:06:04.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:04.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:04.425054500] +2026-01-05T21:06:06.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:06.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:06.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:06.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:06.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:06.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:06.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:06.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:06.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:06.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:06.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:06.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:06.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:06.091265100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:07.354+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:09.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:09.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:09.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:09.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:09.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:09.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:09.098+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:09.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:09.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:09.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:09.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:09.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:09.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:09.099473600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:09.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:09.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:09.426+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:09.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:09.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:09.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:09.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:09.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:09.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:09.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:09.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:09.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:09.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:09.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:09.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:09.428007200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:09.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:09.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:09.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:09.428007200] +2026-01-05T21:06:09.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:09.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:09.428+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:09.428768800] +2026-01-05T21:06:09.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:09.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:09.428768800] +2026-01-05T21:06:12.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:12.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:12.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:12.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:12.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:12.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:12.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:12.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:12.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:12.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:12.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:12.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:12.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:12.110150300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:12.467+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:13.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:06:13.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:06:13.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:13.728242800] +2026-01-05T21:06:13.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:06:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:14.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:14.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:14.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:14.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:14.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:14.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:14.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:14.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:14.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:14.445353200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:14.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:14.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:14.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:14.445353200] +2026-01-05T21:06:14.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:14.446110900] +2026-01-05T21:06:14.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:14.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:14.446110900] +2026-01-05T21:06:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:15.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:15.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:15.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:15.116078100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:17.559+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:18.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:18.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:18.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:18.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:18.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:18.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:18.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:18.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:18.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:18.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:18.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:18.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:18.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:18.123325700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:19.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:19.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:19.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:19.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:19.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:19.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:19.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:19.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:19.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:19.462181500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:19.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:19.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:19.462181500] +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:19.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:19.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:19.462863400] +2026-01-05T21:06:19.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:19.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:19.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:19.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:19.462863400] +2026-01-05T21:06:21.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:21.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:21.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:21.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:21.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:21.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:21.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:21.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:21.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:21.128622400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:22.667+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:24.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:24.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:24.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:24.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:24.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:24.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:24.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:24.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:24.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:24.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:24.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:24.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:24.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:24.133595+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:24.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:24.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:24.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:24.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:24.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:24.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:24.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:24.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:24.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:24.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:24.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:24.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:24.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:24.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:24.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:24.477973700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:24.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:24.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:24.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:24.477973700] +2026-01-05T21:06:24.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:24.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:24.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:24.478981500] +2026-01-05T21:06:24.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:24.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:24.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:24.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:24.478981500] +2026-01-05T21:06:27.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:27.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:27.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:27.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:27.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:27.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:27.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:27.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:27.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:27.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:27.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:27.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:27.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:27.139803100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:27.761+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:29.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:29.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:29.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:29.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:29.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:29.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:29.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:29.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:29.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:29.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:29.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:29.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:29.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:29.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:29.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:29.492353500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:29.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:29.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:29.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:29.492353500] +2026-01-05T21:06:29.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:29.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:29.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:29.493352700] +2026-01-05T21:06:29.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:29.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:29.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:29.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:29.493352700] +2026-01-05T21:06:30.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:30.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:30.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:30.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:30.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:30.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:30.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:30.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:30.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:30.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:30.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:30.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:30.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:30.145979600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:32.870+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:33.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:33.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:33.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:33.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:33.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:33.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:33.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:33.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:33.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:33.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:33.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:33.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:33.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:33.152506100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:34.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:34.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:34.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:34.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:34.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:34.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:34.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:34.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:34.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:34.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:34.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:34.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:34.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:34.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:34.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:34.508467900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:34.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:34.508+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:34.508+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:34.508467900] +2026-01-05T21:06:34.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:34.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:34.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:34.508467900] +2026-01-05T21:06:34.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:34.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:34.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:34.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:34.508467900] +2026-01-05T21:06:36.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:36.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:36.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:36.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:36.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:36.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:36.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:36.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:36.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:36.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:36.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:36.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:36.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:36.160658400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:37.965+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:39.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:39.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:39.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:39.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:39.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:39.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:39.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:39.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:39.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:39.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:39.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:39.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:39.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:39.169552700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:39.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:39.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:39.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:39.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:39.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:39.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:39.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:39.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:39.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:39.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:39.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:39.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:39.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:39.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:39.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:39.512797500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:39.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:39.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:39.512+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:39.512797500] +2026-01-05T21:06:39.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:39.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:39.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:39.513476900] +2026-01-05T21:06:39.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:39.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:39.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:39.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:39.513476900] +2026-01-05T21:06:42.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:42.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:42.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:42.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:42.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:42.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:42.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:42.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:42.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:42.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:42.181+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:42.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:42.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:42.181743+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:43.068+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:43.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:06:43.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:06:43.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:43.739954800] +2026-01-05T21:06:43.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:06:44.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:44.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:44.517553700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:44.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:44.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:44.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:44.517553700] +2026-01-05T21:06:44.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:44.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:44.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:44.519505800] +2026-01-05T21:06:44.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:44.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:44.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:44.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:44.519505800] +2026-01-05T21:06:45.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:45.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:45.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:45.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:45.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:45.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:45.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:45.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:45.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:45.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:45.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:45.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:45.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:45.190251400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:48.165+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:48.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:48.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:48.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:48.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:48.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:48.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:48.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:48.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:48.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:48.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:48.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:48.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:48.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:48.198774400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:49.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:49.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:49.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:49.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:49.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:49.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:49.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:49.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:49.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:49.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:49.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:49.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:49.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:49.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:49.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:49.533324+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:49.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:49.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:49.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:49.533324] +2026-01-05T21:06:49.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:49.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:49.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:49.533925300] +2026-01-05T21:06:49.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:49.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:49.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:49.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:49.533925300] +2026-01-05T21:06:51.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:51.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:51.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:51.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:51.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:51.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:51.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:51.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:51.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:51.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:51.201+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:51.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:51.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:51.201377100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:53.267+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:54.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:54.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:54.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:54.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:54.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:54.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:54.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:54.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:54.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:54.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:54.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:54.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:54.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:54.218743200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:54.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:54.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:54.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:54.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:54.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:54.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:54.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:54.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:54.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:54.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:54.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:54.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:54.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:54.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:54.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:54.545757500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:54.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:54.545+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:54.545+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:54.545757500] +2026-01-05T21:06:54.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:54.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:54.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:54.546375400] +2026-01-05T21:06:54.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:54.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:54.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:54.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:54.546375400] +2026-01-05T21:06:57.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:57.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:06:57.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:57.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:57.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:57.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:57.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:57.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:57.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:57.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:57.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:57.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:57.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:57.234970300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:58.369+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:06:59.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:06:59.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:06:59.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:06:59.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:06:59.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:59.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:59.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:06:59.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:06:59.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:06:59.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:06:59.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:06:59.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:06:59.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:06:59.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:06:59.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:06:59.552124100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:06:59.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:06:59.552+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:06:59.552+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:59.552124100] +2026-01-05T21:06:59.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:59.552+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:06:59.552+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:06:59.552629700] +2026-01-05T21:06:59.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:06:59.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:06:59.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:06:59.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:06:59.552629700] +2026-01-05T21:07:00.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:00.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:00.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:00.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:00.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:00.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:00.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:00.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:00.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:00.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:00.237291200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:03.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:03.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:03.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:03.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:03.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:03.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:03.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:03.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:03.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:03.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:03.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:03.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:03.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:03.248868700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:03.467+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:04.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:04.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:04.557+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:04.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:04.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:04.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:04.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:04.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:04.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:04.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:04.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:04.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:04.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:04.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:04.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:04.559038200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:04.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:04.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:04.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:04.559038200] +2026-01-05T21:07:04.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:04.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:04.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:04.559805800] +2026-01-05T21:07:04.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:04.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:04.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:04.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:04.559805800] +2026-01-05T21:07:06.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:06.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:06.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:06.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:06.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:06.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:06.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:06.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:06.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:06.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:06.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:06.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:06.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:06.256448600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:08.559+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:09.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:09.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:09.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:09.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:09.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:09.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:09.265+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:09.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:09.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:09.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:09.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:09.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:09.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:09.266239800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:09.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:09.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:09.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:09.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:09.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:09.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:09.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:09.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:09.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:09.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:09.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:09.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:09.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:09.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:09.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:09.576671500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:09.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:09.576+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:09.576+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:09.576671500] +2026-01-05T21:07:09.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:09.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:09.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:09.577276200] +2026-01-05T21:07:09.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:09.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:09.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:09.577+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:09.577276200] +2026-01-05T21:07:12.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:12.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:12.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:12.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:12.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:12.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:12.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:12.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:12.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:12.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:12.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:12.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:12.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:12.276955+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:13.671+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:13.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:07:13.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:07:13.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:13.749519] +2026-01-05T21:07:13.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:07:14.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:14.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:14.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:14.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:14.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:14.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:14.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:14.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:14.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:14.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:14.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:14.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:14.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:14.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:14.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:14.592744900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:14.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:14.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:14.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:14.592744900] +2026-01-05T21:07:14.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:14.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:14.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:14.593451900] +2026-01-05T21:07:14.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:14.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:14.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:14.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:14.593451900] +2026-01-05T21:07:15.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:15.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:15.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:15.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:15.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:15.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:15.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:15.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:15.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:15.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:15.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:15.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:15.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:15.279307400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:18.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:18.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:18.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:18.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:18.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:18.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:18.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:18.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:18.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:18.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:18.285+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:18.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:18.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:18.285612800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:18.765+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:19.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:19.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:19.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:19.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:19.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:19.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:19.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:19.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:19.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:19.599070800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:19.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:19.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:19.599070800] +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:19.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:19.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:19.599750600] +2026-01-05T21:07:19.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:19.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:19.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:19.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:19.599750600] +2026-01-05T21:07:21.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:21.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:21.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:21.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:21.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:21.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:21.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:21.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:21.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:21.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:21.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:21.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:21.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:21.299797100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:23.870+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:24.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:24.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:24.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:24.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:24.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:24.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:24.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:24.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:24.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:24.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:24.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:24.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:24.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:24.309102300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:24.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:24.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:24.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:24.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:24.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:24.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:24.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:24.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:24.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:24.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:24.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:24.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:24.605567+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:24.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:24.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:24.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:24.605567] +2026-01-05T21:07:24.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:24.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:24.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:24.606185900] +2026-01-05T21:07:24.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:24.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:24.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:24.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:24.606185900] +2026-01-05T21:07:27.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:27.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:27.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:27.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:27.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:27.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:27.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:27.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:27.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:27.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:27.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:27.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:27.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:27.317001200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:28.967+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:29.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:29.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:29.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:29.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:29.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:29.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:29.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:29.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:29.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:29.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:29.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:29.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:29.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:29.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:29.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:29.608205500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:29.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:29.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:29.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:29.608205500] +2026-01-05T21:07:29.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:29.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:29.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:29.608205500] +2026-01-05T21:07:29.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:29.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:29.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:29.609+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:29.608205500] +2026-01-05T21:07:30.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:30.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:30.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:30.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:30.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:30.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:30.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:30.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:30.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:30.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:30.325180100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:33.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:33.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:33.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:33.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:33.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:33.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:33.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:33.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:33.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:33.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:33.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:33.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:33.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:33.335394800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:34.062+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:34.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:34.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:34.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:34.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:34.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:34.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:34.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:34.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:34.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:34.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:34.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:34.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:34.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:34.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:34.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:34.626121800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:07:34.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:34.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:34.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:34.626121800] +2026-01-05T21:07:34.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:34.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:34.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:34.626121800] +2026-01-05T21:07:34.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:34.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:34.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:34.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:34.626121800] +2026-01-05T21:07:36.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:36.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:36.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:36.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:36.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:36.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:36.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:36.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:36.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:36.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:36.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:36.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:36.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:36.352235700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:39.172+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:39.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:39.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:39.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:39.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:39.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:39.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:39.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:39.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:39.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:39.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:39.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:39.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:39.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:39.363840900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:39.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:39.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:39.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:39.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:39.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:39.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:39.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:39.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:39.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:39.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:39.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:39.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:39.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:39.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:39.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:39.644514700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:39.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:39.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:39.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:39.644514700] +2026-01-05T21:07:39.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:39.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:39.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:39.645227500] +2026-01-05T21:07:39.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:39.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:39.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:39.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:39.645227500] +2026-01-05T21:07:42.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:42.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:42.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:42.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:42.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:42.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:42.368+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:42.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:42.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:42.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:42.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:42.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:42.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:42.369658+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:43.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:07:43.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:07:43.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:43.755922100] +2026-01-05T21:07:43.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:07:44.266+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:44.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:44.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:44.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:44.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:44.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:44.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:44.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:44.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:44.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:44.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:44.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:44.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:44.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:44.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:44.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:44.658319600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:07:44.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:44.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:44.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:44.658319600] +2026-01-05T21:07:44.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:44.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:44.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:44.658839200] +2026-01-05T21:07:44.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:44.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:44.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:44.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:44.658839200] +2026-01-05T21:07:45.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:45.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:45.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:45.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:45.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:45.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:45.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:45.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:45.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:45.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:45.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:45.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:45.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:45.377223500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:48.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:48.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:48.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:48.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:48.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:48.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:48.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:48.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:48.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:48.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:48.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:48.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:48.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:48.382686900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:49.362+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:49.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:49.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:49.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:49.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:49.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:49.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:49.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:49.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:49.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:49.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:49.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:49.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:49.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:49.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:49.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:49.664135200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:07:49.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:49.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:49.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:49.664135200] +2026-01-05T21:07:49.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:49.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:49.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:49.664815900] +2026-01-05T21:07:49.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:49.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:49.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:49.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:49.664815900] +2026-01-05T21:07:51.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:51.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:51.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:51.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:51.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:51.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:51.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:51.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:51.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:51.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:51.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:51.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:51.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:51.391280400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:54.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:54.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:54.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:54.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:54.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:54.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:54.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:54.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:54.394058600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:54.469+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:54.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:54.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:54.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:54.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:54.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:54.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:54.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:54.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:54.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:54.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:54.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:54.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:54.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:54.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:54.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:54.673789300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:54.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:54.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:54.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:54.673789300] +2026-01-05T21:07:54.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:54.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:54.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:54.674390600] +2026-01-05T21:07:54.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:54.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:54.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:54.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:54.674390600] +2026-01-05T21:07:57.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:57.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:07:57.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:57.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:57.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:57.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:57.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:57.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:57.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:57.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:57.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:57.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:57.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:57.403481200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:59.575+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:07:59.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:07:59.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:07:59.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:07:59.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:07:59.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:59.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:59.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:07:59.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:07:59.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:07:59.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:07:59.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:07:59.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:07:59.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:07:59.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:07:59.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:07:59.684920+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:07:59.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:07:59.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:07:59.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:59.684920] +2026-01-05T21:07:59.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:59.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:07:59.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:07:59.685440] +2026-01-05T21:07:59.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:07:59.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:07:59.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:07:59.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:07:59.685440] +2026-01-05T21:08:00.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:00.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:00.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:00.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:00.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:00.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:00.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:00.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:00.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:00.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:00.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:00.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:00.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:00.410925500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:03.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:03.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:03.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:03.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:03.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:03.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:03.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:03.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:03.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:03.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:03.416+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:03.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:03.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:03.416463300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:04.662+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:04.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:04.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:04.694+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:04.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:04.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:04.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:04.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:04.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:04.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:04.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:04.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:04.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:04.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:04.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:04.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:04.695826600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:04.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:04.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:04.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:04.695826600] +2026-01-05T21:08:04.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:04.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:04.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:04.696382800] +2026-01-05T21:08:04.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:04.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:04.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:04.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:04.696382800] +2026-01-05T21:08:06.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:06.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:06.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:06.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:06.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:06.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:06.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:06.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:06.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:06.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:06.425+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:06.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:06.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:06.426143800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:09.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:09.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:09.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:09.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:09.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:09.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:09.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:09.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:09.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:09.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:09.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:09.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:09.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:09.434542500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:09.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:09.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:09.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:09.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:09.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:09.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:09.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:09.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:09.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:09.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:09.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:09.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:09.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:09.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:09.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:09.699331100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:09.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:09.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:09.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:09.699331100] +2026-01-05T21:08:09.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:09.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:09.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:09.699841700] +2026-01-05T21:08:09.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:09.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:09.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:09.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:09.699841700] +2026-01-05T21:08:09.774+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:12.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:12.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:12.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:12.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:12.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:12.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:12.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:12.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:12.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:12.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:12.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:12.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:12.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:12.440572700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:13.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:08:13.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:08:13.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:13.762165] +2026-01-05T21:08:13.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:08:14.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:14.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:14.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:14.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:14.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:14.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:14.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:14.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:14.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:14.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:14.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:14.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:14.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:14.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:14.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:14.705339400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:14.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:14.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:14.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:14.705339400] +2026-01-05T21:08:14.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:14.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:14.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:14.706037600] +2026-01-05T21:08:14.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:14.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:14.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:14.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:14.706037600] +2026-01-05T21:08:14.860+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:15.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:15.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:15.453+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:15.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:15.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:15.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:15.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:15.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:15.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:15.454425200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:18.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:18.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:18.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:18.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:18.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:18.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:18.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:18.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:18.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:18.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:18.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:18.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:18.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:18.456860600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:19.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:19.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:19.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:19.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:19.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:19.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:19.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:19.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:19.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:19.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:19.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:19.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:19.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:19.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:19.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:19.720386+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:19.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:19.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:19.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:19.720386] +2026-01-05T21:08:19.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:19.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:19.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:19.721051600] +2026-01-05T21:08:19.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:19.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:19.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:19.721+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:19.721051600] +2026-01-05T21:08:19.967+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:21.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:21.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:21.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:21.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:21.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:21.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:21.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:21.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:21.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:21.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:21.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:21.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:21.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:21.468414300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:24.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:24.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:24.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:24.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:24.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:24.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:24.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:24.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:24.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:24.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:24.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:24.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:24.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:24.477199500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:24.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:24.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:24.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:24.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:24.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:24.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:24.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:24.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:24.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:24.727185200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:24.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:24.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:24.727185200] +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:24.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:24.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:24.727740800] +2026-01-05T21:08:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:24.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:24.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:24.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:24.727740800] +2026-01-05T21:08:25.066+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:27.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:27.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:27.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:27.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:27.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:27.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:27.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:27.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:27.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:27.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:27.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:27.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:27.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:27.487371200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:29.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:29.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:29.736+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:29.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:29.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:29.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:29.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:29.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:29.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:29.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:29.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:29.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:29.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:29.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:29.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:29.738978400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:29.738+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:29.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:29.738+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:29.738978400] +2026-01-05T21:08:29.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:29.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:29.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:29.739636200] +2026-01-05T21:08:29.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:29.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:29.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:29.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:29.739636200] +2026-01-05T21:08:30.173+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:30.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:30.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:30.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:30.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:30.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:30.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:30.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:30.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:30.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:30.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:30.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:30.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:30.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:30.501749+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:33.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:33.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:33.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:33.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:33.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:33.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:33.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:33.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:33.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:33.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:33.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:33.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:33.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:33.507318600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:34.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:34.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:34.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:34.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:34.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:34.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:34.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:34.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:34.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:34.754308900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:34.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:34.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:34.754308900] +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:34.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:34.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:34.754957] +2026-01-05T21:08:34.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:34.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:34.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:34.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:34.754957] +2026-01-05T21:08:35.266+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:36.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:36.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:36.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:36.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:36.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:36.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:36.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:36.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:36.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:36.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:36.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:36.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:36.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:36.516561300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:39.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:39.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:39.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:39.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:39.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:39.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:39.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:39.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:39.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:39.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:39.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:39.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:39.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:39.529645+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:39.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:39.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:39.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:39.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:39.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:39.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:39.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:39.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:39.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:39.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:39.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:39.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:39.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:39.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:39.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:39.763696400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:39.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:39.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:39.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:39.763696400] +2026-01-05T21:08:39.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:39.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:39.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:39.764322] +2026-01-05T21:08:39.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:39.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:39.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:39.764+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:39.764322] +2026-01-05T21:08:40.366+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:42.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:42.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:42.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:42.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:42.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:42.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:42.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:42.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:42.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:42.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:42.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:42.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:42.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:42.538124700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:43.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:08:43.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:08:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:43.766644100] +2026-01-05T21:08:43.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:08:44.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:44.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:44.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:44.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:44.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:44.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:44.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:44.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:44.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:44.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:44.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:44.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:44.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:44.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:44.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:44.766844500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:44.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:44.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:44.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:44.766844500] +2026-01-05T21:08:44.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:44.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:44.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:44.767475500] +2026-01-05T21:08:44.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:44.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:44.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:44.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:44.767475500] +2026-01-05T21:08:45.466+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:45.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:45.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:45.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:45.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:45.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:45.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:45.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:45.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:45.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:45.546106600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:48.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:48.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:48.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:48.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:48.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:48.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:48.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:48.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:48.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:48.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:48.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:48.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:48.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:48.556091100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:49.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:49.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:49.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:49.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:49.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:49.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:49.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:49.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:49.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:49.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:49.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:49.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:49.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:49.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:49.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:49.774339300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:49.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:49.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:49.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:49.774339300] +2026-01-05T21:08:49.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:49.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:49.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:49.774339300] +2026-01-05T21:08:49.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:49.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:49.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:49.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:49.774339300] +2026-01-05T21:08:50.565+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:51.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:51.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:51.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:51.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:51.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:51.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:51.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:51.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:51.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:51.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:51.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:51.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:51.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:51.564201100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:54.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:54.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:54.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:54.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:54.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:54.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:54.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:54.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:54.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:54.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:54.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:54.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:54.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:54.579817700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:54.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:54.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:54.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:54.781933900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:54.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:54.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:54.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:54.781933900] +2026-01-05T21:08:54.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:54.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:54.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:54.782639400] +2026-01-05T21:08:54.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:54.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:54.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:54.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:54.782639400] +2026-01-05T21:08:55.666+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:08:57.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:57.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:08:57.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:57.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:57.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:57.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:57.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:57.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:57.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:57.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:57.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:57.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:57.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:57.584594400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:59.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:08:59.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:08:59.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:08:59.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:08:59.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:59.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:59.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:08:59.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:08:59.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:08:59.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:08:59.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:08:59.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:08:59.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:08:59.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:08:59.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:08:59.785480700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:08:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:08:59.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:08:59.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:59.785480700] +2026-01-05T21:08:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:59.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:08:59.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:08:59.786117300] +2026-01-05T21:08:59.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:08:59.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:08:59.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:08:59.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:08:59.786117300] +2026-01-05T21:09:00.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:00.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:00.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:00.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:00.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:00.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:00.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:00.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:00.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:00.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:00.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:00.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:00.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:00.595833400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:00.778+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:03.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:03.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:03.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:03.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:03.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:03.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:03.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:03.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:03.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:03.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:03.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:03.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:03.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:03.605400100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:04.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:04.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:04.787542600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:09:04.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:04.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:04.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:04.787542600] +2026-01-05T21:09:04.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:04.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:04.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:04.789427500] +2026-01-05T21:09:04.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:04.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:04.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:04.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:04.789427500] +2026-01-05T21:09:05.876+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:06.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:06.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:06.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:06.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:06.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:06.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:06.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:06.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:06.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:06.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:06.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:06.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:06.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:06.623124+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:09.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:09.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:09.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:09.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:09.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:09.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:09.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:09.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:09.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:09.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:09.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:09.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:09.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:09.631918300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:09.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:09.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:09.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:09.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:09.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:09.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:09.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:09.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:09.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:09.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:09.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:09.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:09.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:09.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:09.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:09.802488300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:09.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:09.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:09.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:09.802488300] +2026-01-05T21:09:09.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:09.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:09.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:09.803183600] +2026-01-05T21:09:09.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:09.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:09.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:09.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:09.803183600] +2026-01-05T21:09:10.970+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:12.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:12.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:12.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:12.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:12.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:12.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:12.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:12.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:12.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:12.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:12.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:12.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:12.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:12.637397500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:13.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:09:13.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:09:13.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:13.773793800] +2026-01-05T21:09:13.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:09:14.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:14.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:14.817+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:14.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:14.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:14.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:14.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:14.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:14.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:14.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:14.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:14.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:14.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:14.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:14.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:14.818648+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:14.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:14.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:14.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:14.818648] +2026-01-05T21:09:14.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:14.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:14.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:14.819337200] +2026-01-05T21:09:14.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:14.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:14.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:14.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:14.819337200] +2026-01-05T21:09:15.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:15.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:15.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:15.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:15.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:15.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:15.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:15.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:15.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:15.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:15.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:15.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:15.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:15.645137800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:16.066+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:18.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:18.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:18.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:18.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:18.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:18.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:18.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:18.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:18.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:18.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:18.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:18.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:18.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:18.654089700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:19.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:19.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:19.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:19.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:19.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:19.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:19.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:19.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:19.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:19.823805400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:19.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:19.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:19.823805400] +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:19.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:19.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:19.823805400] +2026-01-05T21:09:19.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:19.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:19.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:19.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:19.823805400] +2026-01-05T21:09:21.173+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:21.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:21.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:21.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:21.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:21.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:21.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:21.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:21.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:21.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:21.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:21.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:21.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:21.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:21.671231+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:24.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:24.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:24.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:24.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:24.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:24.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:24.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:24.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:24.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:24.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:24.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:24.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:24.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:24.687411200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:24.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:24.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:24.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:24.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:24.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:24.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:24.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:24.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:24.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:24.827167+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:24.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:24.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:24.827167] +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:24.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:24.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:24.827850700] +2026-01-05T21:09:24.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:24.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:24.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:24.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:24.827850700] +2026-01-05T21:09:26.272+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:27.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:27.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:27.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:27.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:27.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:27.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:27.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:27.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:27.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:27.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:27.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:27.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:27.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:27.695605500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:29.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:29.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:29.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:29.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:29.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:29.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:29.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:29.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:29.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:29.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:29.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:29.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:29.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:29.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:29.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:29.842769100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:29.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:29.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:29.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:29.842769100] +2026-01-05T21:09:29.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:29.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:29.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:29.842769100] +2026-01-05T21:09:29.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:29.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:29.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:29.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:29.842769100] +2026-01-05T21:09:30.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:30.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:30.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:30.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:30.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:30.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:30.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:30.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:30.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:30.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:30.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:30.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:30.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:30.700732+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:31.365+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:33.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:33.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:33.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:33.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:33.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:33.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:33.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:33.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:33.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:33.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:33.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:33.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:33.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:33.715283700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:34.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:34.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:34.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:34.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:34.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:34.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:34.850+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:34.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:34.850+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:34.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:34.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:34.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:34.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:34.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:34.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:34.851241600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:34.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:34.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:34.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:34.851241600] +2026-01-05T21:09:34.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:34.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:34.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:34.851864400] +2026-01-05T21:09:34.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:34.852+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:34.852+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:34.852+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:34.851864400] +2026-01-05T21:09:36.468+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:36.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:36.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:36.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:36.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:36.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:36.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:36.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:36.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:36.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:36.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:36.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:36.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:36.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:36.719214500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:39.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:39.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:39.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:39.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:39.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:39.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:39.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:39.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:39.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:39.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:39.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:39.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:39.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:39.728412400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:39.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:39.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:39.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:39.868991800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:39.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:39.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:39.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:39.868991800] +2026-01-05T21:09:39.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:39.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:39.869+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:39.869601300] +2026-01-05T21:09:39.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:39.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:39.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:39.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:39.869601300] +2026-01-05T21:09:41.570+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:42.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:42.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:42.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:42.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:42.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:42.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:42.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:42.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:42.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:42.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:42.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:42.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:42.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:42.742075700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:43.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:09:43.785+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:09:43.785+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:43.785589400] +2026-01-05T21:09:43.785+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:09:44.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:44.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:44.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:44.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:44.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:44.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:44.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:44.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:44.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:44.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:44.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:44.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:44.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:44.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:44.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:44.874523600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:44.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:44.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:44.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:44.874523600] +2026-01-05T21:09:44.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:44.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:44.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:44.875235200] +2026-01-05T21:09:44.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:44.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:44.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:44.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:44.875235200] +2026-01-05T21:09:45.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:45.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:45.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:45.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:45.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:45.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:45.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:45.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:45.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:45.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:45.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:45.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:45.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:45.749912800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:46.666+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:48.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:48.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:48.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:48.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:48.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:48.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:48.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:48.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:48.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:48.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:48.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:48.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:48.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:48.758110700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:49.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:49.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:49.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:49.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:49.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:49.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:49.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:49.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:49.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:49.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:49.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:49.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:49.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:49.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:49.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:49.878294800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:49.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:49.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:49.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:49.878294800] +2026-01-05T21:09:49.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:49.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:49.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:49.879040600] +2026-01-05T21:09:49.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:49.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:49.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:49.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:49.879040600] +2026-01-05T21:09:51.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:51.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:51.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:51.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:51.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:51.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:51.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:51.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:51.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:51.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:51.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:51.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:51.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:51.762065400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:09:51.775+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:54.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:54.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:54.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:54.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:54.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:54.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:54.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:54.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:54.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:54.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:54.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:54.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:54.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:54.768756800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:09:54.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:54.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:54.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:54.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:54.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:54.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:54.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:54.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:54.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:54.893057700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:54.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:54.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:54.893057700] +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:54.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:54.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:54.893671700] +2026-01-05T21:09:54.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:54.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:54.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:54.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:54.893671700] +2026-01-05T21:09:56.871+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:09:57.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:57.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:09:57.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:57.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:57.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:57.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:57.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:57.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:57.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:57.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:57.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:57.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:57.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:57.779180800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:59.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:09:59.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:09:59.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:09:59.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:09:59.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:59.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:59.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:09:59.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:09:59.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:09:59.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:09:59.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:09:59.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:09:59.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:09:59.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:09:59.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:09:59.897191+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:09:59.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:09:59.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:09:59.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:59.898201400] +2026-01-05T21:09:59.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:59.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:09:59.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:09:59.898201400] +2026-01-05T21:09:59.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:09:59.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:09:59.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:09:59.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:09:59.898201400] +2026-01-05T21:10:00.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:00.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:00.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:00.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:00.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:00.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:00.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:00.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:00.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:00.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:00.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:00.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:00.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:00.786703+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:01.969+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:03.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:03.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:03.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:03.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:03.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:03.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:03.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:03.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:03.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:03.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:03.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:03.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:03.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:03.797952600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:04.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:04.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:04.900+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:04.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:04.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:04.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:04.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:04.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:04.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:04.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:04.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:04.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:04.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:04.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:04.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:04.901840500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:04.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:04.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:04.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:04.901840500] +2026-01-05T21:10:04.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:04.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:04.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:04.902402500] +2026-01-05T21:10:04.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:04.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:04.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:04.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:04.902402500] +2026-01-05T21:10:06.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:06.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:06.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:06.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:06.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:06.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:06.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:06.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:06.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:06.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:06.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:06.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:06.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:06.802787900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:07.081+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:09.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:09.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:09.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:09.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:09.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:09.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:09.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:09.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:09.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:09.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:09.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:09.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:09.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:09.813535800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:09.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:09.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:09.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:09.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:09.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:09.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:09.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:09.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:09.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:09.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:09.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:09.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:09.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:09.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:09.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:09.906996500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:09.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:09.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:09.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:09.906996500] +2026-01-05T21:10:09.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:09.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:09.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:09.907732400] +2026-01-05T21:10:09.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:09.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:09.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:09.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:09.907732400] +2026-01-05T21:10:12.182+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:12.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:12.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:12.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:12.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:12.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:12.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:12.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:12.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:12.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:12.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:12.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:12.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:12.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:12.822404900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:13.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:10:13.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:10:13.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:13.799660700] +2026-01-05T21:10:13.800+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:10:14.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:14.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:14.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:14.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:14.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:14.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:14.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:14.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:14.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:14.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:14.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:14.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:14.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:14.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:14.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:14.921408500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:14.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:14.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:14.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:14.921408500] +2026-01-05T21:10:14.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:14.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:14.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:14.922062] +2026-01-05T21:10:14.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:14.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:14.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:14.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:14.922062] +2026-01-05T21:10:15.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:15.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:15.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:15.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:15.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:15.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:15.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:15.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:15.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:15.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:15.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:15.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:15.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:15.836700300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:17.268+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:18.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:18.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:18.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:18.844199200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:19.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:19.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:19.934+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:19.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:19.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:19.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:19.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:19.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:19.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:19.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:19.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:19.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:19.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:19.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:19.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:19.936190200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:19.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:19.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:19.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:19.936190200] +2026-01-05T21:10:19.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:19.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:19.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:19.936190200] +2026-01-05T21:10:19.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:19.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:19.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:19.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:19.936190200] +2026-01-05T21:10:21.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:21.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:21.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:21.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:21.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:21.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:21.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:21.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:21.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:21.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:21.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:21.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:21.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:21.855793200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:22.368+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:24.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:24.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:24.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:24.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:24.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:24.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:24.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:24.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:24.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:24.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:24.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:24.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:24.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:24.871903500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:24.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:24.948+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:24.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:24.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:24.949054500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:24.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:24.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:24.949054500] +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:24.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:24.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:24.949054500] +2026-01-05T21:10:24.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:24.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:24.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:24.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:24.949054500] +2026-01-05T21:10:27.470+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:27.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:27.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:27.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:27.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:27.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:27.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:27.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:27.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:27.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:27.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:27.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:27.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:27.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:27.876010900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:29.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:29.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:29.956+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:29.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:29.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:29.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:29.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:29.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:29.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:29.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:29.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:29.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:29.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:29.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:29.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:29.957595+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:29.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:29.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:29.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:29.957595] +2026-01-05T21:10:29.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:29.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:29.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:29.958212300] +2026-01-05T21:10:29.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:29.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:29.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:29.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:29.958212300] +2026-01-05T21:10:30.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:30.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:30.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:30.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:30.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:30.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:30.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:30.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:30.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:30.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:30.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:30.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:30.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:30.892946+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:32.571+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:33.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:33.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:33.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:33.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:33.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:33.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:33.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:33.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:33.895281100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:34.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:34.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:34.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:34.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:34.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:34.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:34.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:34.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:34.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:34.961127200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:34.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:34.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:34.961127200] +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:34.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:34.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:34.961738800] +2026-01-05T21:10:34.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:34.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:34.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:34.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:34.961738800] +2026-01-05T21:10:36.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:36.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:36.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:36.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:36.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:36.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:36.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:36.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:36.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:36.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:36.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:36.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:36.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:36.905734500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:37.669+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:39.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:39.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:39.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:39.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:39.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:39.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:39.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:39.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:39.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:39.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:39.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:39.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:39.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:39.913164300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:39.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:39.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:39.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:39.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:39.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:39.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:39.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:39.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:39.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:39.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:39.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:39.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:39.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:39.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:39.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:39.975534100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:39.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:39.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:39.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:39.975534100] +2026-01-05T21:10:39.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:39.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:39.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:39.976272200] +2026-01-05T21:10:39.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:39.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:39.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:39.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:39.976272200] +2026-01-05T21:10:42.772+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:42.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:42.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:42.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:42.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:42.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:42.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:42.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:42.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:42.930941800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:43.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:10:43.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:10:43.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:43.815117300] +2026-01-05T21:10:43.815+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:10:44.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:44.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:44.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:44.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:44.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:44.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:44.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:44.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:44.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:44.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:44.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:44.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:44.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:44.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:44.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:44.987780600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:44.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:44.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:44.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:44.987780600] +2026-01-05T21:10:44.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:44.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:44.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:44.988513400] +2026-01-05T21:10:44.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:44.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:44.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:44.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:44.988513400] +2026-01-05T21:10:45.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:45.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:45.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:45.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:45.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:45.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:45.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:45.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:45.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:45.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:45.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:45.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:45.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:45.938714500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:47.873+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:48.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:48.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:48.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:48.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:48.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:48.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:48.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:48.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:48.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:48.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:48.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:48.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:48.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:48.950920+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:49.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:49.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:49.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:49.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:49.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:49.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:49.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:49.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:49.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:49.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:49.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:49.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:49.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:49.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:49.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:49.992769600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:49.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:49.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:49.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:49.992769600] +2026-01-05T21:10:49.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:49.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:49.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:49.993769] +2026-01-05T21:10:49.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:49.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:49.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:49.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:49.993769] +2026-01-05T21:10:51.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:51.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:51.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:51.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:51.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:51.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:51.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:51.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:51.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:51.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:51.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:51.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:51.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:51.957887500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:52.981+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:10:54.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:54.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:54.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:54.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:54.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:54.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:54.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:54.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:54.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:54.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:54.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:54.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:54.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:54.961089100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:55.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:55.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:10:55.006+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:10:55.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:10:55.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:55.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:55.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:55.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:55.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:55.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:55.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:55.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:55.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:55.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:55.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:55.008539500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:55.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:10:55.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:10:55.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:55.008539500] +2026-01-05T21:10:55.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:55.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:10:55.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:10:55.009126100] +2026-01-05T21:10:55.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:10:55.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:10:55.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:10:55.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:10:55.009126100] +2026-01-05T21:10:57.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:10:57.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:10:57.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:57.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:57.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:10:57.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:10:57.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:10:57.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:10:57.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:10:57.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:10:57.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:10:57.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:10:57.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:10:57.967931600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:10:58.075+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:00.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:00.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:00.019+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:00.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:00.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:00.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:00.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:00.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:00.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:00.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:00.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:00.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:00.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:00.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:00.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:00.020489300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:00.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:00.020+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:00.020+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:00.020489300] +2026-01-05T21:11:00.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:00.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:00.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:00.021137400] +2026-01-05T21:11:00.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:00.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:00.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:00.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:00.021137400] +2026-01-05T21:11:00.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:00.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:00.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:00.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:00.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:00.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:00.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:00.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:00.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:00.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:00.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:00.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:00.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:00.973287+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:03.183+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:03.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:03.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:03.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:03.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:03.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:03.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:03.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:03.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:03.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:03.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:03.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:03.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:03.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:03.980403500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:05.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:05.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:05.031+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:05.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:05.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:05.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:05.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:05.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:05.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:05.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:05.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:05.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:05.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:05.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:05.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:05.032424800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:05.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:05.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:05.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:05.033087700] +2026-01-05T21:11:05.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:05.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:05.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:05.033087700] +2026-01-05T21:11:05.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:05.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:05.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:05.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:05.033087700] +2026-01-05T21:11:06.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:06.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:06.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:06.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:06.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:06.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:06.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:06.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:06.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:06.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:06.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:06.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:06.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:06.989087400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:08.274+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:09.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:09.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:09.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:09.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:09.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:09.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:09.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:09.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:09.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:09.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:09.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:09.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:09.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:09.993939200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:10.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:10.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:10.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:10.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:10.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:10.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:10.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:10.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:10.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:10.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:10.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:10.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:10.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:10.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:10.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:10.039682800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:10.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:10.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:10.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:10.040195300] +2026-01-05T21:11:10.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:10.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:10.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:10.040195300] +2026-01-05T21:11:10.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:10.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:10.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:10.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:10.040195300] +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:13.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:13.000637400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:11:13.374+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:13.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:11:13.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:11:13.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:13.827463800] +2026-01-05T21:11:13.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:11:15.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:15.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:15.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:15.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:15.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:15.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:15.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:15.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:15.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:15.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:15.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:15.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:15.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:15.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:15.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:15.043451800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:15.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:15.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:15.043+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:15.043451800] +2026-01-05T21:11:15.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:15.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:15.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:15.044235900] +2026-01-05T21:11:15.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:15.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:15.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:15.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:15.044235900] +2026-01-05T21:11:16.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:16.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:16.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:16.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:16.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:16.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:16.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:16.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:16.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:16.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:16.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:16.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:16.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:16.006781+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:18.480+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:19.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:19.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:19.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:19.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:19.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:19.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:19.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:19.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:19.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:19.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:19.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:19.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:19.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:19.009438400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:20.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:20.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:20.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:20.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:20.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:20.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:20.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:20.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:20.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:20.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:20.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:20.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:20.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:20.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:20.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:20.053308200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:20.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:20.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:20.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:20.053308200] +2026-01-05T21:11:20.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:20.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:20.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:20.053308200] +2026-01-05T21:11:20.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:20.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:20.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:20.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:20.053308200] +2026-01-05T21:11:22.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:22.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:22.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:22.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:22.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:22.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:22.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:22.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:22.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:22.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:22.019+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:22.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:22.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:22.019209+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:23.586+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:25.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:25.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:25.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:25.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:25.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:25.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:25.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:25.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:25.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:25.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:25.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:25.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:25.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:25.024338800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:25.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:25.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:25.068+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:25.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:25.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:25.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:25.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:25.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:25.068+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:25.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:25.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:25.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:25.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:25.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:25.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:25.070423300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:25.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:25.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:25.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:25.070423300] +2026-01-05T21:11:25.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:25.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:25.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:25.071058300] +2026-01-05T21:11:25.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:25.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:25.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:25.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:25.071058300] +2026-01-05T21:11:28.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:28.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:28.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:28.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:28.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:28.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:28.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:28.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:28.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:28.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:28.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:28.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:28.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:28.032897300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:28.684+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:30.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:30.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:30.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:30.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:30.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:30.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:30.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:30.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:30.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:30.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:30.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:30.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:30.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:30.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:30.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:30.086474500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:30.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:30.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:30.086+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:30.086474500] +2026-01-05T21:11:30.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:30.087+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:30.087+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:30.087094900] +2026-01-05T21:11:30.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:30.087+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:30.087+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:30.087+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:30.087094900] +2026-01-05T21:11:31.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:31.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:31.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:31.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:31.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:31.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:31.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:31.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:31.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:31.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:31.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:31.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:31.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:31.042099300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:33.782+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:34.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:34.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:34.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:34.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:34.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:34.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:34.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:34.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:34.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:34.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:34.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:34.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:34.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:34.049946100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:35.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:35.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:35.093+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:35.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:35.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:35.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:35.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:35.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:35.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:35.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:35.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:35.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:35.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:35.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:35.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:35.095041700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:35.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:35.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:35.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:35.095041700] +2026-01-05T21:11:35.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:35.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:35.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:35.095820700] +2026-01-05T21:11:35.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:35.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:35.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:35.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:35.095820700] +2026-01-05T21:11:37.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:37.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:37.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:37.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:37.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:37.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:37.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:37.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:37.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:37.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:37.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:37.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:37.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:37.062216100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:38.871+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:40.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:40.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:40.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:40.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:40.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:40.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:40.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:40.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:40.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:40.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:40.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:40.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:40.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:40.072352500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:40.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:40.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:40.101+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:40.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:40.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:40.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:40.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:40.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:40.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:40.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:40.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:40.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:40.103+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:40.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:40.103+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:40.103435100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:40.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:40.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:40.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:40.103435100] +2026-01-05T21:11:40.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:40.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:40.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:40.104106100] +2026-01-05T21:11:40.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:40.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:40.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:40.104+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:40.104106100] +2026-01-05T21:11:43.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:43.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:43.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:43.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:43.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:43.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:43.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:43.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:43.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:43.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:43.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:43.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:43.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:43.075983400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:43.834+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:11:43.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:11:43.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:43.834987600] +2026-01-05T21:11:43.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:11:43.972+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:45.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:45.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:45.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:45.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:45.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:45.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:45.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:45.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:45.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:45.112073700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:45.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:45.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:45.112073700] +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:45.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:45.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:45.112749500] +2026-01-05T21:11:45.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:45.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:45.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:45.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:45.112749500] +2026-01-05T21:11:46.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:46.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:46.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:46.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:46.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:46.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:46.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:46.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:46.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:46.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:46.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:46.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:46.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:46.090934900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:49.083+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:49.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:49.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:49.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:49.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:49.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:49.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:49.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:49.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:49.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:49.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:49.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:49.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:49.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:49.101497100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:50.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:50.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:50.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:50.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:50.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:50.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:50.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:50.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:50.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:50.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:50.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:50.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:50.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:50.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:50.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:50.116124+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:50.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:50.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:50.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:50.116124] +2026-01-05T21:11:50.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:50.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:50.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:50.116628800] +2026-01-05T21:11:50.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:50.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:50.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:50.117+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:50.116628800] +2026-01-05T21:11:52.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:52.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:52.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:52.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:52.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:52.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:52.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:52.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:52.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:52.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:52.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:52.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:52.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:52.112868+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:54.174+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:11:55.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:55.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:55.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:55.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:55.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:55.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:55.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:55.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:55.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:55.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:55.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:55.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:55.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:55.125480900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:55.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:55.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:11:55.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:11:55.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:11:55.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:55.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:55.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:55.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:55.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:55.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:55.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:55.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:55.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:55.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:55.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:55.127240100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:55.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:11:55.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:11:55.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:55.127240100] +2026-01-05T21:11:55.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:55.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:11:55.127+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:11:55.127759200] +2026-01-05T21:11:55.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:11:55.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:11:55.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:11:55.128+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:11:55.127759200] +2026-01-05T21:11:58.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:11:58.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:11:58.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:58.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:58.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:11:58.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:11:58.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:11:58.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:11:58.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:11:58.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:11:58.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:11:58.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:11:58.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:11:58.139104+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:11:59.276+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:00.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:00.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:00.134+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:00.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:00.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:00.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:00.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:00.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:00.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:00.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:00.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:00.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:00.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:00.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:00.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:00.135597200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:00.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:00.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:00.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:00.135597200] +2026-01-05T21:12:00.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:00.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:00.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:00.136226700] +2026-01-05T21:12:00.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:00.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:00.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:00.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:00.136226700] +2026-01-05T21:12:01.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:01.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:01.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:01.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:01.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:01.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:01.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:01.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:01.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:01.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:01.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:01.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:01.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:01.150000600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:04.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:04.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:04.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:04.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:04.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:04.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:04.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:04.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:04.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:04.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:04.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:04.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:04.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:04.167795200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:04.383+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:05.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:05.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:05.146+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:05.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:05.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:05.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:05.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:05.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:05.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:05.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:05.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:05.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:05.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:05.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:05.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:05.148775200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:05.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:05.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:05.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:05.148775200] +2026-01-05T21:12:05.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:05.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:05.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:05.149280800] +2026-01-05T21:12:05.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:05.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:05.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:05.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:05.149280800] +2026-01-05T21:12:07.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:07.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:07.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:07.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:07.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:07.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:07.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:07.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:07.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:07.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:07.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:07.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:07.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:07.174531100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:09.477+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:10.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:10.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:10.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:10.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:10.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:10.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:10.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:10.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:10.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:10.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:10.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:10.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:10.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:10.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:10.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:10.161175300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:10.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:10.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:10.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:10.161175300] +2026-01-05T21:12:10.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:10.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:10.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:10.162176400] +2026-01-05T21:12:10.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:10.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:10.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:10.162+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:10.162176400] +2026-01-05T21:12:10.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:10.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:10.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:10.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:10.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:10.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:10.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:10.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:10.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:10.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:10.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:10.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:10.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:10.191808700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:13.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:13.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:13.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:13.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:13.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:13.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:13.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:13.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:13.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:13.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:13.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:13.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:13.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:13.205021700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:13.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:12:13.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:12:13.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:13.840960400] +2026-01-05T21:12:13.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:12:14.575+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:15.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:15.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:15.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:15.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:15.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:15.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:15.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:15.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:15.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:15.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:15.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:15.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:15.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:15.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:15.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:15.168467+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:15.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:15.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:15.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:15.168467] +2026-01-05T21:12:15.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:15.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:15.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:15.169107100] +2026-01-05T21:12:15.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:15.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:15.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:15.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:15.169107100] +2026-01-05T21:12:16.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:16.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:16.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:16.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:16.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:16.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:16.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:16.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:16.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:16.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:16.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:16.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:16.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:16.220475600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:19.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:19.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:19.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:19.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:19.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:19.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:19.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:19.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:19.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:19.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:19.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:19.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:19.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:19.238605700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:19.689+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:20.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:20.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:20.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:20.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:20.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:20.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:20.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:20.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:20.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:20.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:20.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:20.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:20.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:20.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:20.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:20.171487400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:20.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:20.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:20.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:20.171487400] +2026-01-05T21:12:20.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:20.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:20.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:20.172201100] +2026-01-05T21:12:20.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:20.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:20.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:20.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:20.172201100] +2026-01-05T21:12:22.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:22.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:22.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:22.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:22.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:22.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:22.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:22.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:22.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:22.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:22.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:22.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:22.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:22.248666200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:24.784+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:25.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:25.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:25.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:25.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:25.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:25.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:25.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:25.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:25.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:25.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:25.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:25.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:25.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:25.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:25.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:25.176955800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:25.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:25.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:25.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:25.176955800] +2026-01-05T21:12:25.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:25.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:25.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:25.177485600] +2026-01-05T21:12:25.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:25.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:25.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:25.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:25.177485600] +2026-01-05T21:12:25.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:25.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:25.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:25.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:25.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:25.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:25.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:25.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:25.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:25.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:25.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:25.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:25.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:25.254914100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:28.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:28.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:28.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:28.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:28.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:28.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:28.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:28.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:28.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:28.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:28.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:28.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:28.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:28.260573500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:29.880+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:30.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:30.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:30.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:30.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:30.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:30.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:30.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:30.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:30.178+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:30.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:30.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:30.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:30.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:30.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:30.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:30.179860100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:30.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:30.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:30.179+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:30.179860100] +2026-01-05T21:12:30.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:30.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:30.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:30.180423] +2026-01-05T21:12:30.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:30.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:30.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:30.180+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:30.180423] +2026-01-05T21:12:31.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:31.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:31.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:31.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:31.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:31.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:31.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:31.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:31.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:31.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:31.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:31.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:31.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:31.271141200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:34.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:34.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:34.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:34.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:34.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:34.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:34.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:34.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:34.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:34.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:34.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:34.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:34.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:34.275372300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:12:34.987+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:35.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:35.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:35.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:35.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:35.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:35.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:35.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:35.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:35.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:35.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:35.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:35.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:35.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:35.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:35.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:35.191856+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:35.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:35.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:35.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:35.191856] +2026-01-05T21:12:35.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:35.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:35.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:35.192531900] +2026-01-05T21:12:35.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:35.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:35.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:35.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:35.192531900] +2026-01-05T21:12:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:37.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:37.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:37.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:37.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:37.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:37.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:37.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:37.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:37.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:37.280553+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:40.078+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:40.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:40.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:40.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:40.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:40.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:40.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:40.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:40.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:40.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:40.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:40.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:40.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:40.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:40.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:40.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:40.204191300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:40.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:40.204+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:40.204+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:40.204191300] +2026-01-05T21:12:40.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:40.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:40.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:40.204191300] +2026-01-05T21:12:40.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:40.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:40.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:40.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:40.204191300] +2026-01-05T21:12:40.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:40.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:40.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:40.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:40.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:40.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:40.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:40.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:40.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:40.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:40.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:40.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:40.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:40.297510300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:43.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:43.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:43.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:43.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:43.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:43.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:43.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:43.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:43.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:43.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:43.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:43.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:43.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:43.301320500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:43.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:12:43.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:12:43.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:43.849305] +2026-01-05T21:12:43.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:12:45.186+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:45.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:45.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:45.219+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:45.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:45.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:45.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:45.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:45.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:45.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:45.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:45.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:45.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:45.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:45.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:45.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:45.220720400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:45.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:45.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:45.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:45.220720400] +2026-01-05T21:12:45.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:45.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:45.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:45.221239300] +2026-01-05T21:12:45.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:45.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:45.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:45.221+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:45.221239300] +2026-01-05T21:12:46.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:46.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:46.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:46.309812100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:49.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:49.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:49.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:49.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:49.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:49.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:49.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:49.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:49.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:49.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:49.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:49.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:49.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:49.318182200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:50.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:50.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:50.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:50.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:50.231+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:50.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:50.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:50.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:50.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:50.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:50.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:50.232555200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:50.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:50.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:50.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:50.232555200] +2026-01-05T21:12:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:50.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:50.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:50.233556] +2026-01-05T21:12:50.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:50.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:50.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:50.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:50.233556] +2026-01-05T21:12:50.277+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:52.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:52.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:52.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:52.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:52.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:52.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:52.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:52.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:52.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:52.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:52.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:52.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:52.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:52.321166900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:12:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:12:55.236+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:12:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:12:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:55.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:55.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:55.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:55.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:55.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:55.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:55.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:55.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:55.237720500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:55.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:12:55.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:12:55.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:55.237720500] +2026-01-05T21:12:55.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:55.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:12:55.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:12:55.238405900] +2026-01-05T21:12:55.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:12:55.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:12:55.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:12:55.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:12:55.238405900] +2026-01-05T21:12:55.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:55.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:55.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:55.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:55.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:55.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:55.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:55.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:55.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:55.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:55.329817700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:12:55.388+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:12:58.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:12:58.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:12:58.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:58.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:58.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:12:58.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:12:58.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:12:58.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:12:58.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:12:58.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:12:58.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:12:58.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:12:58.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:12:58.347325400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:00.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:00.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:00.254+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:00.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:00.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:00.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:00.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:00.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:00.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:00.255069600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:00.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:00.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:00.255069600] +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:00.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:00.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:00.255580] +2026-01-05T21:13:00.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:00.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:00.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:00.255+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:00.255580] +2026-01-05T21:13:00.486+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:01.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:01.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:01.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:01.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:01.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:01.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:01.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:01.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:01.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:01.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:01.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:01.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:01.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:01.363593600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:04.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:04.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:04.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:04.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:04.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:04.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:04.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:04.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:04.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:04.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:04.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:04.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:04.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:04.370996600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:05.268+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:05.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:05.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:05.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:05.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:05.269885100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:05.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:05.269+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:05.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:05.269885100] +2026-01-05T21:13:05.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:05.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:05.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:05.270576500] +2026-01-05T21:13:05.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:05.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:05.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:05.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:05.270576500] +2026-01-05T21:13:05.580+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:07.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:07.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:07.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:07.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:07.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:07.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:07.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:07.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:07.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:07.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:07.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:07.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:07.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:07.375348200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:10.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:10.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:10.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:10.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:10.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:10.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:10.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:10.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:10.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:10.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:10.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:10.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:10.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:10.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:10.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:10.274019100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:10.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:10.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:10.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:10.274019100] +2026-01-05T21:13:10.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:10.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:10.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:10.275019500] +2026-01-05T21:13:10.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:10.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:10.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:10.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:10.275019500] +2026-01-05T21:13:10.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:10.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:10.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:10.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:10.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:10.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:10.382+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:10.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:10.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:10.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:10.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:10.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:10.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:10.383352600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:10.691+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:13.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:13.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:13.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:13.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:13.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:13.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:13.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:13.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:13.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:13.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:13.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:13.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:13.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:13.387553100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:13.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:13:13.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:13:13.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:13.853265200] +2026-01-05T21:13:13.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:13:15.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:15.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:15.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:15.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:15.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:15.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:15.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:15.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:15.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:15.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:15.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:15.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:15.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:15.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:15.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:15.283870600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:15.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:15.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:15.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:15.283870600] +2026-01-05T21:13:15.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:15.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:15.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:15.284531800] +2026-01-05T21:13:15.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:15.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:15.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:15.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:15.284531800] +2026-01-05T21:13:15.777+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:16.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:16.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:16.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:16.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:16.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:16.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:16.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:16.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:16.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:16.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:16.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:16.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:16.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:16.402040800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:19.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:19.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:19.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:19.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:19.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:19.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:19.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:19.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:19.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:19.410404800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:20.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:20.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:20.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:20.296994800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:20.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:20.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:20.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:20.296994800] +2026-01-05T21:13:20.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:20.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:20.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:20.297601300] +2026-01-05T21:13:20.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:20.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:20.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:20.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:20.297601300] +2026-01-05T21:13:20.886+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:22.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:22.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:22.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:22.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:22.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:22.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:22.418+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:22.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:22.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:22.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:22.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:22.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:22.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:22.419813+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:13:25.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:25.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:25.310+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:25.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:25.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:25.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:25.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:25.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:25.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:25.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:25.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:25.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:25.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:25.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:25.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:25.311669600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:25.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:25.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:25.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:25.311669600] +2026-01-05T21:13:25.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:25.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:25.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:25.312173900] +2026-01-05T21:13:25.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:25.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:25.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:25.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:25.312173900] +2026-01-05T21:13:25.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:25.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:25.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:25.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:25.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:25.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:25.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:25.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:25.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:25.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:25.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:25.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:25.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:25.434563800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:25.977+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:28.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:28.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:28.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:28.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:28.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:28.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:28.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:28.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:28.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:28.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:28.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:28.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:28.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:28.443669+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:30.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:30.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:30.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:30.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:30.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:30.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:30.327735100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:30.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:30.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:30.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:30.327735100] +2026-01-05T21:13:30.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:30.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:30.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:30.328452800] +2026-01-05T21:13:30.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:30.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:30.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:30.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:30.328452800] +2026-01-05T21:13:31.089+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:31.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:31.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:31.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:31.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:31.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:31.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:31.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:31.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:31.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:31.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:31.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:31.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:31.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:31.450499800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:34.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:34.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:34.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:34.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:34.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:34.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:34.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:34.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:34.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:34.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:34.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:34.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:34.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:34.459435600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:35.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:35.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:35.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:35.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:35.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:35.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:35.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:35.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:35.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:35.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:35.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:35.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:35.336+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:35.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:35.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:35.336937800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:35.336+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:35.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:35.336+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:35.336937800] +2026-01-05T21:13:35.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:35.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:35.337+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:35.337614700] +2026-01-05T21:13:35.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:35.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:35.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:35.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:35.337614700] +2026-01-05T21:13:36.189+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:37.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:37.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:37.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:37.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:37.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:37.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:37.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:37.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:37.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:37.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:37.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:37.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:37.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:37.471298600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:40.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:40.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:40.340+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:40.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:40.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:40.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:40.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:40.340+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:40.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:40.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:40.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:40.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:40.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:40.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:40.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:40.342743400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:40.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:40.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:40.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:40.342743400] +2026-01-05T21:13:40.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:40.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:40.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:40.342743400] +2026-01-05T21:13:40.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:40.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:40.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:40.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:40.342743400] +2026-01-05T21:13:40.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:40.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:40.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:40.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:40.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:40.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:40.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:40.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:40.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:40.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:40.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:40.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:40.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:40.483251900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:41.279+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:43.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:43.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:43.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:43.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:43.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:43.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:43.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:43.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:43.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:43.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:43.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:43.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:43.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:43.492983100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:43.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:13:43.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:13:43.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:43.866420800] +2026-01-05T21:13:43.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:13:45.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:45.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:45.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:45.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:45.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:45.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:45.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:45.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:45.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:45.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:45.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:45.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:45.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:45.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:45.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:45.345503300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:45.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:45.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:45.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:45.345503300] +2026-01-05T21:13:45.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:45.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:45.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:45.346238800] +2026-01-05T21:13:45.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:45.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:45.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:45.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:45.346238800] +2026-01-05T21:13:46.389+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:46.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:46.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:46.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:46.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:46.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:46.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:46.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:46.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:46.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:46.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:46.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:46.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:46.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:46.500154600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:49.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:49.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:49.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:49.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:49.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:49.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:49.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:49.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:49.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:49.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:49.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:49.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:49.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:49.508692100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:50.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:50.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:50.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:50.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:50.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:50.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:50.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:50.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:50.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:50.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:50.352368800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:50.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:50.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:50.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:50.352368800] +2026-01-05T21:13:50.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:50.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:50.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:50.353006] +2026-01-05T21:13:50.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:50.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:50.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:50.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:50.353006] +2026-01-05T21:13:51.487+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:52.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:52.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:52.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:52.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:52.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:52.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:52.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:52.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:52.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:52.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:52.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:52.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:52.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:52.516916500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:55.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:55.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:13:55.360+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:13:55.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:13:55.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:55.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:55.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:55.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:55.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:55.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:55.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:55.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:55.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:55.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:55.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:55.362675200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:55.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:13:55.362+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:13:55.362+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:55.362675200] +2026-01-05T21:13:55.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:55.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:13:55.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:13:55.362675200] +2026-01-05T21:13:55.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:13:55.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:13:55.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:13:55.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:13:55.362675200] +2026-01-05T21:13:55.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:55.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:55.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:55.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:55.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:55.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:55.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:55.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:55.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:55.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:55.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:55.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:55.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:55.531677400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:13:56.592+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:13:58.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:13:58.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:13:58.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:58.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:58.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:13:58.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:13:58.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:13:58.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:13:58.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:13:58.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:13:58.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:13:58.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:13:58.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:13:58.544843800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:00.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:00.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:00.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:00.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:00.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:00.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:00.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:00.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:00.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:00.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:00.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:00.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:00.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:00.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:00.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:00.374590700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:00.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:00.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:00.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:00.374590700] +2026-01-05T21:14:00.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:00.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:00.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:00.375225900] +2026-01-05T21:14:00.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:00.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:00.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:00.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:00.375225900] +2026-01-05T21:14:01.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:01.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:01.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:01.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:01.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:01.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:01.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:01.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:01.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:01.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:01.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:01.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:01.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:01.563188800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:14:01.694+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:04.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:04.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:04.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:04.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:04.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:04.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:04.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:04.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:04.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:04.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:04.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:04.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:04.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:04.568623700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:05.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:05.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:05.387+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:05.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:05.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:05.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:05.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:05.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:05.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:05.389+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:05.389+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:05.389+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:05.389+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:05.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:05.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:05.389526300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:05.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:05.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:05.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:05.389526300] +2026-01-05T21:14:05.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:05.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:05.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:05.390598200] +2026-01-05T21:14:05.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:05.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:05.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:05.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:05.390598200] +2026-01-05T21:14:06.786+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:07.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:07.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:07.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:07.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:07.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:07.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:07.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:07.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:07.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:07.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:07.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:07.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:07.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:07.582982600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:10.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:10.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:10.404+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:10.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:10.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:10.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:10.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:10.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:10.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:10.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:10.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:10.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:10.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:10.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:10.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:10.406115100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:10.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:10.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:10.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:10.406115100] +2026-01-05T21:14:10.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:10.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:10.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:10.406637200] +2026-01-05T21:14:10.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:10.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:10.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:10.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:10.406637200] +2026-01-05T21:14:10.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:10.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:10.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:10.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:10.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:10.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:10.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:10.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:10.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:10.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:10.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:10.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:10.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:10.592080700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:11.886+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:13.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:13.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:13.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:13.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:13.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:13.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:13.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:13.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:13.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:13.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:13.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:13.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:13.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:13.603455400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:13.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:14:13.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:14:13.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:13.882902800] +2026-01-05T21:14:13.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:14:15.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:15.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:15.419+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:15.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:15.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:15.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:15.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:15.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:15.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:15.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:15.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:15.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:15.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:15.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:15.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:15.420495800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:14:15.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:15.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:15.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:15.420495800] +2026-01-05T21:14:15.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:15.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:15.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:15.421016100] +2026-01-05T21:14:15.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:15.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:15.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:15.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:15.421016100] +2026-01-05T21:14:16.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:16.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:16.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:16.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:16.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:16.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:16.619+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:16.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:16.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:16.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:16.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:16.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:16.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:16.620170600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:16.990+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:19.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:19.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:19.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:19.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:19.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:19.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:19.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:19.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:19.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:19.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:19.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:19.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:19.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:19.630414900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:20.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:20.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:20.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:20.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:20.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:20.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:20.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:20.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:20.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:20.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:20.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:20.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:20.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:20.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:20.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:20.424410300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:20.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:20.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:20.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:20.424410300] +2026-01-05T21:14:20.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:20.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:20.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:20.425105400] +2026-01-05T21:14:20.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:20.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:20.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:20.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:20.425105400] +2026-01-05T21:14:22.093+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:22.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:22.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:22.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:22.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:22.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:22.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:22.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:22.639+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:22.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:22.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:22.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:22.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:22.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:22.640027300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:25.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:25.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:25.437+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:25.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:25.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:25.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:25.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:25.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:25.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:25.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:25.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:25.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:25.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:25.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:25.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:25.438772700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:25.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:25.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:25.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:25.438772700] +2026-01-05T21:14:25.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:25.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:25.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:25.439378200] +2026-01-05T21:14:25.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:25.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:25.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:25.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:25.439378200] +2026-01-05T21:14:25.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:25.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:25.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:25.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:25.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:25.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:25.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:25.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:25.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:25.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:25.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:25.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:25.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:25.657052700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:27.181+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:28.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:28.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:28.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:28.664+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:28.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:28.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:28.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:28.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:28.665485600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:30.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:30.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:30.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:30.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:30.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:30.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:30.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:30.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:30.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:30.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:30.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:30.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:30.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:30.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:30.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:30.447010800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:30.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:30.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:30.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:30.447010800] +2026-01-05T21:14:30.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:30.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:30.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:30.447727400] +2026-01-05T21:14:30.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:30.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:30.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:30.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:30.447727400] +2026-01-05T21:14:31.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:31.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:31.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:31.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:31.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:31.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:31.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:31.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:31.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:31.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:31.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:31.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:31.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:31.679050700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:32.287+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:34.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:34.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:34.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:34.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:34.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:34.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:34.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:34.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:34.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:34.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:34.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:34.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:34.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:34.692376900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:35.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:35.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:35.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:35.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:35.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:35.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:35.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:35.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:35.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:35.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:35.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:35.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:35.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:35.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:35.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:35.462563900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:35.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:35.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:35.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:35.462563900] +2026-01-05T21:14:35.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:35.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:35.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:35.463200700] +2026-01-05T21:14:35.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:35.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:35.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:35.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:35.463200700] +2026-01-05T21:14:37.392+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:37.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:37.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:37.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:37.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:37.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:37.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:37.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:37.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:37.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:37.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:37.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:37.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:37.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:37.705239200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:40.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:40.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:40.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:40.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:40.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:40.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:40.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:40.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:40.478+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:40.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:40.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:40.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:40.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:40.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:40.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:40.479333700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:40.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:40.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:40.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:40.479333700] +2026-01-05T21:14:40.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:40.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:40.479+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:40.479333700] +2026-01-05T21:14:40.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:40.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:40.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:40.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:40.479333700] +2026-01-05T21:14:40.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:40.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:40.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:40.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:40.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:40.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:40.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:40.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:40.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:40.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:40.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:40.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:40.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:40.711597100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:42.485+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:43.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:43.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:43.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:43.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:43.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:43.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:43.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:43.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:43.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:43.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:43.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:43.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:43.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:43.716472600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:43.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:14:43.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:14:43.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:43.886617400] +2026-01-05T21:14:43.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:14:45.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:45.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:45.486+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:45.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:45.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:45.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:45.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:45.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:45.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:45.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:45.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:45.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:45.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:45.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:45.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:45.488942300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:45.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:45.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:45.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:45.488942300] +2026-01-05T21:14:45.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:45.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:45.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:45.488942300] +2026-01-05T21:14:45.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:45.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:45.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:45.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:45.488942300] +2026-01-05T21:14:46.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:46.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:46.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:46.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:46.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:46.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:46.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:46.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:46.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:46.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:46.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:46.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:46.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:46.719060300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:47.588+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:49.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:49.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:49.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:49.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:49.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:49.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:49.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:49.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:49.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:49.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:49.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:49.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:49.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:49.728081200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:50.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:50.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:50.503+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:50.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:50.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:50.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:50.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:50.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:50.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:50.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:50.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:50.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:50.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:50.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:50.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:50.505331800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:50.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:50.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:50.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:50.505331800] +2026-01-05T21:14:50.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:50.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:50.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:50.506015100] +2026-01-05T21:14:50.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:50.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:50.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:50.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:50.506015100] +2026-01-05T21:14:52.685+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:52.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:52.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:52.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:52.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:52.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:52.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:52.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:52.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:52.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:52.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:52.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:52.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:52.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:52.735684300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:14:55.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:55.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:14:55.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:14:55.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:14:55.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:55.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:55.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:55.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:55.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:55.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:55.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:55.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:55.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:55.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:55.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:55.515813600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:55.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:14:55.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:14:55.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:55.515813600] +2026-01-05T21:14:55.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:55.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:14:55.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:14:55.516497600] +2026-01-05T21:14:55.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:14:55.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:14:55.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:14:55.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:14:55.516497600] +2026-01-05T21:14:55.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:55.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:55.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:55.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:55.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:55.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:55.750+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:55.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:55.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:55.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:55.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:55.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:55.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:55.751960300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:14:57.790+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:14:58.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:14:58.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:14:58.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:58.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:58.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:14:58.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:14:58.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:14:58.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:14:58.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:14:58.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:14:58.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:14:58.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:14:58.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:14:58.758522500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:00.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:00.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:00.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:00.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:00.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:00.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:00.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:00.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:00.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:00.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:00.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:00.527837100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:00.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:00.527837100] +2026-01-05T21:15:00.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:00.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:00.528506700] +2026-01-05T21:15:00.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:00.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:00.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:00.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:00.528506700] +2026-01-05T21:15:01.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:01.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:01.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:01.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:01.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:01.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:01.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:01.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:01.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:01.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:01.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:01.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:01.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:01.773822100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:02.895+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:04.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:04.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:04.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:04.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:04.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:04.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:04.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:04.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:04.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:04.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:04.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:04.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:04.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:04.779670800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:05.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:05.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:05.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:05.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:05.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:05.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:05.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:05.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:05.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:05.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:05.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:05.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:05.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:05.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:05.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:05.545679300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:05.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:05.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:05.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:05.545679300] +2026-01-05T21:15:05.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:05.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:05.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:05.546396800] +2026-01-05T21:15:05.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:05.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:05.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:05.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:05.546396800] +2026-01-05T21:15:07.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:07.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:07.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:07.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:07.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:07.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:07.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:07.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:07.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:07.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:07.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:07.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:07.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:07.789449700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:07.988+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:10.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:10.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:10.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:10.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:10.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:10.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:10.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:10.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:10.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:10.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:10.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:10.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:10.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:10.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:10.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:10.561879400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:10.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:10.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:10.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:10.561879400] +2026-01-05T21:15:10.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:10.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:10.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:10.561879400] +2026-01-05T21:15:10.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:10.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:10.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:10.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:10.561879400] +2026-01-05T21:15:10.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:10.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:10.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:10.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:10.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:10.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:10.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:10.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:10.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:10.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:10.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:10.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:10.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:10.796682500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:13.084+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:13.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:13.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:13.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:13.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:13.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:13.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:13.798+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:13.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:13.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:13.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:13.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:13.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:13.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:13.799256200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:13.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:15:13.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:15:13.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:13.890778200] +2026-01-05T21:15:13.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:15:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:15.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:15.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:15.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:15.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:15.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:15.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:15.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:15.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:15.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:15.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:15.574513200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:15.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:15.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:15.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:15.575017300] +2026-01-05T21:15:15.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:15.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:15.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:15.575017300] +2026-01-05T21:15:15.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:15.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:15.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:15.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:15.575017300] +2026-01-05T21:15:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:16.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:16.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:16.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:16.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:16.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:16.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:16.803769500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:18.184+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:19.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:19.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:19.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:19.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:19.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:19.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:19.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:19.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:19.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:19.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:19.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:19.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:19.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:19.807181800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:20.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:20.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:20.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:20.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:20.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:20.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:20.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:20.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:20.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:20.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:20.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:20.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:20.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:20.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:20.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:20.586653500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:20.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:20.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:20.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:20.586653500] +2026-01-05T21:15:20.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:20.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:20.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:20.587267100] +2026-01-05T21:15:20.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:20.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:20.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:20.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:20.587267100] +2026-01-05T21:15:22.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:22.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:22.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:22.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:22.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:22.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:22.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:22.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:22.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:22.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:22.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:22.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:22.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:22.810898400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:23.289+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:25.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:25.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:25.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:25.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:25.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:25.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:25.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:25.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:25.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:25.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:25.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:25.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:25.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:25.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:25.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:25.592410300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:25.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:25.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:25.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:25.592410300] +2026-01-05T21:15:25.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:25.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:25.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:25.592914900] +2026-01-05T21:15:25.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:25.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:25.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:25.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:25.592914900] +2026-01-05T21:15:25.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:25.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:25.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:25.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:25.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:25.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:25.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:25.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:25.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:25.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:25.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:25.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:25.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:25.824344500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:28.385+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:28.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:28.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:28.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:28.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:28.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:28.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:28.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:28.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:28.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:28.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:28.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:28.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:28.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:28.840510+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:30.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:30.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:30.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:30.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:30.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:30.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:30.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:30.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:30.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:30.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:30.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:30.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:30.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:30.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:30.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:30.606208200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:30.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:30.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:30.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:30.606208200] +2026-01-05T21:15:30.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:30.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:30.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:30.606862300] +2026-01-05T21:15:30.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:30.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:30.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:30.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:30.606862300] +2026-01-05T21:15:31.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:31.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:31.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:31.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:31.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:31.849805300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:33.496+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:34.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:34.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:34.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:34.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:34.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:34.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:34.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:34.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:34.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:34.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:34.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:34.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:34.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:34.865651+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:35.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:35.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:35.612+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:35.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:35.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:35.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:35.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:35.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:35.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:35.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:35.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:35.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:35.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:35.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:35.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:35.613841100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:35.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:35.613+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:35.613+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:35.613841100] +2026-01-05T21:15:35.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:35.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:35.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:35.614564500] +2026-01-05T21:15:35.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:35.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:35.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:35.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:35.614564500] +2026-01-05T21:15:37.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:37.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:37.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:37.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:37.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:37.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:37.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:37.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:37.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:37.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:37.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:37.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:37.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:37.875592400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:38.588+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:40.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:40.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:40.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:40.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:40.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:40.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:40.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:40.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:40.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:40.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:40.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:40.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:40.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:40.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:40.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:40.623888600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:40.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:40.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:40.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:40.623888600] +2026-01-05T21:15:40.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:40.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:40.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:40.623888600] +2026-01-05T21:15:40.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:40.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:40.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:40.624+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:40.623888600] +2026-01-05T21:15:40.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:40.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:40.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:40.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:40.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:40.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:40.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:40.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:40.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:40.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:40.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:40.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:40.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:40.889588300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:43.687+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:43.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:43.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:43.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:43.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:43.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:43.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:43.892+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:43.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:43.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:43.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:43.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:43.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:43.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:43.893389800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:43.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:15:43.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:15:43.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:43.893389800] +2026-01-05T21:15:43.893+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:15:45.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:45.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:45.633+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:45.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:45.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:45.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:45.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:45.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:45.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:45.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:45.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:45.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:45.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:45.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:45.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:45.634775400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:45.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:45.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:45.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:45.634775400] +2026-01-05T21:15:45.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:45.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:45.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:45.635422300] +2026-01-05T21:15:45.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:45.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:45.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:45.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:45.635422300] +2026-01-05T21:15:46.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:46.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:46.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:46.910962+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:48.793+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:49.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:49.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:49.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:49.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:49.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:49.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:49.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:49.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:49.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:49.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:49.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:49.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:49.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:49.914096800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:50.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:50.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:50.648+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:50.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:50.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:50.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:50.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:50.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:50.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:50.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:50.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:50.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:50.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:50.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:50.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:50.649770300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:50.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:50.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:50.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:50.649770300] +2026-01-05T21:15:50.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:50.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:50.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:50.650341700] +2026-01-05T21:15:50.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:50.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:50.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:50.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:50.650341700] +2026-01-05T21:15:52.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:52.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:52.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:52.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:52.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:52.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:52.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:52.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:52.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:52.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:52.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:52.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:52.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:52.921063+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:53.896+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:15:55.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:55.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:15:55.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:15:55.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:15:55.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:55.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:55.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:55.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:55.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:55.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:55.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:55.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:55.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:55.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:55.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:55.658984600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:55.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:15:55.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:15:55.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:55.658984600] +2026-01-05T21:15:55.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:55.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:15:55.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:15:55.659617400] +2026-01-05T21:15:55.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:15:55.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:15:55.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:15:55.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:15:55.659617400] +2026-01-05T21:15:55.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:55.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:55.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:55.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:55.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:55.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:55.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:55.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:55.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:55.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:55.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:55.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:55.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:55.925604800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:58.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:15:58.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:15:58.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:58.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:58.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:15:58.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:15:58.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:15:58.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:15:58.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:15:58.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:15:58.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:15:58.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:15:58.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:15:58.932502800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:15:58.993+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:00.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:00.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:00.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:00.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:00.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:00.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:00.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:00.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:00.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:00.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:00.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:00.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:00.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:00.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:00.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:00.666224300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:00.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:00.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:00.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:00.666224300] +2026-01-05T21:16:00.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:00.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:00.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:00.666943600] +2026-01-05T21:16:00.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:00.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:00.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:00.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:00.666943600] +2026-01-05T21:16:01.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:01.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:01.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:01.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:01.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:01.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:01.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:01.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:01.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:01.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:01.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:01.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:01.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:01.940251+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:04.085+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:04.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:04.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:04.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:04.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:04.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:04.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:04.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:04.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:04.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:04.946831500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:05.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:05.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:05.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:05.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:05.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:05.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:05.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:05.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:05.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:05.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:05.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:05.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:05.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:05.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:05.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:05.680137300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:05.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:05.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:05.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:05.680650] +2026-01-05T21:16:05.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:05.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:05.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:05.680650] +2026-01-05T21:16:05.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:05.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:05.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:05.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:05.680650] +2026-01-05T21:16:07.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:07.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:07.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:07.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:07.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:07.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:07.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:07.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:07.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:07.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:07.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:07.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:07.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:07.952867500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:09.195+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:10.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:10.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:10.684+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:10.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:10.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:10.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:10.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:10.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:10.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:10.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:10.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:10.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:10.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:10.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:10.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:10.685248700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:10.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:10.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:10.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:10.685248700] +2026-01-05T21:16:10.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:10.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:10.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:10.685248700] +2026-01-05T21:16:10.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:10.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:10.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:10.686+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:10.685248700] +2026-01-05T21:16:10.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:10.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:10.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:10.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:10.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:10.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:10.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:10.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:10.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:10.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:10.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:10.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:10.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:10.962015800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:13.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:16:13.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:16:13.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:13.898605300] +2026-01-05T21:16:13.899+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:16:13.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:13.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:13.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:13.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:13.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:13.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:13.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:13.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:13.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:13.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:13.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:13.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:13.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:13.978233700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:14.298+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:15.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:15.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:15.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:15.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:15.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:15.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:15.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:15.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:15.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:15.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:15.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:15.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:15.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:15.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:15.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:15.696955400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:15.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:15.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:15.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:15.696955400] +2026-01-05T21:16:15.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:15.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:15.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:15.697664800] +2026-01-05T21:16:15.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:15.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:15.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:15.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:15.697664800] +2026-01-05T21:16:16.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:16.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:16.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:16.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:16.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:16.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:16.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:16.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:16.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:16.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:16.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:16.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:16.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:16.989488300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:19.389+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:19.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:19.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:19.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:19.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:19.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:19.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:19.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:19.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:19.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:19.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:19.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:19.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:19.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:19.999499700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:20.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:20.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:20.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:20.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:20.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:20.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:20.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:20.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:20.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:20.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:20.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:20.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:20.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:20.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:20.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:20.701997100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:20.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:20.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:20.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:20.701997100] +2026-01-05T21:16:20.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:20.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:20.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:20.702729900] +2026-01-05T21:16:20.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:20.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:20.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:20.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:20.702729900] +2026-01-05T21:16:23.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:23.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:23.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:23.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:23.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:23.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:23.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:23.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:23.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:23.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:23.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:23.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:23.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:23.006416600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:16:24.498+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:25.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:25.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:25.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:25.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:25.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:25.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:25.717+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:25.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:25.717+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:25.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:25.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:25.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:25.719+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:25.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:25.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:25.719170900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:25.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:25.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:25.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:25.719170900] +2026-01-05T21:16:25.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:25.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:25.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:25.719812600] +2026-01-05T21:16:25.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:25.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:25.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:25.720+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:25.719812600] +2026-01-05T21:16:26.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:26.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:26.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:26.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:26.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:26.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:26.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:26.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:26.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:26.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:26.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:26.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:26.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:26.016685800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:29.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:29.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:29.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:29.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:29.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:29.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:29.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:29.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:29.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:29.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:29.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:29.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:29.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:29.024197900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:29.586+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:30.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:30.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:30.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:30.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:30.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:30.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:30.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:30.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:30.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:30.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:30.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:30.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:30.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:30.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:30.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:30.726710400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:30.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:30.726+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:30.726+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:30.726710400] +2026-01-05T21:16:30.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:30.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:30.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:30.727215800] +2026-01-05T21:16:30.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:30.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:30.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:30.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:30.727215800] +2026-01-05T21:16:32.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:32.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:32.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:32.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:32.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:32.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:32.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:32.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:32.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:32.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:32.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:32.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:32.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:32.036579+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:34.693+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:35.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:35.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:35.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:35.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:35.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:35.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:35.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:35.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:35.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:35.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:35.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:35.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:35.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:35.053411400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:35.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:35.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:35.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:35.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:35.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:35.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:35.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:35.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:35.738+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:35.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:35.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:35.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:35.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:35.739193900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:35.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:35.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:35.739193900] +2026-01-05T21:16:35.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:35.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:35.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:35.739952300] +2026-01-05T21:16:35.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:35.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:35.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:35.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:35.739952300] +2026-01-05T21:16:38.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:38.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:38.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:38.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:38.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:38.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:38.057+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:38.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:38.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:38.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:38.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:38.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:38.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:38.058851+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:39.790+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:40.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:40.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:40.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:40.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:40.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:40.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:40.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:40.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:40.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:40.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:40.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:40.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:40.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:40.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:40.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:40.748426800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:40.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:40.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:40.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:40.748426800] +2026-01-05T21:16:40.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:40.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:40.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:40.748426800] +2026-01-05T21:16:40.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:40.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:40.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:40.748+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:40.748426800] +2026-01-05T21:16:41.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:41.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:41.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:41.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:41.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:41.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:41.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:41.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:41.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:41.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:41.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:41.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:41.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:41.075591100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:43.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:16:43.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:16:43.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:43.913826200] +2026-01-05T21:16:43.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:16:44.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:44.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:44.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:44.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:44.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:44.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:44.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:44.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:44.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:44.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:44.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:44.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:44.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:44.087500400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:44.892+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:45.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:45.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:45.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:45.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:45.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:45.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:45.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:45.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:45.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:45.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:45.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:45.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:45.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:45.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:45.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:45.754726900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:45.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:45.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:45.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:45.754726900] +2026-01-05T21:16:45.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:45.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:45.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:45.755340400] +2026-01-05T21:16:45.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:45.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:45.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:45.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:45.755340400] +2026-01-05T21:16:47.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:47.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:47.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:47.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:47.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:47.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:47.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:47.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:47.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:47.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:47.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:47.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:47.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:47.090056700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:49.989+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:50.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:50.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:50.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:50.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:50.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:50.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:50.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:50.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:50.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:50.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:50.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:50.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:50.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:50.101431700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:50.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:50.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:50.768+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:50.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:50.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:50.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:50.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:50.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:50.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:50.770+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:50.770+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:50.770+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:50.770+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:50.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:50.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:50.770350300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:50.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:50.770+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:50.770+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:50.770350300] +2026-01-05T21:16:50.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:50.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:50.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:50.771040700] +2026-01-05T21:16:50.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:50.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:50.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:50.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:50.771040700] +2026-01-05T21:16:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:53.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:53.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:53.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:53.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:53.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:53.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:53.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:53.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:53.106008300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:55.100+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:16:55.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:55.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:16:55.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:16:55.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:16:55.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:55.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:55.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:55.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:55.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:55.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:55.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:55.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:55.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:55.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:55.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:55.788116300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:55.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:16:55.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:16:55.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:55.788116300] +2026-01-05T21:16:55.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:55.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:16:55.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:16:55.788846900] +2026-01-05T21:16:55.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:16:55.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:16:55.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:16:55.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:16:55.788846900] +2026-01-05T21:16:56.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:56.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:56.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:56.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:56.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:56.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:56.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:56.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:56.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:56.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:56.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:56.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:56.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:56.113415700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:16:59.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:16:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:16:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:16:59.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:16:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:16:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:16:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:16:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:16:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:16:59.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:16:59.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:16:59.122695800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:00.192+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:00.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:00.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:00.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:00.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:00.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:00.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:00.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:00.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:00.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:00.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:00.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:00.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:00.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:00.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:00.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:00.803372800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:00.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:00.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:00.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:00.803372800] +2026-01-05T21:17:00.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:00.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:00.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:00.804113700] +2026-01-05T21:17:00.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:00.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:00.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:00.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:00.804113700] +2026-01-05T21:17:02.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:02.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:02.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:02.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:02.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:02.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:02.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:02.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:02.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:02.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:02.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:02.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:02.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:02.128702800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:05.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:05.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:05.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:05.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:05.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:05.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:05.132+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:05.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:05.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:05.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:05.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:05.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:05.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:05.133760500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:05.301+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:05.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:05.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:05.818+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:05.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:05.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:05.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:05.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:05.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:05.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:05.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:05.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:05.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:05.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:05.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:05.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:05.820358400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:05.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:05.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:05.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:05.820358400] +2026-01-05T21:17:05.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:05.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:05.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:05.821022] +2026-01-05T21:17:05.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:05.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:05.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:05.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:05.821022] +2026-01-05T21:17:08.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:08.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:08.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:08.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:08.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:08.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:08.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:08.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:08.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:08.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:08.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:08.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:08.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:08.142321700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:10.391+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:10.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:10.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:10.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:10.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:10.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:10.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:10.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:10.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:10.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:10.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:10.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:10.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:10.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:10.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:10.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:10.829496400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:10.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:10.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:10.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:10.829496400] +2026-01-05T21:17:10.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:10.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:10.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:10.830117100] +2026-01-05T21:17:10.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:10.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:10.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:10.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:10.830117100] +2026-01-05T21:17:11.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:11.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:11.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:11.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:11.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:11.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:11.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:11.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:11.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:11.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:11.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:11.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:11.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:11.154959900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:13.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:17:13.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:17:13.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:13.925426500] +2026-01-05T21:17:13.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:17:14.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:14.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:14.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:14.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:14.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:14.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:14.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:14.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:14.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:14.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:14.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:14.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:14.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:14.160102700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:15.496+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:15.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:15.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:15.840+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:15.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:15.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:15.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:15.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:15.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:15.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:15.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:15.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:15.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:15.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:15.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:15.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:15.841602300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:15.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:15.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:15.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:15.841602300] +2026-01-05T21:17:15.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:15.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:15.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:15.842294500] +2026-01-05T21:17:15.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:15.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:15.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:15.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:15.842294500] +2026-01-05T21:17:17.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:17.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:17.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:17.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:17.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:17.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:17.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:17.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:17.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:17.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:17.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:17.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:17.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:17.174812700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:20.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:20.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:20.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:20.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:20.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:20.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:20.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:20.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:20.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:20.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:20.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:20.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:20.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:20.183433700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:20.601+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:20.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:20.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:20.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:20.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:20.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:20.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:20.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:20.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:20.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:20.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:20.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:20.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:20.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:20.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:20.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:20.856082100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:20.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:20.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:20.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:20.856082100] +2026-01-05T21:17:20.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:20.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:20.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:20.856818] +2026-01-05T21:17:20.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:20.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:20.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:20.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:20.856818] +2026-01-05T21:17:23.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:23.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:23.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:23.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:23.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:23.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:23.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:23.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:23.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:23.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:23.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:23.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:23.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:23.187478500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:17:25.688+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:25.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:25.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:25.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:25.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:25.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:25.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:25.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:25.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:25.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:25.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:25.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:25.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:25.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:25.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:25.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:25.861898+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:25.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:25.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:25.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:25.861898] +2026-01-05T21:17:25.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:25.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:25.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:25.862457700] +2026-01-05T21:17:25.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:25.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:25.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:25.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:25.862457700] +2026-01-05T21:17:26.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:26.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:26.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:26.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:26.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:26.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:26.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:26.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:26.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:26.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:26.189+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:26.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:26.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:26.189974700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:29.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:29.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:29.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:29.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:29.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:29.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:29.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:29.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:29.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:29.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:29.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:29.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:29.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:29.205898800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:30.801+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:30.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:30.864+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:30.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:30.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:30.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:30.866013900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:30.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:30.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:30.866013900] +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:30.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:30.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:30.866687900] +2026-01-05T21:17:30.866+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:30.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:30.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:30.866+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:30.866687900] +2026-01-05T21:17:32.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:32.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:32.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:32.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:32.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:32.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:32.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:32.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:32.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:32.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:32.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:32.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:32.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:32.221277400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:35.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:35.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:35.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:35.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:35.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:35.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:35.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:35.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:35.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:35.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:35.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:35.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:35.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:35.225349200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:35.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:35.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:35.880+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:35.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:35.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:35.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:35.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:35.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:35.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:35.882240+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:35.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:35.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:35.882240] +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:35.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:35.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:35.882897] +2026-01-05T21:17:35.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:35.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:35.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:35.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:35.882897] +2026-01-05T21:17:35.895+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:38.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:38.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:38.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:38.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:38.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:38.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:38.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:38.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:38.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:38.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:38.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:38.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:38.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:38.234213100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:40.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:40.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:40.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:40.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:40.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:40.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:40.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:40.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:40.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:40.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:40.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:40.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:40.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:40.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:40.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:40.888192700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:40.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:40.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:40.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:40.888192700] +2026-01-05T21:17:40.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:40.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:40.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:40.888192700] +2026-01-05T21:17:40.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:40.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:40.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:40.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:40.888192700] +2026-01-05T21:17:40.995+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:41.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:41.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:41.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:41.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:41.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:41.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:41.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:41.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:41.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:41.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:41.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:41.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:41.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:41.247663300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:43.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:17:43.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:17:43.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:43.934542700] +2026-01-05T21:17:43.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:17:44.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:44.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:44.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:44.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:44.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:44.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:44.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:44.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:44.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:44.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:44.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:44.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:44.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:44.263150900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:45.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:45.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:45.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:45.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:45.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:45.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:45.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:45.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:45.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:45.898169+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:45.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:45.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:45.898169] +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:45.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:45.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:45.898774400] +2026-01-05T21:17:45.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:45.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:45.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:45.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:45.898774400] +2026-01-05T21:17:46.099+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:47.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:47.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:47.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:47.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:47.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:47.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:47.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:47.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:47.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:47.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:47.269+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:47.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:47.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:47.269565600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:50.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:50.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:50.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:50.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:50.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:50.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:50.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:50.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:50.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:50.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:50.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:50.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:50.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:50.283808500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:50.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:50.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:50.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:50.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:50.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:50.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:50.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:50.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:50.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:50.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:50.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:50.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:50.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:50.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:50.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:50.905864700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:50.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:50.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:50.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:50.905864700] +2026-01-05T21:17:50.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:50.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:50.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:50.906481800] +2026-01-05T21:17:50.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:50.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:50.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:50.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:50.906481800] +2026-01-05T21:17:51.198+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:53.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:53.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:53.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:53.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:53.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:53.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:53.298+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:53.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:53.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:53.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:53.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:53.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:53.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:53.299938100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:55.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:55.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:17:55.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:17:55.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:17:55.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:55.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:55.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:55.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:55.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:55.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:55.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:55.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:55.915+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:55.915357300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:17:55.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:17:55.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:55.915357300] +2026-01-05T21:17:55.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:55.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:17:55.915+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:17:55.915983100] +2026-01-05T21:17:55.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:17:55.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:17:55.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:17:55.916+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:17:55.915983100] +2026-01-05T21:17:56.301+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:17:56.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:56.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:56.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:56.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:56.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:56.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:56.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:56.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:56.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:56.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:56.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:56.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:56.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:56.302788800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:17:59.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:17:59.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:17:59.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:59.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:59.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:17:59.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:17:59.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:17:59.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:17:59.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:17:59.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:17:59.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:17:59.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:17:59.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:17:59.310063900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:00.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:00.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:00.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:00.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:00.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:00.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:00.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:00.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:00.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:00.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:00.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:00.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:00.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:00.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:00.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:00.925009300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:00.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:00.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:00.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:00.925009300] +2026-01-05T21:18:00.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:00.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:00.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:00.925513100] +2026-01-05T21:18:00.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:00.926+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:00.926+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:00.926+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:00.925513100] +2026-01-05T21:18:01.406+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:02.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:02.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:02.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:02.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:02.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:02.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:02.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:02.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:02.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:02.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:02.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:02.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:02.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:02.322011300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:05.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:05.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:05.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:05.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:05.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:05.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:05.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:05.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:05.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:05.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:05.337+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:05.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:05.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:05.337960300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:05.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:05.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:05.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:05.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:05.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:05.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:05.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:05.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:05.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:05.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:05.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:05.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:05.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:05.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:05.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:05.929515500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:05.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:05.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:05.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:05.929515500] +2026-01-05T21:18:05.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:05.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:05.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:05.930300500] +2026-01-05T21:18:05.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:05.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:05.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:05.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:05.930300500] +2026-01-05T21:18:06.505+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:08.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:08.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:08.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:08.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:08.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:08.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:08.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:08.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:08.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:08.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:08.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:08.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:08.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:08.348493+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:10.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:10.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:10.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:10.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:10.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:10.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:10.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:10.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:10.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:10.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:10.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:10.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:10.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:10.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:10.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:10.945309300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:10.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:10.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:10.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:10.945309300] +2026-01-05T21:18:10.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:10.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:10.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:10.946314400] +2026-01-05T21:18:10.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:10.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:10.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:10.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:10.946314400] +2026-01-05T21:18:11.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:11.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:11.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:11.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:11.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:11.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:11.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:11.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:11.366029200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:11.598+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:13.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:18:13.939+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:18:13.939+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:13.938707100] +2026-01-05T21:18:13.939+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:18:14.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:14.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:14.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:14.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:14.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:14.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:14.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:14.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:14.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:14.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:14.378+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:14.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:14.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:14.378327100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:15.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:15.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:15.954+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:15.954+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:15.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:15.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:15.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:15.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:15.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:15.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:15.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:15.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:15.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:15.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:15.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:15.956459200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:15.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:15.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:15.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:15.956459200] +2026-01-05T21:18:15.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:15.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:15.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:15.957255100] +2026-01-05T21:18:15.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:15.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:15.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:15.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:15.957255100] +2026-01-05T21:18:16.704+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:17.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:17.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:17.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:17.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:17.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:17.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:17.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:17.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:17.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:17.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:17.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:17.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:17.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:17.385327900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:20.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:20.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:20.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:20.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:20.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:20.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:20.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:20.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:20.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:20.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:20.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:20.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:20.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:20.388138100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:20.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:20.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:20.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:20.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:20.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:20.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:20.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:20.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:20.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:20.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:20.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:20.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:20.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:20.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:20.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:20.964078600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:20.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:20.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:20.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:20.964078600] +2026-01-05T21:18:20.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:20.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:20.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:20.964808900] +2026-01-05T21:18:20.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:20.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:20.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:20.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:20.964808900] +2026-01-05T21:18:21.804+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:23.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:23.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:23.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:23.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:23.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:23.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:23.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:23.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:23.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:23.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:23.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:23.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:23.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:23.395307100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:25.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:25.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:25.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:25.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:25.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:25.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:25.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:25.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:25.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:25.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:25.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:25.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:25.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:25.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:25.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:25.967047400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:25.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:25.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:25.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:25.967047400] +2026-01-05T21:18:25.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:25.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:25.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:25.967786400] +2026-01-05T21:18:25.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:25.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:25.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:25.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:25.967786400] +2026-01-05T21:18:26.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:26.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:26.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:26.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:26.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:26.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:26.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:26.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:26.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:26.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:26.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:26.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:26.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:26.403652400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:18:26.900+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:29.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:29.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:29.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:29.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:29.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:29.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:29.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:29.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:29.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:29.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:29.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:29.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:29.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:29.406902800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:30.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:30.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:30.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:30.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:30.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:30.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:30.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:30.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:30.982+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:30.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:30.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:30.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:30.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:30.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:30.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:30.983003900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:30.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:30.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:30.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:30.983003900] +2026-01-05T21:18:30.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:30.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:30.983+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:30.983664500] +2026-01-05T21:18:30.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:30.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:30.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:30.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:30.983664500] +2026-01-05T21:18:31.991+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:32.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:32.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:32.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:32.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:32.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:32.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:32.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:32.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:32.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:32.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:32.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:32.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:32.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:32.410828300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:35.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:35.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:35.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:35.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:35.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:35.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:35.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:35.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:35.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:35.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:35.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:35.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:35.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:35.415005800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:35.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:35.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:35.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:35.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:35.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:35.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:35.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:35.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:35.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:35.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:35.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:35.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:35.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:35.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:35.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:35.990144400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:35.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:35.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:35.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:35.990144400] +2026-01-05T21:18:35.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:35.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:35.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:35.990869] +2026-01-05T21:18:35.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:35.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:35.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:35.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:35.990869] +2026-01-05T21:18:37.094+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:38.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:38.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:38.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:38.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:38.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:38.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:38.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:38.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:38.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:38.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:38.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:38.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:38.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:38.429470100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:41.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:41.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:41.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:41.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:41.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:41.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:41.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:41.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:41.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:41.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:41.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:41.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:41.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:41.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:41.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:41.004515500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:41.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:41.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:41.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:41.004515500] +2026-01-05T21:18:41.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:41.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:41.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:41.005191600] +2026-01-05T21:18:41.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:41.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:41.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:41.005+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:41.005191600] +2026-01-05T21:18:41.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:41.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:41.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:41.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:41.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:41.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:41.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:41.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:41.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:41.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:41.443+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:41.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:41.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:41.443132400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:42.204+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:43.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:18:43.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:18:43.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:43.944347400] +2026-01-05T21:18:43.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:18:44.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:44.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:44.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:44.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:44.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:44.460250200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:46.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:46.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:46.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:46.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:46.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:46.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:46.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:46.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:46.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:46.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:46.018628200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:46.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:46.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:46.018+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:46.018628200] +2026-01-05T21:18:46.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:46.019+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:46.019+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:46.019272700] +2026-01-05T21:18:46.019+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:46.019+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:46.019+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:46.019+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:46.019272700] +2026-01-05T21:18:47.300+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:47.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:47.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:47.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:47.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:47.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:47.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:47.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:47.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:47.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:47.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:47.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:47.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:47.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:47.474428300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:50.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:50.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:50.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:50.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:50.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:50.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:50.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:50.482+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:50.482+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:50.482+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:50.482+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:50.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:50.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:50.482225300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:51.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:51.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:51.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:51.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:51.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:51.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:51.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:51.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:51.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:51.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:51.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:51.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:51.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:51.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:51.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:51.027267200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:51.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:51.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:51.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:51.027267200] +2026-01-05T21:18:51.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:51.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:51.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:51.027772400] +2026-01-05T21:18:51.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:51.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:51.027772400] +2026-01-05T21:18:52.391+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:53.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:53.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:53.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:53.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:53.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:53.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:53.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:53.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:53.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:53.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:53.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:53.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:53.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:53.485438500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:56.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:56.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:18:56.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:18:56.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:18:56.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:56.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:56.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:56.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:56.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:56.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:56.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:56.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:56.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:56.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:56.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:56.043434400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:56.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:18:56.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:18:56.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:56.043434400] +2026-01-05T21:18:56.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:56.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:18:56.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:18:56.044088400] +2026-01-05T21:18:56.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:18:56.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:18:56.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:18:56.044+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:18:56.044088400] +2026-01-05T21:18:56.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:56.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:56.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:56.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:56.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:56.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:56.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:56.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:56.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:56.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:56.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:56.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:56.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:56.493309100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:18:57.494+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:18:59.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:18:59.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:18:59.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:59.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:59.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:18:59.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:18:59.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:18:59.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:18:59.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:18:59.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:18:59.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:18:59.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:18:59.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:18:59.511211400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:01.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:01.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:01.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:01.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:01.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:01.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:01.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:01.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:01.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:01.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:01.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:01.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:01.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:01.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:01.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:01.052054200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:01.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:01.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:01.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:01.052054200] +2026-01-05T21:19:01.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:01.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:01.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:01.052717500] +2026-01-05T21:19:01.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:01.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:01.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:01.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:01.052717500] +2026-01-05T21:19:02.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:02.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:02.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:02.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:02.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:02.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:02.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:02.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:02.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:02.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:02.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:02.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:02.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:02.527689500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:02.604+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:05.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:05.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:05.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:05.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:05.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:05.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:05.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:05.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:05.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:05.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:05.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:05.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:05.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:05.537945800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:06.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:06.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:06.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:06.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:06.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:06.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:06.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:06.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:06.053+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:06.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:06.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:06.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:06.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:06.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:06.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:06.054990600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:06.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:06.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:06.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:06.054990600] +2026-01-05T21:19:06.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:06.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:06.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:06.055597100] +2026-01-05T21:19:06.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:06.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:06.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:06.056+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:06.055597100] +2026-01-05T21:19:07.703+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:08.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:08.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:08.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:08.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:08.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:08.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:08.547633+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:11.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:11.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:11.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:11.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:11.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:11.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:11.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:11.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:11.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:11.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:11.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:11.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:11.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:11.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:11.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:11.065925+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:11.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:11.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:11.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:11.065925] +2026-01-05T21:19:11.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:11.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:11.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:11.066925] +2026-01-05T21:19:11.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:11.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:11.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:11.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:11.066925] +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:11.562560600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:12.794+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:13.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:19:13.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:19:13.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:13.948514500] +2026-01-05T21:19:13.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:19:14.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:14.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:14.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:14.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:14.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:14.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:14.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:14.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:14.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:14.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:14.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:14.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:14.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:14.573520600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:16.068+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:16.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:16.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:16.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:16.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:16.071114200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:16.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:16.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:16.071114200] +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:16.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:16.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:16.071621400] +2026-01-05T21:19:16.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:16.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:16.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:16.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:16.071621400] +2026-01-05T21:19:17.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:17.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:17.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:17.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:17.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:17.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:17.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:17.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:17.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:17.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:17.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:17.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:17.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:17.585994500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:17.893+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:20.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:20.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:20.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:20.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:20.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:20.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:20.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:20.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:20.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:20.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:20.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:20.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:20.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:20.596231300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:21.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:21.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:21.072+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:21.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:21.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:21.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:21.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:21.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:21.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:21.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:21.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:21.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:21.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:21.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:21.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:21.074354100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:21.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:21.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:21.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:21.074354100] +2026-01-05T21:19:21.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:21.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:21.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:21.074878900] +2026-01-05T21:19:21.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:21.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:21.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:21.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:21.074878900] +2026-01-05T21:19:22.998+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:23.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:23.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:23.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:23.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:23.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:23.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:23.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:23.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:23.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:23.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:23.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:23.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:23.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:23.607086600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:26.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:26.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:26.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:26.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:26.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:26.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:26.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:26.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:26.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:26.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:26.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:26.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:26.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:26.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:26.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:26.084346100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:26.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:26.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:26.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:26.084346100] +2026-01-05T21:19:26.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:26.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:26.084+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:26.084857100] +2026-01-05T21:19:26.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:26.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:26.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:26.085+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:26.084857100] +2026-01-05T21:19:26.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:26.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:26.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:26.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:26.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:26.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:26.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:26.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:26.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:26.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:26.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:26.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:26.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:26.613391600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:28.104+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:29.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:29.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:29.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:29.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:29.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:29.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:29.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:29.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:29.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:29.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:29.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:29.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:29.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:29.615856900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:19:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:31.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:31.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:31.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:31.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:31.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:31.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:31.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:31.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:31.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:31.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:31.097743400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:31.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:31.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:31.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:31.097743400] +2026-01-05T21:19:31.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:31.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:31.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:31.098371] +2026-01-05T21:19:31.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:31.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:31.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:31.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:31.098371] +2026-01-05T21:19:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:32.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:32.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:32.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:32.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:32.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:32.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:32.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:32.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:32.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:32.629021400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:33.201+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:35.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:35.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:35.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:35.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:35.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:35.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:35.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:35.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:35.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:35.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:35.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:35.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:35.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:35.642474800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:36.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:36.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:36.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:36.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:36.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:36.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:36.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:36.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:36.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:36.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:36.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:36.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:36.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:36.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:36.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:36.109502500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:36.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:36.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:36.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:36.109502500] +2026-01-05T21:19:36.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:36.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:36.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:36.110092] +2026-01-05T21:19:36.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:36.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:36.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:36.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:36.110092] +2026-01-05T21:19:38.301+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:38.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:38.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:38.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:38.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:38.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:38.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:38.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:38.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:38.647602700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:41.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:41.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:41.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:41.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:41.123874200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:41.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:41.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:41.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:41.123874200] +2026-01-05T21:19:41.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:41.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:41.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:41.124440200] +2026-01-05T21:19:41.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:41.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:41.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:41.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:41.124440200] +2026-01-05T21:19:41.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:41.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:41.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:41.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:41.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:41.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:41.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:41.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:41.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:41.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:41.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:41.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:41.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:41.654215400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:43.393+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:43.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:19:43.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:19:43.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:43.954686500] +2026-01-05T21:19:43.955+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:19:44.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:44.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:44.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:44.656841900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:46.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:46.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:46.135+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:46.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:46.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:46.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:46.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:46.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:46.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:46.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:46.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:46.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:46.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:46.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:46.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:46.136658200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:46.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:46.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:46.136+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:46.136658200] +2026-01-05T21:19:46.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:46.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:46.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:46.137365100] +2026-01-05T21:19:46.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:46.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:46.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:46.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:46.137365100] +2026-01-05T21:19:47.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:47.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:47.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:47.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:47.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:47.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:47.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:47.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:47.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:47.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:47.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:47.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:47.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:47.660002800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:48.500+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:50.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:50.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:50.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:50.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:50.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:50.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:50.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:50.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:50.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:50.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:50.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:50.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:50.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:50.672772400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:51.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:51.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:51.138+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:51.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:51.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:51.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:51.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:51.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:51.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:51.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:51.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:51.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:51.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:51.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:51.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:51.140475700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:51.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:51.140+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:51.140+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:51.140475700] +2026-01-05T21:19:51.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:51.141+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:51.141+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:51.141208400] +2026-01-05T21:19:51.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:51.141+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:51.141+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:51.141+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:51.141208400] +2026-01-05T21:19:53.603+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:53.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:53.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:53.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:53.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:53.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:53.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:53.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:53.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:53.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:53.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:53.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:53.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:53.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:53.682502400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:56.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:56.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:19:56.147+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:19:56.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:19:56.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:56.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:56.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:56.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:56.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:56.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:56.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:56.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:56.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:56.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:56.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:56.148492100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:56.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:19:56.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:19:56.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:56.149005300] +2026-01-05T21:19:56.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:56.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:19:56.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:19:56.149005300] +2026-01-05T21:19:56.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:19:56.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:19:56.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:19:56.149+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:19:56.149005300] +2026-01-05T21:19:56.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:56.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:56.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:56.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:56.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:56.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:56.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:56.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:56.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:56.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:56.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:56.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:56.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:56.690804+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:19:58.695+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:19:59.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:19:59.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:19:59.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:59.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:59.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:19:59.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:19:59.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:19:59.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:19:59.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:19:59.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:19:59.694+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:19:59.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:19:59.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:19:59.694878300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:01.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:01.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:01.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:01.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:01.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:01.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:01.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:01.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:01.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:01.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:01.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:01.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:01.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:01.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:01.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:01.159335700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:01.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:01.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:01.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:01.159335700] +2026-01-05T21:20:01.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:01.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:01.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:01.160121500] +2026-01-05T21:20:01.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:01.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:01.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:01.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:01.160121500] +2026-01-05T21:20:02.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:02.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:02.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:02.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:02.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:02.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:02.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:02.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:02.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:02.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:02.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:02.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:02.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:02.711973800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:03.802+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:05.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:05.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:05.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:05.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:05.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:05.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:05.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:05.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:05.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:05.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:05.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:05.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:05.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:05.726605100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:06.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:06.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:06.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:06.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:06.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:06.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:06.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:06.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:06.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:06.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:06.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:06.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:06.163+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:06.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:06.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:06.163169600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:06.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:06.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:06.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:06.163169600] +2026-01-05T21:20:06.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:06.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:06.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:06.163909400] +2026-01-05T21:20:06.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:06.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:06.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:06.164+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:06.163909400] +2026-01-05T21:20:08.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:08.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:08.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:08.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:08.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:08.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:08.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:08.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:08.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:08.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:08.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:08.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:08.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:08.742074200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:08.909+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:11.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:11.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:11.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:11.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:11.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:11.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:11.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:11.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:11.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:11.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:11.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:11.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:11.171105800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:11.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:11.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:11.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:11.171105800] +2026-01-05T21:20:11.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:11.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:11.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:11.171619600] +2026-01-05T21:20:11.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:11.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:11.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:11.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:11.171619600] +2026-01-05T21:20:11.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:11.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:11.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:11.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:11.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:11.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:11.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:11.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:11.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:11.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:11.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:11.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:11.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:11.745828300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:13.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:20:13.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:20:13.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:13.959538800] +2026-01-05T21:20:13.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:20:14.006+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:14.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:14.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:14.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:14.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:14.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:14.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:14.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:14.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:14.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:14.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:14.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:14.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:14.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:14.755397500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:16.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:16.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:16.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:16.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:16.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:16.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:16.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:16.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:16.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:16.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:16.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:16.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:16.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:16.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:16.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:16.174150600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:16.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:16.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:16.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:16.174150600] +2026-01-05T21:20:16.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:16.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:16.174+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:16.174791200] +2026-01-05T21:20:16.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:16.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:16.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:16.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:16.174791200] +2026-01-05T21:20:17.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:17.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:17.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:17.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:17.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:17.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:17.760+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:17.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:17.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:17.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:17.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:17.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:17.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:17.761885600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:19.099+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:20.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:20.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:20.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:20.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:20.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:20.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:20.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:20.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:20.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:20.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:20.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:20.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:20.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:20.772910900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:21.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:21.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:21.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:21.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:21.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:21.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:21.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:21.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:21.176+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:21.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:21.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:21.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:21.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:21.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:21.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:21.177646200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:21.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:21.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:21.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:21.177646200] +2026-01-05T21:20:21.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:21.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:21.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:21.178267500] +2026-01-05T21:20:21.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:21.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:21.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:21.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:21.178267500] +2026-01-05T21:20:23.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:23.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:23.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:23.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:23.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:23.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:23.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:23.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:23.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:23.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:23.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:23.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:23.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:23.781392700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:24.199+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:26.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:26.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:26.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:26.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:26.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:26.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:26.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:26.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:26.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:26.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:26.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:26.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:26.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:26.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:26.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:26.195376100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:26.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:26.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:26.195+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:26.195376100] +2026-01-05T21:20:26.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:26.196038100] +2026-01-05T21:20:26.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:26.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:26.196038100] +2026-01-05T21:20:26.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:26.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:26.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:26.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:26.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:26.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:26.783+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:26.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:26.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:26.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:26.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:26.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:26.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:26.785117300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:29.302+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:29.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:29.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:29.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:29.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:29.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:29.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:29.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:29.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:29.790158300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:31.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:31.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:31.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:31.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:31.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:31.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:31.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:31.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:31.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:31.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:31.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:31.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:31.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:31.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:31.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:31.207798800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:31.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:31.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:31.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:31.208317400] +2026-01-05T21:20:31.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:31.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:31.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:31.208317400] +2026-01-05T21:20:31.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:31.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:31.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:31.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:31.208317400] +2026-01-05T21:20:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:32.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:32.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:32.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:32.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:32.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:32.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:32.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:32.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:32.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:32.806655500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:34.395+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:35.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:35.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:35.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:35.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:35.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:35.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:35.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:35.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:35.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:35.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:35.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:35.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:35.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:35.812491900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:36.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:36.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:36.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:36.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:36.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:36.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:36.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:36.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:36.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:36.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:36.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:36.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:36.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:36.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:36.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:36.216777800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:36.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:36.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:36.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:36.216777800] +2026-01-05T21:20:36.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:36.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:36.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:36.217462400] +2026-01-05T21:20:36.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:36.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:36.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:36.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:36.217462400] +2026-01-05T21:20:38.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:38.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:38.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:38.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:38.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:38.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:38.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:38.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:38.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:38.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:38.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:38.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:38.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:38.816122300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:39.498+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:41.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:41.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:41.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:41.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:41.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:41.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:41.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:41.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:41.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:41.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:41.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:41.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:41.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:41.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:41.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:41.230795500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:41.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:41.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:41.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:41.230795500] +2026-01-05T21:20:41.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:41.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:41.231+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:41.231544300] +2026-01-05T21:20:41.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:41.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:41.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:41.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:41.231544300] +2026-01-05T21:20:41.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:41.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:41.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:41.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:41.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:41.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:41.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:41.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:41.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:41.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:41.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:41.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:41.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:41.821977200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:43.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:20:43.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:20:43.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:43.969916] +2026-01-05T21:20:43.970+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:20:44.610+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:44.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:44.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:44.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:44.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:44.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:44.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:44.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:44.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:44.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:44.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:44.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:44.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:44.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:44.828905900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:46.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:46.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:46.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:46.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:46.246306500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:46.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:46.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:46.246306500] +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:46.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:46.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:46.246967900] +2026-01-05T21:20:46.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:46.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:46.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:46.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:46.246967900] +2026-01-05T21:20:47.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:47.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:47.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:47.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:47.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:47.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:47.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:47.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:47.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:47.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:47.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:47.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:47.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:47.844481800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:49.699+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:50.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:50.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:50.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:50.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:50.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:50.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:50.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:50.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:50.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:50.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:50.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:50.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:50.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:50.859936700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:51.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:51.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:51.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:51.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:51.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:51.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:51.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:51.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:51.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:51.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:51.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:51.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:51.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:51.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:51.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:51.263979400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:51.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:51.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:51.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:51.263979400] +2026-01-05T21:20:51.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:51.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:51.264+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:51.264560400] +2026-01-05T21:20:51.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:51.265+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:51.265+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:51.265+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:51.264560400] +2026-01-05T21:20:53.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:53.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:53.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:53.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:53.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:53.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:53.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:53.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:53.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:53.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:53.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:53.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:53.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:53.864581400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:54.806+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:20:56.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:56.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:20:56.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:20:56.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:20:56.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:56.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:56.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:56.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:56.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:56.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:56.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:56.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:56.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:56.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:56.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:56.271615300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:56.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:20:56.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:20:56.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:56.271615300] +2026-01-05T21:20:56.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:56.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:20:56.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:20:56.272247800] +2026-01-05T21:20:56.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:20:56.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:20:56.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:20:56.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:20:56.272247800] +2026-01-05T21:20:56.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:56.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:56.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:56.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:56.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:56.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:56.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:56.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:56.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:56.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:56.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:56.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:56.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:56.877391500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:59.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:20:59.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:20:59.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:59.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:59.885+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:20:59.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:20:59.885+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:20:59.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:20:59.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:20:59.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:20:59.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:20:59.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:20:59.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:20:59.886059600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:20:59.899+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:01.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:01.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:01.287+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:01.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:01.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:01.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:01.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:01.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:01.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:01.289222800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:01.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:01.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:01.289222800] +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:01.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:01.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:01.289910100] +2026-01-05T21:21:01.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:01.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:01.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:01.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:01.289910100] +2026-01-05T21:21:02.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:02.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:02.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:02.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:02.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:02.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:02.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:02.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:02.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:02.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:02.891+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:02.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:02.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:02.891105600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:05.009+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:05.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:05.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:05.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:05.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:05.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:05.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:05.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:05.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:05.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:05.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:05.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:05.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:05.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:05.899982200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:06.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:06.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:06.302+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:06.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:06.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:06.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:06.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:06.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:06.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:06.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:06.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:06.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:06.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:06.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:06.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:06.304424800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:06.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:06.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:06.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:06.304424800] +2026-01-05T21:21:06.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:06.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:06.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:06.305136] +2026-01-05T21:21:06.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:06.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:06.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:06.305+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:06.305136] +2026-01-05T21:21:08.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:08.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:08.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:08.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:08.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:08.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:08.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:08.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:08.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:08.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:08.909+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:08.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:08.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:08.909375200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:10.105+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:11.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:11.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:11.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:11.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:11.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:11.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:11.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:11.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:11.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:11.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:11.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:11.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:11.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:11.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:11.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:11.313982900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:11.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:11.313+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:11.313+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:11.313982900] +2026-01-05T21:21:11.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:11.313+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:11.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:11.313982900] +2026-01-05T21:21:11.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:11.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:11.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:11.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:11.313982900] +2026-01-05T21:21:11.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:11.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:11.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:11.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:11.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:11.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:11.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:11.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:11.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:11.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:11.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:11.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:11.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:11.920212300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:13.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:21:13.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:21:13.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:13.987219900] +2026-01-05T21:21:13.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:21:14.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:14.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:14.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:14.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:14.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:14.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:14.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:14.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:14.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:14.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:14.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:14.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:14.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:14.926359400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:15.206+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:16.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:16.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:16.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:16.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:16.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:16.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:16.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:16.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:16.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:16.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:16.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:16.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:16.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:16.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:16.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:16.329792900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:16.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:16.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:16.329+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:16.329792900] +2026-01-05T21:21:16.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:16.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:16.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:16.330414200] +2026-01-05T21:21:16.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:16.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:16.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:16.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:16.330414200] +2026-01-05T21:21:17.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:17.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:17.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:17.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:17.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:17.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:17.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:17.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:17.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:17.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:17.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:17.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:17.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:17.934072+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:20.302+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:20.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:20.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:20.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:20.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:20.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:20.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:20.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:20.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:20.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:20.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:20.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:20.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:20.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:20.946706600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:21.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:21.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:21.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:21.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:21.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:21.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:21.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:21.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:21.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:21.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:21.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:21.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:21.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:21.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:21.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:21.334709+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:21.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:21.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:21.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:21.334709] +2026-01-05T21:21:21.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:21.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:21.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:21.335390200] +2026-01-05T21:21:21.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:21.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:21.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:21.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:21.335390200] +2026-01-05T21:21:23.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:23.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:23.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:23.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:23.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:23.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:23.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:23.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:23.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:23.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:23.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:23.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:23.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:23.962437+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:25.399+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:26.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:26.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:26.347+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:26.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:26.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:26.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:26.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:26.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:26.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:26.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:26.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:26.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:26.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:26.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:26.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:26.348833500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:26.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:26.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:26.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:26.348833500] +2026-01-05T21:21:26.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:26.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:26.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:26.349458] +2026-01-05T21:21:26.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:26.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:26.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:26.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:26.349458] +2026-01-05T21:21:26.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:26.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:26.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:26.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:26.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:26.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:26.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:26.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:26.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:26.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:26.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:26.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:26.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:26.972978600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:29.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:29.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:29.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:29.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:29.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:29.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:29.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:29.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:29.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:29.981139300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:30.506+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:31.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:31.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:31.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:31.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:31.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:31.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:31.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:31.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:31.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:31.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:31.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:31.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:31.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:31.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:31.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:31.366533800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:31.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:31.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:31.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:31.366533800] +2026-01-05T21:21:31.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:31.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:31.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:31.367061600] +2026-01-05T21:21:31.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:31.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:31.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:31.367+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:31.367061600] +2026-01-05T21:21:32.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:32.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:32.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:32.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:32.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:32.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:32.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:32.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:32.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:32.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:32.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:32.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:32.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:32.997980+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:35.597+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:36.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:36.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:36.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:36.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:36.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:36.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:36.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:36.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:36.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:36.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:36.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:36.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:36.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:36.003164600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:36.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:36.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:36.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:36.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:36.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:36.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:36.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:36.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:36.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:36.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:36.376603400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:36.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:36.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:36.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:36.376603400] +2026-01-05T21:21:36.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:36.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:36.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:36.377355800] +2026-01-05T21:21:36.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:36.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:36.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:36.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:36.377355800] +2026-01-05T21:21:39.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:39.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:39.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:39.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:39.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:39.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:39.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:39.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:39.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:39.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:39.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:39.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:39.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:39.014150400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:40.708+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:41.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:41.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:41.380+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:41.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:41.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:41.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:41.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:41.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:41.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:41.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:41.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:41.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:41.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:41.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:41.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:41.381551+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:41.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:41.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:41.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:41.381551] +2026-01-05T21:21:41.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:41.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:41.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:41.382552800] +2026-01-05T21:21:41.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:41.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:41.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:41.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:41.382552800] +2026-01-05T21:21:42.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:42.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:42.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:42.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:42.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:42.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:42.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:42.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:42.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:42.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:42.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:42.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:42.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:42.020312200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:43.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:21:43.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:21:43.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:43.993626700] +2026-01-05T21:21:43.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:21:45.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:45.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:45.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:45.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:45.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:45.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:45.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:45.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:45.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:45.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:45.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:45.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:45.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:45.025023800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:45.803+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:46.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:46.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:46.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:46.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:46.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:46.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:46.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:46.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:46.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:46.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:46.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:46.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:46.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:46.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:46.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:46.393585400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:46.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:46.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:46.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:46.393585400] +2026-01-05T21:21:46.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:46.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:46.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:46.394099100] +2026-01-05T21:21:46.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:46.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:46.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:46.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:46.394099100] +2026-01-05T21:21:48.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:48.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:48.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:48.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:48.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:48.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:48.039+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:48.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:48.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:48.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:48.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:48.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:48.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:48.040234600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:50.913+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:51.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:51.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:51.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:51.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:51.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:51.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:51.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:51.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:51.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:51.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:51.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:51.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:51.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:51.055699+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:51.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:51.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:51.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:51.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:51.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:51.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:51.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:51.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:51.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:51.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:51.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:51.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:51.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:51.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:51.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:51.409574800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:51.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:51.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:51.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:51.409574800] +2026-01-05T21:21:51.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:51.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:51.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:51.410356400] +2026-01-05T21:21:51.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:51.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:51.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:51.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:51.410356400] +2026-01-05T21:21:54.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:54.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:54.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:54.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:54.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:54.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:54.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:54.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:54.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:54.059664600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:56.008+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:21:56.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:56.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:21:56.413+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:21:56.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:21:56.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:56.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:56.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:56.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:56.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:56.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:56.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:56.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:56.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:56.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:56.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:56.415082400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:21:56.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:21:56.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:21:56.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:56.415082400] +2026-01-05T21:21:56.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:56.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:21:56.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:21:56.415821100] +2026-01-05T21:21:56.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:21:56.416+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:21:56.416+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:21:56.416+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:21:56.415821100] +2026-01-05T21:21:57.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:21:57.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:21:57.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:57.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:57.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:21:57.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:21:57.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:21:57.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:21:57.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:21:57.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:21:57.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:21:57.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:21:57.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:21:57.070196700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:00.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:00.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:00.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:00.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:00.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:00.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:00.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:00.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:00.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:00.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:00.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:00.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:00.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:00.082259900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:01.106+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:01.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:01.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:01.419+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:01.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:01.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:01.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:01.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:01.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:01.419+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:01.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:01.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:01.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:01.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:01.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:01.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:01.420768400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:01.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:01.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:01.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:01.420768400] +2026-01-05T21:22:01.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:01.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:01.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:01.421470800] +2026-01-05T21:22:01.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:01.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:01.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:01.421+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:01.421470800] +2026-01-05T21:22:03.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:03.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:03.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:03.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:03.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:03.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:03.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:03.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:03.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:03.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:03.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:03.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:03.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:03.089048700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:06.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:06.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:06.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:06.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:06.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:06.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:06.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:06.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:06.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:06.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:06.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:06.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:06.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:06.092986900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:06.201+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:06.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:06.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:06.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:06.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:06.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:06.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:06.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:06.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:06.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:06.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:06.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:06.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:06.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:06.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:06.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:06.435293200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:06.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:06.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:06.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:06.435293200] +2026-01-05T21:22:06.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:06.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:06.435+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:06.435904300] +2026-01-05T21:22:06.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:06.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:06.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:06.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:06.435904300] +2026-01-05T21:22:09.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:09.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:09.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:09.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:09.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:09.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:09.095+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:09.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:09.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:09.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:09.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:09.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:09.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:09.096857800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:11.305+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:11.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:11.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:11.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:11.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:11.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:11.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:11.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:11.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:11.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:11.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:11.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:11.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:11.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:11.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:11.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:11.447647400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:11.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:11.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:11.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:11.447647400] +2026-01-05T21:22:11.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:11.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:11.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:11.447647400] +2026-01-05T21:22:11.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:11.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:11.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:11.448+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:11.447647400] +2026-01-05T21:22:12.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:12.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:12.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:12.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:12.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:12.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:12.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:12.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:12.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:12.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:12.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:12.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:12.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:12.101577800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:14.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:22:14.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:22:14.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:14.010877200] +2026-01-05T21:22:14.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:22:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:15.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:15.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:15.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:15.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:15.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:15.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:15.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:15.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:15.117991800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:16.411+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:16.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:16.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:16.458+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:16.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:16.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:16.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:16.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:16.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:16.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:16.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:16.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:16.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:16.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:16.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:16.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:16.459838200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:16.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:16.459+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:16.459+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:16.459838200] +2026-01-05T21:22:16.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:16.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:16.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:16.460442400] +2026-01-05T21:22:16.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:16.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:16.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:16.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:16.460442400] +2026-01-05T21:22:18.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:18.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:18.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:18.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:18.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:18.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:18.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:18.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:18.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:18.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:18.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:18.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:18.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:18.121984800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:21.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:21.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:21.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:21.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:21.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:21.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:21.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:21.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:21.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:21.128971200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:22:21.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:21.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:21.469+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:21.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:21.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:21.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:21.469+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:21.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:21.469+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:21.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:21.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:21.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:21.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:21.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:21.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:21.470707500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:21.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:21.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:21.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:21.470707500] +2026-01-05T21:22:21.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:21.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:21.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:21.471254] +2026-01-05T21:22:21.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:21.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:21.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:21.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:21.471254] +2026-01-05T21:22:21.499+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:24.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:24.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:24.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:24.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:24.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:24.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:24.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:24.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:24.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:24.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:24.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:24.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:24.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:24.146570400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:26.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:26.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:26.474+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:26.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:26.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:26.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:26.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:26.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:26.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:26.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:26.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:26.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:26.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:26.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:26.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:26.475686500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:26.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:26.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:26.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:26.475686500] +2026-01-05T21:22:26.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:26.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:26.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:26.476210200] +2026-01-05T21:22:26.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:26.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:26.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:26.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:26.476210200] +2026-01-05T21:22:26.614+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:27.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:27.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:27.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:27.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:27.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:27.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:27.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:27.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:27.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:27.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:27.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:27.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:27.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:27.158454900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:30.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:30.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:30.160252800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:31.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:31.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:31.485+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:31.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:31.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:31.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:31.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:31.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:31.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:31.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:31.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:31.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:31.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:31.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:31.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:31.487009700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:22:31.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:31.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:31.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:31.487009700] +2026-01-05T21:22:31.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:31.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:31.487+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:31.487531200] +2026-01-05T21:22:31.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:31.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:31.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:31.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:31.487531200] +2026-01-05T21:22:31.704+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:33.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:33.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:33.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:33.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:33.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:33.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:33.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:33.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:33.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:33.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:33.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:33.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:33.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:33.171340500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:36.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:36.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:36.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:36.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:36.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:36.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:36.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:36.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:36.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:36.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:36.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:36.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:36.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:36.187371300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:36.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:36.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:36.496+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:36.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:36.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:36.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:36.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:36.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:36.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:36.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:36.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:36.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:36.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:36.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:36.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:36.498609300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:36.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:36.498+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:36.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:36.498609300] +2026-01-05T21:22:36.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:36.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:36.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:36.499115100] +2026-01-05T21:22:36.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:36.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:36.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:36.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:36.499115100] +2026-01-05T21:22:36.807+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:39.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:39.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:39.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:39.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:39.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:39.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:39.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:39.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:39.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:39.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:39.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:39.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:39.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:39.198089100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:41.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:41.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:41.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:41.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:41.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:41.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:41.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:41.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:41.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:41.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:41.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:41.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:41.501+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:41.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:41.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:41.501101100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:41.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:41.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:41.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:41.501101100] +2026-01-05T21:22:41.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:41.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:41.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:41.501670400] +2026-01-05T21:22:41.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:41.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:41.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:41.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:41.501670400] +2026-01-05T21:22:41.901+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:42.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:42.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:42.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:42.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:42.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:42.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:42.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:42.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:42.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:42.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:42.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:42.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:42.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:42.214110+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:44.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:22:44.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:22:44.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:44.015583300] +2026-01-05T21:22:44.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:22:45.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:45.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:45.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:45.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:45.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:45.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:45.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:45.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:45.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:45.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:45.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:45.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:45.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:45.219361300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:46.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:46.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:46.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:46.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:46.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:46.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:46.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:46.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:46.511+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:46.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:46.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:46.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:46.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:46.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:46.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:46.513132100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:46.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:46.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:46.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:46.513132100] +2026-01-05T21:22:46.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:46.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:46.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:46.513776900] +2026-01-05T21:22:46.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:46.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:46.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:46.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:46.513776900] +2026-01-05T21:22:47.011+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:48.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:48.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:48.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:48.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:48.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:48.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:48.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:48.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:48.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:48.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:48.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:48.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:48.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:48.233192300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:51.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:51.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:51.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:51.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:51.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:51.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:51.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:51.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:51.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:51.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:51.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:51.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:51.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:51.240112100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:51.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:51.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:51.519+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:51.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:51.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:51.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:51.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:51.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:51.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:51.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:51.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:51.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:51.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:51.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:51.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:51.520956800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:51.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:51.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:51.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:51.520956800] +2026-01-05T21:22:51.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:51.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:51.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:51.521573900] +2026-01-05T21:22:51.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:51.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:51.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:51.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:51.521573900] +2026-01-05T21:22:52.110+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:54.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:54.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:54.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:54.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:54.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:54.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:54.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:54.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:54.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:54.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:54.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:54.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:54.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:54.244529300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:56.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:56.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:22:56.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:22:56.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:22:56.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:56.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:56.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:56.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:56.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:56.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:56.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:56.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:56.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:56.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:56.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:56.528862500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:22:56.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:22:56.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:22:56.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:56.528862500] +2026-01-05T21:22:56.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:56.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:22:56.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:22:56.529472300] +2026-01-05T21:22:56.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:22:56.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:22:56.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:22:56.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:22:56.529472300] +2026-01-05T21:22:57.211+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:22:57.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:22:57.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:22:57.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:57.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:57.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:22:57.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:22:57.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:22:57.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:22:57.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:22:57.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:22:57.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:22:57.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:22:57.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:22:57.260110300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:00.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:00.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:00.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:00.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:00.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:00.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:00.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:00.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:00.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:00.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:00.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:00.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:00.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:00.273556100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:01.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:01.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:01.530+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:01.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:01.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:01.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:01.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:01.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:01.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:01.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:01.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:01.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:01.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:01.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:01.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:01.532655900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:23:01.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:01.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:01.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:01.532655900] +2026-01-05T21:23:01.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:01.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:01.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:01.532655900] +2026-01-05T21:23:01.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:01.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:01.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:01.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:01.532655900] +2026-01-05T21:23:02.306+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:03.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:03.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:03.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:03.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:03.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:03.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:03.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:03.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:03.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:03.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:03.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:03.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:03.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:03.287514200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:06.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:06.297663300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:06.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:06.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:06.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:06.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:06.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:06.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:06.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:06.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:06.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:06.549024600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:06.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:06.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:06.549024600] +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:06.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:06.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:06.549646700] +2026-01-05T21:23:06.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:06.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:06.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:06.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:06.549646700] +2026-01-05T21:23:07.403+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:09.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:09.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:09.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:09.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:09.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:09.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:09.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:09.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:09.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:09.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:09.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:09.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:09.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:09.306437200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:11.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:11.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:11.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:11.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:11.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:11.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:11.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:11.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:11.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:11.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:11.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:11.563200700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:11.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:11.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:11.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:11.563200700] +2026-01-05T21:23:11.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:11.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:11.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:11.563200700] +2026-01-05T21:23:11.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:11.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:11.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:11.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:11.563200700] +2026-01-05T21:23:12.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:12.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:12.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:12.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:12.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:12.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:12.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:12.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:12.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:12.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:12.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:12.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:12.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:12.311558+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:12.512+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:14.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:23:14.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:23:14.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:14.031942400] +2026-01-05T21:23:14.032+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:23:15.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:15.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:15.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:15.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:15.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:15.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:15.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:15.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:15.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:15.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:15.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:15.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:15.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:15.327218400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:16.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:16.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:16.571+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:16.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:16.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:16.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:16.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:16.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:16.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:16.573193700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:16.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:16.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:16.573193700] +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:16.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:16.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:16.573706600] +2026-01-05T21:23:16.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:16.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:16.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:16.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:16.573706600] +2026-01-05T21:23:17.612+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:18.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:18.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:18.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:18.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:18.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:18.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:18.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:18.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:18.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:18.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:18.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:18.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:18.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:18.329880700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:21.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:21.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:21.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:21.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:21.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:21.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:21.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:21.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:21.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:21.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:21.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:21.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:21.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:21.339425700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:21.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:21.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:21.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:21.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:21.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:21.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:21.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:21.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:21.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:21.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:21.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:21.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:21.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:21.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:21.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:21.588276+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:21.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:21.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:21.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:21.588276] +2026-01-05T21:23:21.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:21.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:21.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:21.588804300] +2026-01-05T21:23:21.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:21.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:21.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:21.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:21.588804300] +2026-01-05T21:23:22.708+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:24.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:24.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:24.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:24.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:24.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:24.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:24.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:24.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:24.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:24.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:24.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:24.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:24.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:24.348943400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:26.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:26.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:26.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:26.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:26.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:26.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:26.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:26.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:26.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:26.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:26.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:26.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:26.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:26.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:26.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:26.600819600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:26.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:26.601+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:26.601+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:26.601340900] +2026-01-05T21:23:26.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:26.601+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:26.601+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:26.601340900] +2026-01-05T21:23:26.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:26.601+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:26.601+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:26.601+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:26.601340900] +2026-01-05T21:23:27.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:27.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:27.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:27.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:27.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:27.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:27.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:27.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:27.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:27.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:27.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:27.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:27.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:27.358564900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:27.804+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:30.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:30.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:30.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:30.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:30.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:30.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:30.359+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:30.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:30.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:30.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:30.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:30.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:30.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:30.360581900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:31.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:31.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:31.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:31.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:31.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:31.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:31.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:31.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:31.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:31.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:31.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:31.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:31.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:31.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:31.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:31.603975800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:31.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:31.603+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:31.603+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:31.603975800] +2026-01-05T21:23:31.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:31.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:31.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:31.604638300] +2026-01-05T21:23:31.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:31.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:31.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:31.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:31.604638300] +2026-01-05T21:23:32.910+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:33.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:33.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:33.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:33.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:33.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:33.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:33.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:33.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:33.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:33.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:33.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:33.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:33.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:33.375844400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:36.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:36.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:36.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:36.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:36.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:36.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:36.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:36.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:36.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:36.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:36.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:36.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:36.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:36.386229400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:36.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:36.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:36.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:36.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:36.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:36.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:36.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:36.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:36.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:36.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:36.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:36.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:36.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:36.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:36.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:36.607484700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:36.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:36.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:36.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:36.607484700] +2026-01-05T21:23:36.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:36.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:36.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:36.608071600] +2026-01-05T21:23:36.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:36.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:36.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:36.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:36.608071600] +2026-01-05T21:23:38.004+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:39.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:39.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:39.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:39.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:39.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:39.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:39.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:39.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:39.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:39.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:39.395+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:39.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:39.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:39.395651900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:41.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:41.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:41.613+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:41.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:41.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:41.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:41.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:41.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:41.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:41.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:41.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:41.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:41.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:41.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:41.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:41.614401400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:41.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:41.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:41.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:41.614401400] +2026-01-05T21:23:41.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:41.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:41.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:41.614401400] +2026-01-05T21:23:41.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:41.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:41.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:41.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:41.614401400] +2026-01-05T21:23:42.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:42.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:42.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:42.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:42.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:42.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:42.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:42.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:42.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:42.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:42.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:42.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:42.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:42.406705700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:43.106+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:44.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:23:44.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:23:44.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:44.041915200] +2026-01-05T21:23:44.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:23:45.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:45.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:45.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:45.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:45.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:45.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:45.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:45.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:45.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:45.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:45.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:45.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:45.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:45.414132500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:46.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:46.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:46.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:46.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:46.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:46.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:46.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:46.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:46.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:46.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:46.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:46.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:46.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:46.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:46.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:46.629726400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:46.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:46.629+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:46.629+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:46.629726400] +2026-01-05T21:23:46.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:46.630+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:46.630+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:46.630310300] +2026-01-05T21:23:46.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:46.630+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:46.630+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:46.630+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:46.630310300] +2026-01-05T21:23:48.219+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:48.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:48.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:48.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:48.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:48.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:48.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:48.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:48.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:48.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:48.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:48.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:48.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:48.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:48.424378300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:51.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:51.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:51.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:51.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:51.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:51.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:51.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:51.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:51.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:51.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:51.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:51.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:51.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:51.434613300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:51.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:51.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:51.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:51.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:51.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:51.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:51.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:51.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:51.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:51.637144400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:51.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:51.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:51.637144400] +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:51.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:51.637+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:51.637710] +2026-01-05T21:23:51.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:51.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:51.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:51.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:51.637710] +2026-01-05T21:23:53.308+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:23:54.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:54.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:54.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:54.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:54.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:54.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:54.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:54.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:54.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:54.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:54.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:54.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:54.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:54.446606600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:56.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:56.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:23:56.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:23:56.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:23:56.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:56.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:56.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:56.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:56.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:56.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:56.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:56.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:56.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:56.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:56.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:56.646462200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:56.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:23:56.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:23:56.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:56.646462200] +2026-01-05T21:23:56.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:56.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:23:56.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:23:56.647167800] +2026-01-05T21:23:56.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:23:56.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:23:56.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:23:56.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:23:56.647167800] +2026-01-05T21:23:57.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:23:57.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:23:57.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:57.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:57.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:23:57.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:23:57.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:23:57.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:23:57.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:23:57.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:23:57.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:23:57.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:23:57.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:23:57.458576600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:23:58.410+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:00.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:00.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:00.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:00.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:00.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:00.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:00.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:00.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:00.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:00.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:00.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:00.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:00.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:00.472306700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:01.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:01.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:01.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:01.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:01.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:01.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:01.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:01.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:01.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:01.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:01.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:01.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:01.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:01.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:01.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:01.653197500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:01.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:01.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:01.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:01.653197500] +2026-01-05T21:24:01.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:01.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:01.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:01.653840] +2026-01-05T21:24:01.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:01.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:01.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:01.654+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:01.653840] +2026-01-05T21:24:03.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:03.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:03.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:03.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:03.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:03.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:03.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:03.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:03.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:03.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:03.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:03.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:03.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:03.484673600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:03.513+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:06.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:06.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:06.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:06.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:06.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:06.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:06.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:06.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:06.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:06.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:06.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:06.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:06.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:06.489526600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:24:06.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:06.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:06.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:06.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:06.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:06.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:06.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:06.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:06.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:06.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:06.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:06.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:06.660+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:06.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:06.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:06.660958800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:06.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:06.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:06.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:06.660958800] +2026-01-05T21:24:06.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:06.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:06.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:06.661524] +2026-01-05T21:24:06.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:06.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:06.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:06.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:06.661524] +2026-01-05T21:24:08.606+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:09.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:09.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:09.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:09.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:09.499097700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:11.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:11.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:11.662+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:11.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:11.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:11.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:11.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:11.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:11.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:11.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:11.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:11.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:11.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:11.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:11.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:11.663800100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:11.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:11.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:11.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:11.663800100] +2026-01-05T21:24:11.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:11.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:11.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:11.664400100] +2026-01-05T21:24:11.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:11.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:11.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:11.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:11.664400100] +2026-01-05T21:24:12.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:12.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:12.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:12.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:12.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:12.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:12.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:12.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:12.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:12.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:12.516+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:12.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:12.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:12.516322900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:13.713+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:14.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:24:14.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:24:14.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:14.057253300] +2026-01-05T21:24:14.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:24:15.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:15.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:15.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:15.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:15.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:15.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:15.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:15.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:15.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:15.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:15.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:15.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:15.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:15.520249700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:16.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:16.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:16.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:16.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:16.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:16.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:16.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:16.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:16.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:16.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:16.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:16.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:16.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:16.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:16.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:16.672056200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:16.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:16.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:16.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:16.672056200] +2026-01-05T21:24:16.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:16.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:16.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:16.672666700] +2026-01-05T21:24:16.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:16.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:16.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:16.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:16.672666700] +2026-01-05T21:24:18.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:18.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:18.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:18.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:18.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:18.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:18.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:18.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:18.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:18.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:18.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:18.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:18.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:18.526516800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:18.818+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:21.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:21.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:21.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:21.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:21.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:21.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:21.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:21.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:21.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:21.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:21.533+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:21.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:21.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:21.534838400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:21.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:21.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:21.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:21.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:21.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:21.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:21.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:21.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:21.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:21.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:21.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:21.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:21.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:21.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:21.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:21.674860400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:21.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:21.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:21.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:21.674860400] +2026-01-05T21:24:21.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:21.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:21.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:21.675504300] +2026-01-05T21:24:21.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:21.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:21.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:21.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:21.675504300] +2026-01-05T21:24:23.912+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:24.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:24.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:24.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:24.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:24.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:24.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:24.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:24.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:24.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:24.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:24.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:24.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:24.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:24.549018700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:26.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:26.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:26.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:26.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:26.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:26.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:26.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:26.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:26.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:26.683295+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:26.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:26.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:26.683295] +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:26.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:26.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:26.683819800] +2026-01-05T21:24:26.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:26.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:26.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:26.683+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:26.683819800] +2026-01-05T21:24:27.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:27.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:27.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:27.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:27.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:27.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:27.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:27.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:27.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:27.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:27.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:27.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:27.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:27.551806500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:29.008+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:30.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:30.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:30.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:30.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:30.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:30.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:30.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:30.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:30.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:30.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:30.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:30.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:30.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:30.567589600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:31.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:31.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:31.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:31.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:31.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:31.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:31.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:31.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:31.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:31.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:31.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:31.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:31.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:31.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:31.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:31.697141800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:31.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:31.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:31.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:31.697141800] +2026-01-05T21:24:31.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:31.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:31.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:31.697654500] +2026-01-05T21:24:31.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:31.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:31.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:31.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:31.697654500] +2026-01-05T21:24:33.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:33.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:33.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:33.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:33.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:33.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:33.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:33.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:33.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:33.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:33.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:33.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:33.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:33.570228400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:24:34.112+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:36.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:36.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:36.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:36.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:36.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:36.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:36.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:36.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:36.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:36.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:36.581+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:36.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:36.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:36.581726700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:36.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:36.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:36.704+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:36.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:36.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:36.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:36.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:36.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:36.704+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:36.706049800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:36.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:36.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:36.706049800] +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:36.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:36.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:36.706593400] +2026-01-05T21:24:36.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:36.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:36.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:36.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:36.706593400] +2026-01-05T21:24:39.218+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:39.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:39.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:39.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:39.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:39.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:39.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:39.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:39.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:39.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:39.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:39.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:39.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:39.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:39.595778100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:41.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:41.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:41.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:41.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:41.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:41.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:41.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:41.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:41.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:41.716087+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:41.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:41.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:41.716087] +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:41.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:41.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:41.716734600] +2026-01-05T21:24:41.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:41.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:41.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:41.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:41.716734600] +2026-01-05T21:24:42.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:42.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:42.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:42.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:42.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:42.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:42.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:42.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:42.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:42.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:42.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:42.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:42.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:42.605461600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:44.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:24:44.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:24:44.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:44.063914] +2026-01-05T21:24:44.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:24:44.311+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:45.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:45.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:45.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:45.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:45.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:45.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:45.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:45.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:45.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:45.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:45.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:45.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:45.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:45.623286300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:46.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:46.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:46.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:46.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:46.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:46.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:46.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:46.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:46.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:46.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:46.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:46.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:46.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:46.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:46.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:46.728800100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:24:46.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:46.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:46.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:46.728800100] +2026-01-05T21:24:46.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:46.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:46.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:46.728800100] +2026-01-05T21:24:46.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:46.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:46.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:46.729+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:46.728800100] +2026-01-05T21:24:48.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:48.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:48.629619200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:49.408+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:51.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:51.639+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:51.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:51.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:51.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:51.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:51.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:51.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:51.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:51.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:51.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:51.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:51.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:51.641493800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:51.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:51.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:51.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:51.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:51.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:51.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:51.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:51.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:51.733+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:51.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:51.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:51.733893100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:51.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:51.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:51.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:51.733893100] +2026-01-05T21:24:51.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:51.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:51.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:51.734515600] +2026-01-05T21:24:51.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:51.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:51.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:51.735+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:51.734515600] +2026-01-05T21:24:54.514+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:24:54.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:54.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:54.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:54.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:54.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:54.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:54.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:54.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:54.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:54.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:54.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:54.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:54.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:54.657140400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:56.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:56.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:24:56.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:24:56.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:24:56.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:56.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:56.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:56.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:56.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:56.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:56.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:56.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:56.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:56.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:56.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:56.743070100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:56.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:24:56.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:24:56.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:56.743070100] +2026-01-05T21:24:56.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:56.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:24:56.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:24:56.743664700] +2026-01-05T21:24:56.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:24:56.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:24:56.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:24:56.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:24:56.743664700] +2026-01-05T21:24:57.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:24:57.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:24:57.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:57.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:57.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:24:57.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:24:57.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:24:57.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:24:57.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:24:57.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:24:57.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:24:57.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:24:57.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:24:57.673753800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:24:59.607+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:00.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:00.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:00.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:00.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:00.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:00.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:00.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:00.677+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:00.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:00.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:00.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:00.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:00.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:00.678309400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:01.751+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:01.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:01.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:01.753180600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:01.753180600] +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:01.753811500] +2026-01-05T21:25:01.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:01.753+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:01.753811500] +2026-01-05T21:25:03.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:03.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:03.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:03.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:03.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:03.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:03.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:03.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:03.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:03.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:03.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:03.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:03.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:03.695064500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:04.708+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:06.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:06.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:06.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:06.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:06.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:06.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:06.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:06.707+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:06.707+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:06.707+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:06.707+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:06.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:06.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:06.707233600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:06.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:06.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:06.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:06.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:06.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:06.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:06.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:06.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:06.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:06.769073400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:06.769+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:06.769+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:06.769073400] +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:06.769+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:06.769+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:06.769591800] +2026-01-05T21:25:06.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:06.769+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:06.769+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:06.769+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:06.769591800] +2026-01-05T21:25:09.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:09.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:09.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:09.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:09.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:09.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:09.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:09.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:09.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:09.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:09.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:09.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:09.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:09.716949100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:09.808+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:11.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:11.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:11.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:11.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:11.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:11.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:11.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:11.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:11.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:11.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:11.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:11.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:11.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:11.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:11.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:11.778904+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:11.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:11.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:11.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:11.778904] +2026-01-05T21:25:11.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:11.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:11.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:11.779428500] +2026-01-05T21:25:11.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:11.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:11.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:11.779+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:11.779428500] +2026-01-05T21:25:12.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:12.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:12.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:12.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:12.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:12.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:12.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:12.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:12.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:12.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:12.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:12.726804100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:14.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:25:14.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:25:14.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:14.081928500] +2026-01-05T21:25:14.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:25:14.922+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:15.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:15.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:15.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:15.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:15.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:15.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:15.728+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:15.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:15.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:15.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:15.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:15.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:15.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:15.729624700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:16.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:16.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:16.788+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:16.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:16.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:16.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:16.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:16.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:16.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:16.790166200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:16.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:16.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:16.790166200] +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:16.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:16.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:16.790166200] +2026-01-05T21:25:16.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:16.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:16.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:16.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:16.790166200] +2026-01-05T21:25:18.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:18.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:18.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:18.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:18.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:18.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:18.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:18.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:18.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:18.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:18.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:18.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:18.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:18.732826900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:20.021+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:21.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:21.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:21.740801+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:21.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:21.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:21.802+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:21.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:21.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:21.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:21.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:21.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:21.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:21.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:21.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:21.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:21.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:21.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:21.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:21.803790+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:25:21.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:21.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:21.803+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:21.803790] +2026-01-05T21:25:21.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:21.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:21.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:21.804374700] +2026-01-05T21:25:21.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:21.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:21.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:21.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:21.804374700] +2026-01-05T21:25:24.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:24.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:24.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:24.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:24.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:24.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:24.757+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:24.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:24.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:24.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:24.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:24.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:24.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:24.759314900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:25.116+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:26.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:26.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:26.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:26.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:26.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:26.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:26.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:26.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:26.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:26.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:26.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:26.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:26.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:26.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:26.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:26.813601600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:26.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:26.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:26.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:26.813601600] +2026-01-05T21:25:26.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:26.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:26.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:26.814119900] +2026-01-05T21:25:26.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:26.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:26.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:26.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:26.814119900] +2026-01-05T21:25:27.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:27.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:27.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:27.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:27.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:27.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:27.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:27.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:27.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:27.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:27.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:27.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:27.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:27.765540400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:30.208+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:30.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:30.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:30.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:30.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:30.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:30.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:30.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:30.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:30.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:30.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:30.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:30.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:30.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:30.780421400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:31.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:31.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:31.819+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:31.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:31.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:31.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:31.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:31.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:31.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:31.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:31.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:31.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:31.821+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:31.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:31.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:31.821237200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:31.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:31.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:31.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:31.821237200] +2026-01-05T21:25:31.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:31.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:31.821+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:31.821761200] +2026-01-05T21:25:31.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:31.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:31.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:31.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:31.821761200] +2026-01-05T21:25:33.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:33.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:33.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:33.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:33.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:33.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:33.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:33.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:33.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:33.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:33.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:33.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:33.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:33.795079900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:35.317+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:36.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:36.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:36.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:36.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:36.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:36.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:36.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:36.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:36.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:36.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:36.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:36.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:36.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:36.802566400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:25:36.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:36.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:36.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:36.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:36.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:36.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:36.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:36.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:36.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:36.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:36.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:36.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:36.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:36.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:36.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:36.832827800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:25:36.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:36.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:36.832+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:36.832827800] +2026-01-05T21:25:36.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:36.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:36.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:36.832827800] +2026-01-05T21:25:36.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:36.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:36.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:36.833+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:36.832827800] +2026-01-05T21:25:39.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:39.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:39.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:39.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:39.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:39.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:39.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:39.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:39.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:39.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:39.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:39.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:39.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:39.805119600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:40.407+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:41.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:41.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:41.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:41.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:41.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:41.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:41.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:41.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:41.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:41.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:41.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:41.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:41.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:41.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:41.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:41.848397900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:41.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:41.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:41.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:41.848397900] +2026-01-05T21:25:41.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:41.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:41.848+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:41.848952600] +2026-01-05T21:25:41.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:41.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:41.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:41.849+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:41.848952600] +2026-01-05T21:25:42.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:42.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:42.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:42.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:42.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:42.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:42.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:42.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:42.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:42.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:42.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:42.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:42.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:42.812434+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:44.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:25:44.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:25:44.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:44.098844500] +2026-01-05T21:25:44.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:25:45.515+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:45.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:45.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:45.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:45.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:45.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:45.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:45.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:45.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:45.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:45.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:45.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:45.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:45.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:45.829429400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:46.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:46.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:46.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:46.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:46.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:46.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:46.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:46.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:46.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:46.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:46.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:46.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:46.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:46.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:46.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:46.856260900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:46.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:46.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:46.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:46.856773200] +2026-01-05T21:25:46.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:46.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:46.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:46.856773200] +2026-01-05T21:25:46.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:46.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:46.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:46.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:46.856773200] +2026-01-05T21:25:48.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:48.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:48.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:48.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:48.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:48.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:48.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:48.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:48.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:48.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:48.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:48.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:48.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:48.832853200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:50.616+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:51.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:51.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:51.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:51.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:51.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:51.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:51.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:51.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:51.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:51.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:51.847+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:51.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:51.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:51.847579100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:51.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:51.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:51.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:51.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:51.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:51.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:51.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:51.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:51.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:51.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:51.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:51.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:51.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:51.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:51.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:51.862179900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:25:51.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:51.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:51.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:51.862179900] +2026-01-05T21:25:51.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:51.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:51.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:51.862179900] +2026-01-05T21:25:51.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:51.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:51.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:51.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:51.862179900] +2026-01-05T21:25:54.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:54.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:54.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:54.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:54.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:54.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:54.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:54.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:54.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:54.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:54.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:54.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:54.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:54.856561800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:55.723+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:25:56.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:56.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:25:56.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:25:56.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:25:56.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:56.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:56.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:56.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:56.865+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:56.867256800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:25:56.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:25:56.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:56.867256800] +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:56.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:25:56.867+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:25:56.867922600] +2026-01-05T21:25:56.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:25:56.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:25:56.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:25:56.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:25:56.867922600] +2026-01-05T21:25:57.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:25:57.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:25:57.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:57.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:57.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:25:57.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:25:57.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:25:57.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:25:57.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:25:57.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:25:57.861+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:25:57.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:25:57.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:25:57.861488200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:00.812+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:00.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:00.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:00.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:00.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:00.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:00.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:00.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:00.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:00.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:00.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:00.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:00.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:00.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:00.876358300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:01.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:01.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:01.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:01.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:01.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:01.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:01.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:01.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:01.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:01.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:01.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:01.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:01.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:01.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:01.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:01.871650900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:01.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:01.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:01.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:01.871650900] +2026-01-05T21:26:01.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:01.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:01.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:01.872244100] +2026-01-05T21:26:01.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:01.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:01.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:01.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:01.872244100] +2026-01-05T21:26:03.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:03.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:03.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:03.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:03.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:03.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:03.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:03.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:03.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:03.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:03.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:03.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:03.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:03.878872900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:05.915+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:06.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:06.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:06.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:06.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:06.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:06.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:06.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:06.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:06.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:06.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:06.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:06.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:06.878+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:06.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:06.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:06.878591100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:06.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:06.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:06.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:06.878591100] +2026-01-05T21:26:06.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:06.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:06.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:06.879191700] +2026-01-05T21:26:06.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:06.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:06.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:06.879+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:06.879191700] +2026-01-05T21:26:06.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:06.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:06.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:06.880758600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:26:09.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:09.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:09.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:09.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:09.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:09.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:09.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:09.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:09.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:09.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:09.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:09.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:09.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:09.888302500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:11.019+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:11.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:11.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:11.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:11.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:11.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:11.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:11.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:11.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:11.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:11.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:11.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:11.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:11.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:11.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:11.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:11.896854200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:11.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:11.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:11.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:11.896854200] +2026-01-05T21:26:11.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:11.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:11.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:11.897434400] +2026-01-05T21:26:11.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:11.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:11.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:11.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:11.897434400] +2026-01-05T21:26:12.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:12.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:12.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:12.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:12.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:12.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:12.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:12.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:12.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:12.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:12.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:12.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:12.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:12.894489900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:14.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:26:14.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:26:14.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:14.107948] +2026-01-05T21:26:14.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:26:15.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:15.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:15.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:15.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:15.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:15.905994+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:16.120+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:16.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:16.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:16.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:16.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:16.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:16.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:16.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:16.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:16.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:16.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:16.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:16.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:16.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:16.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:16.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:16.902873200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:16.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:16.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:16.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:16.902873200] +2026-01-05T21:26:16.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:16.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:16.903+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:16.903529700] +2026-01-05T21:26:16.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:16.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:16.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:16.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:16.903529700] +2026-01-05T21:26:18.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:18.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:18.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:18.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:18.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:18.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:18.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:18.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:18.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:18.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:18.914+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:18.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:18.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:18.914408400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:21.216+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:21.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:21.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:21.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:21.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:21.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:21.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:21.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:21.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:21.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:21.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:21.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:21.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:21.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:21.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:21.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:21.905609300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:21.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:21.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:21.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:21.905609300] +2026-01-05T21:26:21.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:21.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:21.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:21.906255500] +2026-01-05T21:26:21.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:21.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:21.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:21.906+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:21.906255500] +2026-01-05T21:26:21.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:21.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:21.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:21.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:21.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:21.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:21.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:21.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:21.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:21.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:21.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:21.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:21.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:21.920469900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:26:24.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:24.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:24.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:24.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:24.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:24.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:24.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:24.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:24.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:24.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:24.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:24.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:24.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:24.930068300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:26.313+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:26.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:26.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:26.921+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:26.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:26.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:26.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:26.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:26.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:26.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:26.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:26.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:26.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:26.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:26.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:26.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:26.922634+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:26.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:26.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:26.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:26.922634] +2026-01-05T21:26:26.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:26.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:26.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:26.923289400] +2026-01-05T21:26:26.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:26.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:26.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:26.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:26.923289400] +2026-01-05T21:26:27.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:27.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:27.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:27.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:27.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:27.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:27.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:27.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:27.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:27.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:27.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:27.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:27.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:27.935664600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:30.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:30.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:30.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:30.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:30.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:30.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:30.939+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:30.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:30.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:30.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:30.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:30.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:30.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:30.940090800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:31.419+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:31.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:31.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:31.930+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:31.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:31.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:31.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:31.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:31.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:31.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:31.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:31.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:31.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:31.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:31.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:31.939+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:31.939245600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:26:31.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:31.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:31.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:31.939769500] +2026-01-05T21:26:31.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:31.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:31.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:31.941343800] +2026-01-05T21:26:31.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:31.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:31.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:31.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:31.941343800] +2026-01-05T21:26:33.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:33.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:33.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:33.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:33.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:33.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:33.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:33.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:33.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:33.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:33.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:33.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:33.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:33.945993300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:36.524+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:36.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:36.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:36.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:36.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:36.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:36.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:36.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:36.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:36.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:36.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:36.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:36.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:36.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:36.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:36.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:36.945283200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:36.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:36.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:36.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:36.945283200] +2026-01-05T21:26:36.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:36.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:36.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:36.946474800] +2026-01-05T21:26:36.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:36.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:36.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:36.947+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:36.946474800] +2026-01-05T21:26:36.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:36.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:36.948552400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:26:39.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:39.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:39.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:39.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:39.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:39.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:39.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:39.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:39.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:39.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:39.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:39.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:39.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:39.953091+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:41.617+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:41.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:41.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:41.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:41.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:41.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:41.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:41.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:41.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:41.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:41.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:41.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:41.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:41.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:41.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:41.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:41.963635400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:41.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:41.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:41.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:41.963635400] +2026-01-05T21:26:41.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:41.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:41.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:41.964139500] +2026-01-05T21:26:41.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:41.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:41.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:41.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:41.964139500] +2026-01-05T21:26:42.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:42.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:42.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:42.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:42.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:42.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:42.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:42.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:42.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:42.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:42.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:42.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:42.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:42.962154900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:44.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:26:44.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:26:44.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:44.120872300] +2026-01-05T21:26:44.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:26:45.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:45.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:45.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:45.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:45.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:45.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:45.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:45.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:45.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:45.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:45.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:45.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:45.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:45.977329+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:46.710+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:46.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:46.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:46.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:46.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:46.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:46.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:46.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:46.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:46.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:46.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:46.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:46.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:46.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:46.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:46.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:46.977498300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:46.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:46.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:46.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:46.977498300] +2026-01-05T21:26:46.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:46.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:46.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:46.978115] +2026-01-05T21:26:46.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:46.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:46.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:46.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:46.978115] +2026-01-05T21:26:48.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:48.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:48.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:48.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:48.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:48.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:48.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:48.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:48.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:48.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:48.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:48.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:48.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:48.988734600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:51.821+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:51.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:51.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:51.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:51.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:51.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:51.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:51.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:51.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:51.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:51.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:51.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:51.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:51.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:51.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:51.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:51.980670200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:51.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:51.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:51.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:51.980670200] +2026-01-05T21:26:51.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:51.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:51.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:51.981279100] +2026-01-05T21:26:51.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:51.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:51.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:51.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:51.981279100] +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:51.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:51.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:51.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:51.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:51.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:51.995468600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:26:55.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:55.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:55.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:55.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:55.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:55.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:55.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:55.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:55.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:55.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:55.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:55.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:55.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:55.012862400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:56.912+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:26:56.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:56.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:26:56.990+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:26:56.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:26:56.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:56.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:56.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:56.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:56.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:56.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:56.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:56.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:56.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:56.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:56.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:56.991770+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:26:56.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:26:56.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:26:56.991+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:56.991770] +2026-01-05T21:26:56.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:56.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:26:56.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:26:56.992507400] +2026-01-05T21:26:56.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:26:56.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:26:56.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:26:56.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:26:56.992507400] +2026-01-05T21:26:58.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:26:58.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:26:58.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:58.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:58.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:26:58.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:26:58.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:26:58.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:26:58.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:26:58.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:26:58.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:26:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:26:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:26:58.022601700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:01.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:01.030+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:01.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:01.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:01.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:01.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:01.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:01.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:01.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:01.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:01.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:01.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:01.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:01.032300700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:02.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:02.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:02.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:02.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:02.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:02.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:02.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:02.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:02.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:02.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:02.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:02.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:02.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:02.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:02.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:02.009831300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:02.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:02.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:02.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:02.009831300] +2026-01-05T21:27:02.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:02.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:02.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:02.010507600] +2026-01-05T21:27:02.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:02.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:02.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:02.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:02.010507600] +2026-01-05T21:27:02.023+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:04.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:04.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:04.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:04.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:04.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:04.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:04.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:04.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:04.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:04.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:04.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:04.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:04.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:04.035247100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:07.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:07.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:07.020+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:07.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:07.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:07.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:07.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:07.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:07.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:07.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:07.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:07.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:07.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:07.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:07.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:07.021567400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:07.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:07.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:07.021+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:07.021567400] +2026-01-05T21:27:07.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:07.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:07.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:07.022368800] +2026-01-05T21:27:07.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:07.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:07.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:07.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:07.022368800] +2026-01-05T21:27:07.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:07.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:07.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:07.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:07.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:07.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:07.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:07.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:07.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:07.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:07.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:07.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:07.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:07.051895700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:07.112+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:10.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:10.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:10.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:10.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:10.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:10.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:10.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:10.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:10.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:10.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:10.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:10.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:10.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:10.062501100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:12.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:12.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:12.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:12.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:12.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:12.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:12.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:12.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:12.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:12.036439100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:12.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:12.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:12.036439100] +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:12.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:12.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:12.036942400] +2026-01-05T21:27:12.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:12.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:12.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:12.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:12.036942400] +2026-01-05T21:27:12.221+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:13.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:13.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:13.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:13.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:13.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:13.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:13.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:13.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:13.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:13.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:13.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:13.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:13.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:13.077144700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:14.132+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:27:14.133+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:27:14.133+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:14.132570] +2026-01-05T21:27:14.133+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:27:16.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:16.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:16.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:16.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:16.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:16.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:16.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:16.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:16.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:16.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:16.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:16.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:16.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:16.082974500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:17.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:17.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:17.048+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:17.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:17.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:17.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:17.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:17.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:17.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:17.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:17.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:17.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:17.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:17.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:17.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:17.049731700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:17.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:17.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:17.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:17.049731700] +2026-01-05T21:27:17.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:17.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:17.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:17.050256600] +2026-01-05T21:27:17.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:17.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:17.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:17.050+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:17.050256600] +2026-01-05T21:27:17.312+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:19.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:19.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:19.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:19.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:19.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:19.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:19.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:19.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:19.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:19.087109+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:22.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:22.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:22.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:22.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:22.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:22.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:22.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:22.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:22.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:22.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:22.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:22.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:22.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:22.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:22.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:22.062474700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:22.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:22.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:22.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:22.062474700] +2026-01-05T21:27:22.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:22.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:22.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:22.063047800] +2026-01-05T21:27:22.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:22.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:22.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:22.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:22.063047800] +2026-01-05T21:27:22.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:22.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:22.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:22.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:22.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:22.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:22.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:22.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:22.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:22.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:22.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:22.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:22.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:22.092715100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:22.416+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:25.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:25.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:25.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:25.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:25.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:25.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:25.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:25.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:25.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:25.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:25.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:25.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:25.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:25.107885400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:27.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:27.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:27.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:27.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:27.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:27.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:27.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:27.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:27.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:27.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:27.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:27.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:27.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:27.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:27.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:27.072798+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:27.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:27.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:27.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:27.072798] +2026-01-05T21:27:27.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:27.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:27.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:27.073531100] +2026-01-05T21:27:27.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:27.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:27.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:27.074+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:27.073531100] +2026-01-05T21:27:27.523+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:28.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:28.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:28.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:28.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:28.117+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:28.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:28.117+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:28.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:28.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:28.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:28.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:28.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:28.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:28.118439800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:31.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:31.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:31.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:31.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:31.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:31.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:31.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:31.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:31.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:31.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:31.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:31.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:31.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:31.130682900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:32.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:32.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:32.079+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:32.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:32.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:32.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:32.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:32.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:32.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:32.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:32.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:32.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:32.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:32.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:32.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:32.081503600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:32.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:32.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:32.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:32.081503600] +2026-01-05T21:27:32.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:32.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:32.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:32.082174300] +2026-01-05T21:27:32.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:32.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:32.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:32.082+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:32.082174300] +2026-01-05T21:27:32.624+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:34.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:34.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:34.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:34.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:34.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:34.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:34.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:34.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:34.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:34.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:34.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:34.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:34.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:34.135254300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:37.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:37.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:37.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:37.091205900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:37.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:37.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:37.091205900] +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:37.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:37.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:37.091954400] +2026-01-05T21:27:37.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:37.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:37.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:37.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:37.091954400] +2026-01-05T21:27:37.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:37.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:37.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:37.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:37.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:37.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:37.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:37.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:37.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:37.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:37.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:37.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:37.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:37.137170900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:27:37.712+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:40.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:40.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:40.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:40.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:40.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:40.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:40.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:40.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:40.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:40.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:40.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:40.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:40.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:40.152435500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:42.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:42.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:42.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:42.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:42.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:42.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:42.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:42.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:42.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:42.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:42.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:42.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:42.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:42.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:42.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:42.097569300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:42.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:42.097+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:42.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:42.097569300] +2026-01-05T21:27:42.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:42.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:42.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:42.098207] +2026-01-05T21:27:42.098+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:42.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:42.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:42.098+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:42.098207] +2026-01-05T21:27:42.813+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:43.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:43.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:43.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:43.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:43.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:43.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:43.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:43.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:43.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:43.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:43.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:43.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:43.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:43.158231600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:44.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:27:44.147+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:27:44.147+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:44.147465] +2026-01-05T21:27:44.147+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:27:46.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:46.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:46.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:46.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:46.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:46.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:46.172+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:46.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:46.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:46.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:46.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:46.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:46.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:46.173508+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:47.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:47.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:47.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:47.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:47.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:47.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:47.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:47.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:47.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:47.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:47.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:47.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:47.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:47.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:47.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:47.110991+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:47.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:47.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:47.110+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:47.110991] +2026-01-05T21:27:47.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:47.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:47.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:47.111592700] +2026-01-05T21:27:47.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:47.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:47.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:47.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:47.111592700] +2026-01-05T21:27:47.917+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:49.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:49.181+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:49.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:49.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:49.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:49.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:49.182+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:49.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:49.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:49.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:49.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:49.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:49.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:49.183629+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:52.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:52.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:52.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:52.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:52.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:52.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:52.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:52.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:52.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:52.116151100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:52.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:52.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:52.116151100] +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:52.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:52.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:52.116855800] +2026-01-05T21:27:52.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:52.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:52.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:52.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:52.116855800] +2026-01-05T21:27:52.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:52.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:52.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:52.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:52.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:52.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:52.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:52.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:52.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:52.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:52.194+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:52.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:52.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:52.194155600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:53.018+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:55.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:55.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:55.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:55.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:55.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:55.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:55.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:55.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:55.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:55.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:55.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:55.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:55.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:55.199826600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:57.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:57.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:27:57.129+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:27:57.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:27:57.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:57.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:57.129+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:57.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:57.129+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:57.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:57.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:57.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:57.130+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:57.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:57.130+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:57.130646400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:27:57.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:27:57.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:27:57.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:57.130646400] +2026-01-05T21:27:57.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:57.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:27:57.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:27:57.131320100] +2026-01-05T21:27:57.131+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:27:57.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:27:57.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:27:57.131+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:27:57.131320100] +2026-01-05T21:27:58.126+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:27:58.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:27:58.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:27:58.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:58.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:58.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:27:58.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:27:58.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:27:58.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:27:58.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:27:58.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:27:58.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:27:58.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:27:58.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:27:58.207721900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:01.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:01.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:01.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:01.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:01.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:01.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:01.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:01.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:01.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:01.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:01.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:01.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:01.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:01.221300700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:02.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:02.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:02.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:02.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:02.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:02.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:02.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:02.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:02.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:02.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:02.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:02.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:02.141+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:02.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:02.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:02.141327600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:02.141+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:02.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:02.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:02.141327600] +2026-01-05T21:28:02.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:02.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:02.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:02.142072700] +2026-01-05T21:28:02.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:02.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:02.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:02.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:02.142072700] +2026-01-05T21:28:03.218+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:04.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:04.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:04.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:04.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:04.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:04.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:04.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:04.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:04.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:04.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:04.225+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:04.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:04.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:04.225006100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:07.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:07.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:07.148+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:07.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:07.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:07.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:07.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:07.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:07.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:07.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:07.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:07.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:07.150+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:07.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:07.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:07.150425+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:07.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:07.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:07.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:07.150946100] +2026-01-05T21:28:07.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:07.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:07.150+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:07.150946100] +2026-01-05T21:28:07.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:07.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:07.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:07.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:07.150946100] +2026-01-05T21:28:07.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:07.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:07.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:07.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:07.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:07.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:07.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:07.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:07.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:07.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:07.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:07.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:07.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:07.229008400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:08.317+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:10.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:10.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:10.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:10.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:10.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:10.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:10.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:10.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:10.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:10.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:10.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:10.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:10.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:10.234523200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:12.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:12.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:12.156+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:12.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:12.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:12.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:12.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:12.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:12.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:12.158239400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:12.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:12.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:12.158239400] +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:12.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:12.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:12.158826300] +2026-01-05T21:28:12.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:12.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:12.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:12.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:12.158826300] +2026-01-05T21:28:13.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:13.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:13.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:13.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:13.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:13.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:13.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:13.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:13.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:13.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:13.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:13.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:13.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:13.245088500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:13.415+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:14.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:28:14.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:28:14.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:14.162722600] +2026-01-05T21:28:14.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:28:16.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:16.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:16.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:16.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:16.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:16.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:16.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:16.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:16.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:16.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:16.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:16.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:16.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:16.249018900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:17.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:17.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:17.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:17.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:17.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:17.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:17.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:17.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:17.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:17.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:17.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:17.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:17.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:17.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:17.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:17.169231200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:17.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:17.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:17.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:17.169231200] +2026-01-05T21:28:17.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:17.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:17.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:17.169973900] +2026-01-05T21:28:17.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:17.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:17.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:17.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:17.169973900] +2026-01-05T21:28:18.524+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:19.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:19.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:19.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:19.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:19.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:19.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:19.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:19.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:19.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:19.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:19.258488600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:22.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:22.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:22.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:22.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:22.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:22.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:22.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:22.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:22.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:22.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:22.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:22.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:22.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:22.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:22.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:22.186482600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:22.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:22.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:22.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:22.186482600] +2026-01-05T21:28:22.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:22.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:22.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:22.187075200] +2026-01-05T21:28:22.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:22.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:22.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:22.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:22.187075200] +2026-01-05T21:28:22.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:22.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:22.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:22.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:22.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:22.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:22.261+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:22.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:22.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:22.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:22.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:22.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:22.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:22.263085600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:23.616+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:25.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:25.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:25.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:25.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:25.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:25.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:25.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:25.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:25.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:25.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:25.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:25.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:25.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:25.277638900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:27.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:27.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:27.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:27.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:27.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:27.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:27.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:27.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:27.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:27.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:27.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:27.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:27.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:27.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:27.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:27.197876300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:27.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:27.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:27.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:27.197876300] +2026-01-05T21:28:27.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:27.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:27.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:27.198470900] +2026-01-05T21:28:27.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:27.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:27.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:27.198+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:27.198470900] +2026-01-05T21:28:28.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:28.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:28.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:28.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:28.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:28.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:28.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:28.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:28.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:28.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:28.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:28.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:28.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:28.281111300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:28.714+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:31.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:31.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:31.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:31.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:31.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:31.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:31.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:31.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:31.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:31.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:31.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:31.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:31.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:31.287360+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:32.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:32.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:32.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:32.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:32.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:32.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:32.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:32.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:32.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:32.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:32.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:32.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:32.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:32.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:32.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:32.207989400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:32.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:32.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:32.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:32.207989400] +2026-01-05T21:28:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:32.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:32.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:32.208701300] +2026-01-05T21:28:32.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:32.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:32.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:32.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:32.208701300] +2026-01-05T21:28:33.827+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:34.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:34.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:34.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:34.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:34.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:34.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:34.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:34.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:34.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:34.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:34.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:34.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:34.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:34.297563+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:37.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:37.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:37.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:37.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:37.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:37.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:37.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:37.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:37.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:37.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:37.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:37.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:37.219+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:37.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:37.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:37.219586700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:37.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:37.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:37.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:37.219586700] +2026-01-05T21:28:37.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:37.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:37.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:37.220312300] +2026-01-05T21:28:37.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:37.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:37.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:37.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:37.220312300] +2026-01-05T21:28:37.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:37.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:37.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:37.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:37.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:37.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:37.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:37.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:37.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:37.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:37.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:37.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:37.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:37.314803700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:38.928+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:40.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:40.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:40.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:40.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:40.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:40.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:40.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:40.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:40.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:40.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:40.331782700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:42.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:42.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:42.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:42.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:42.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:42.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:42.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:42.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:42.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:42.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:42.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:42.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:42.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:42.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:42.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:42.232133600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:42.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:42.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:42.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:42.232133600] +2026-01-05T21:28:42.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:42.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:42.232+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:42.232780500] +2026-01-05T21:28:42.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:42.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:42.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:42.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:42.232780500] +2026-01-05T21:28:43.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:43.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:43.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:43.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:43.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:43.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:43.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:43.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:43.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:43.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:43.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:43.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:43.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:43.339662700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:44.020+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:44.176+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:28:44.176+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:28:44.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:44.176840900] +2026-01-05T21:28:44.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:28:46.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:46.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:46.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:46.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:46.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:46.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:46.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:46.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:46.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:46.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:46.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:46.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:46.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:46.354730800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:47.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:47.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:47.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:47.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:47.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:47.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:47.241+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:47.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:47.241+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:47.243146800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:47.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:47.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:47.243146800] +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:47.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:47.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:47.243823200] +2026-01-05T21:28:47.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:47.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:47.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:47.243+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:47.243823200] +2026-01-05T21:28:49.123+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:49.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:49.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:49.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:49.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:49.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:49.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:49.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:49.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:49.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:49.357+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:49.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:49.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:49.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:49.358074800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:52.256+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:52.256561700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:52.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:52.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:52.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:52.256561700] +2026-01-05T21:28:52.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:52.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:52.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:52.258551600] +2026-01-05T21:28:52.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:52.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:52.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:52.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:52.258551600] +2026-01-05T21:28:52.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:52.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:52.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:52.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:52.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:52.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:52.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:52.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:52.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:52.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:52.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:52.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:52.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:52.367215600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:54.220+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:28:55.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:55.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:55.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:55.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:55.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:55.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:55.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:55.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:55.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:55.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:55.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:55.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:55.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:55.374868+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:57.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:57.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:28:57.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:28:57.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:28:57.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:57.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:57.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:57.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:57.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:57.273004+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:28:57.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:28:57.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:57.273004] +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:57.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:28:57.273+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:28:57.273715300] +2026-01-05T21:28:57.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:28:57.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:28:57.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:28:57.274+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:28:57.273715300] +2026-01-05T21:28:58.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:28:58.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:28:58.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:58.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:58.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:28:58.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:28:58.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:28:58.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:28:58.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:28:58.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:28:58.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:28:58.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:28:58.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:28:58.387979300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:28:59.320+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:01.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:01.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:01.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:01.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:01.404+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:01.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:01.404+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:01.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:01.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:01.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:01.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:01.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:01.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:01.405347200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:02.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:02.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:02.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:02.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:02.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:02.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:02.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:02.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:02.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:02.280029200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:02.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:02.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:02.280029200] +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:02.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:02.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:02.280635600] +2026-01-05T21:29:02.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:02.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:02.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:02.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:02.280635600] +2026-01-05T21:29:04.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:04.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:04.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:04.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:04.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:04.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:04.411+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:04.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:04.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:04.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:04.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:04.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:04.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:04.412035500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:04.425+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:07.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:07.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:07.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:07.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:07.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:07.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:07.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:07.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:07.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:07.283017800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:07.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:07.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:07.283017800] +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:07.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:07.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:07.283676600] +2026-01-05T21:29:07.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:07.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:07.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:07.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:07.283676600] +2026-01-05T21:29:07.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:07.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:07.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:07.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:07.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:07.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:07.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:07.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:07.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:07.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:07.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:07.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:07.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:07.423649200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:09.529+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:10.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:10.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:10.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:10.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:10.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:10.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:10.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:10.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:10.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:10.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:10.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:10.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:10.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:10.435276400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:12.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:12.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:12.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:12.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:12.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:12.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:12.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:12.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:12.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:12.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:12.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:12.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:12.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:12.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:12.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:12.291343600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:12.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:12.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:12.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:12.291343600] +2026-01-05T21:29:12.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:12.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:12.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:12.291987900] +2026-01-05T21:29:12.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:12.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:12.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:12.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:12.291987900] +2026-01-05T21:29:13.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:13.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:13.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:13.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:13.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:13.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:13.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:13.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:13.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:13.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:13.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:13.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:13.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:13.445732900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:14.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:29:14.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:29:14.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:14.193005900] +2026-01-05T21:29:14.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:29:14.616+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:16.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:16.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:16.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:16.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:16.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:16.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:16.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:16.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:16.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:16.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:16.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:16.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:16.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:16.451164800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:17.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:17.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:17.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:17.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:17.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:17.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:17.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:17.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:17.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:17.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:17.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:17.307726100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:17.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:17.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:17.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:17.307726100] +2026-01-05T21:29:17.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:17.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:17.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:17.308309400] +2026-01-05T21:29:17.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:17.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:17.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:17.308+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:17.308309400] +2026-01-05T21:29:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:19.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:19.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:19.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:19.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:19.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:19.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:19.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:19.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:19.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:19.458778+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:19.721+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:22.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:22.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:22.313+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:22.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:22.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:22.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:22.313+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:22.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:22.313+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:22.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:22.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:22.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:22.314+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:22.314597700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:22.314+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:22.314+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:22.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:22.314597700] +2026-01-05T21:29:22.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:22.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:22.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:22.315271] +2026-01-05T21:29:22.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:22.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:22.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:22.315+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:22.315271] +2026-01-05T21:29:22.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:22.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:22.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:22.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:22.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:22.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:22.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:22.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:22.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:22.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:22.468+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:22.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:22.468+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:22.468785700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:24.819+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:25.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:25.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:25.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:25.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:25.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:25.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:25.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:25.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:25.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:25.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:25.475+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:25.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:25.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:25.475845700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:27.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:27.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:27.326+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:27.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:27.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:27.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:27.326+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:27.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:27.326+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:27.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:27.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:27.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:27.327+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:27.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:27.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:27.327581700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:27.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:27.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:27.327+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:27.327581700] +2026-01-05T21:29:27.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:27.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:27.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:27.328203400] +2026-01-05T21:29:27.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:27.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:27.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:27.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:27.328203400] +2026-01-05T21:29:28.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:28.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:28.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:28.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:28.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:28.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:28.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:28.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:28.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:28.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:28.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:28.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:28.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:28.492382900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:29.926+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:31.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:31.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:31.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:31.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:31.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:31.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:31.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:31.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:31.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:31.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:31.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:31.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:31.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:31.509724900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:32.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:32.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:32.339+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:32.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:32.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:32.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:32.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:32.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:32.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:32.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:32.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:32.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:32.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:32.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:32.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:32.341338800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:32.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:32.341+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:32.341+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:32.341338800] +2026-01-05T21:29:32.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:32.341+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:32.341+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:32.341941200] +2026-01-05T21:29:32.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:32.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:32.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:32.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:32.341941200] +2026-01-05T21:29:34.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:34.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:34.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:34.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:34.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:34.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:34.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:34.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:34.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:34.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:34.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:34.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:34.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:34.525816700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:35.023+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:37.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:37.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:37.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:37.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:37.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:37.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:37.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:37.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:37.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:37.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:37.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:37.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:37.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:37.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:37.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:37.351979700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:37.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:37.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:37.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:37.351979700] +2026-01-05T21:29:37.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:37.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:37.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:37.352648800] +2026-01-05T21:29:37.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:37.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:37.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:37.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:37.352648800] +2026-01-05T21:29:37.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:37.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:37.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:37.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:37.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:37.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:37.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:37.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:37.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:37.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:37.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:37.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:37.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:37.538301900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:40.132+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:40.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:40.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:40.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:40.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:40.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:40.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:40.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:40.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:40.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:40.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:40.540413300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:42.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:42.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:42.361+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:42.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:42.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:42.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:42.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:42.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:42.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:42.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:42.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:42.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:42.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:42.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:42.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:42.363781200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:42.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:42.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:42.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:42.363781200] +2026-01-05T21:29:42.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:42.364+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:42.364+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:42.364288700] +2026-01-05T21:29:42.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:42.364+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:42.364+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:42.364+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:42.364288700] +2026-01-05T21:29:43.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:43.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:43.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:43.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:43.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:43.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:43.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:43.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:43.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:43.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:43.544+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:43.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:43.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:43.544937700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:44.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:29:44.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:29:44.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:44.195843600] +2026-01-05T21:29:44.196+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:29:45.224+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:46.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:46.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:46.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:46.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:46.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:46.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:46.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:46.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:46.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:46.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:46.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:46.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:46.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:46.551327500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:47.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:47.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:47.374+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:47.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:47.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:47.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:47.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:47.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:47.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:47.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:47.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:47.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:47.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:47.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:47.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:47.375964+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:47.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:47.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:47.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:47.375964] +2026-01-05T21:29:47.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:47.376+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:47.376+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:47.376611200] +2026-01-05T21:29:47.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:47.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:47.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:47.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:47.376611200] +2026-01-05T21:29:49.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:49.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:49.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:49.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:49.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:49.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:49.554+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:49.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:49.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:49.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:49.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:49.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:49.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:49.555291600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:50.328+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:52.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:52.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:52.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:52.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:52.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:52.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:52.389+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:52.389+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:52.389+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:52.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:52.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:52.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:52.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:52.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:52.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:52.390562+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:52.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:52.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:52.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:52.390562] +2026-01-05T21:29:52.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:52.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:52.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:52.391192300] +2026-01-05T21:29:52.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:52.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:52.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:52.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:52.391192300] +2026-01-05T21:29:52.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:52.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:52.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:52.561962400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:55.426+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:29:55.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:55.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:55.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:55.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:55.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:55.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:55.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:55.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:55.570+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:55.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:55.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:55.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:55.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:55.571370100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:57.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:57.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:29:57.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:29:57.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:29:57.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:57.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:57.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:57.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:57.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:57.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:57.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:57.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:57.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:57.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:57.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:57.393543+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:29:57.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:29:57.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:29:57.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:57.393543] +2026-01-05T21:29:57.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:57.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:29:57.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:29:57.394225800] +2026-01-05T21:29:57.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:29:57.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:29:57.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:29:57.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:29:57.394225800] +2026-01-05T21:29:58.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:29:58.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:29:58.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:58.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:58.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:29:58.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:29:58.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:29:58.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:29:58.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:29:58.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:29:58.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:29:58.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:29:58.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:29:58.574182+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:00.520+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:01.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:01.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:01.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:01.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:01.579+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:01.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:01.579+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:01.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:01.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:01.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:01.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:01.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:01.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:01.580479+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:02.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:02.406+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:02.406292+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:02.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:02.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:02.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:02.406292] +2026-01-05T21:30:02.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:02.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:02.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:02.408278500] +2026-01-05T21:30:02.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:02.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:02.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:02.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:02.408278500] +2026-01-05T21:30:04.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:04.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:04.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:04.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:04.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:04.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:04.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:04.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:04.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:04.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:04.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:04.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:04.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:04.587216300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:05.631+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:07.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:07.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:07.412+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:07.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:07.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:07.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:07.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:07.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:07.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:07.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:07.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:07.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:07.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:07.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:07.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:07.413884400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:07.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:07.413+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:07.413+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:07.413884400] +2026-01-05T21:30:07.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:07.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:07.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:07.414496900] +2026-01-05T21:30:07.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:07.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:07.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:07.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:07.414496900] +2026-01-05T21:30:07.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:07.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:07.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:07.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:07.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:07.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:07.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:07.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:07.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:07.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:07.601364300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:10.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:10.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:10.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:10.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:10.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:10.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:10.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:10.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:10.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:10.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:10.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:10.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:10.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:10.610103+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:10.733+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:12.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:12.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:12.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:12.420+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:12.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:12.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:12.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:12.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:12.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:12.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:12.422189100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:12.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:12.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:12.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:12.422189100] +2026-01-05T21:30:12.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:12.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:12.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:12.422700300] +2026-01-05T21:30:12.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:12.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:12.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:12.423+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:12.422700300] +2026-01-05T21:30:13.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:13.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:13.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:13.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:13.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:13.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:13.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:13.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:13.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:13.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:13.622+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:13.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:13.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:13.622793800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:14.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:30:14.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:30:14.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:14.209102600] +2026-01-05T21:30:14.209+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:30:15.829+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:16.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:16.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:16.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:16.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:16.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:16.627854+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:17.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:17.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:17.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:17.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:17.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:17.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:17.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:17.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:17.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:17.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:17.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:17.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:17.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:17.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:17.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:17.437985400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:17.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:17.437+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:17.437+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:17.437985400] +2026-01-05T21:30:17.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:17.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:17.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:17.438706100] +2026-01-05T21:30:17.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:17.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:17.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:17.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:17.438706100] +2026-01-05T21:30:19.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:19.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:19.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:19.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:19.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:19.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:19.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:19.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:19.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:19.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:19.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:19.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:19.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:19.637260900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:20.929+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:22.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:22.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:22.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:22.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:22.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:22.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:22.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:22.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:22.450+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:22.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:22.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:22.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:22.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:22.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:22.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:22.451784400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:22.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:22.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:22.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:22.451784400] +2026-01-05T21:30:22.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:22.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:22.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:22.452329800] +2026-01-05T21:30:22.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:22.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:22.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:22.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:22.452329800] +2026-01-05T21:30:22.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:22.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:22.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:22.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:22.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:22.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:22.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:22.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:22.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:22.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:22.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:22.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:22.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:22.653115400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:25.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:25.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:25.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:25.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:25.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:25.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:25.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:25.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:25.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:25.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:25.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:25.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:25.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:25.659079500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:26.031+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:27.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:27.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:27.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:27.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:27.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:27.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:27.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:27.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:27.464+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:27.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:27.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:27.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:27.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:27.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:27.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:27.466502700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:27.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:27.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:27.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:27.466502700] +2026-01-05T21:30:27.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:27.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:27.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:27.467241800] +2026-01-05T21:30:27.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:27.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:27.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:27.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:27.467241800] +2026-01-05T21:30:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:28.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:28.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:28.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:28.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:28.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:28.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:28.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:28.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:28.666879+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:31.130+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:31.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:31.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:31.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:31.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:31.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:31.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:31.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:31.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:31.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:31.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:31.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:31.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:31.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:31.680381400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:32.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:32.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:32.474+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:32.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:32.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:32.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:32.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:32.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:32.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:32.476270400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:32.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:32.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:32.476270400] +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:32.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:32.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:32.476888800] +2026-01-05T21:30:32.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:32.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:32.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:32.477+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:32.476888800] +2026-01-05T21:30:34.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:34.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:34.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:34.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:34.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:34.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:34.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:34.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:34.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:34.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:34.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:34.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:34.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:34.685547200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:36.236+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:37.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:37.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:37.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:37.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:37.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:37.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:37.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:37.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:37.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:37.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:37.491146400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:37.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:37.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:37.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:37.491146400] +2026-01-05T21:30:37.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:37.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:37.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:37.491695700] +2026-01-05T21:30:37.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:37.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:37.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:37.492+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:37.491695700] +2026-01-05T21:30:37.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:37.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:37.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:37.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:37.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:37.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:37.691+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:37.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:37.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:37.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:37.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:37.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:37.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:37.692547400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:40.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:40.694+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:40.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:40.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:40.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:40.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:40.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:40.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:40.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:40.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:40.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:40.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:40.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:40.696902500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:41.333+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:42.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:42.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:42.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:42.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:42.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:42.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:42.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:42.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:42.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:42.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:42.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:42.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:42.503+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:42.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:42.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:42.503397100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:42.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:42.503+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:42.503+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:42.503397100] +2026-01-05T21:30:42.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:42.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:42.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:42.504085200] +2026-01-05T21:30:42.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:42.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:42.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:42.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:42.504085200] +2026-01-05T21:30:43.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:43.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:43.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:43.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:43.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:43.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:43.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:43.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:43.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:43.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:43.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:43.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:43.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:43.703023700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:44.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:30:44.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:30:44.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:44.215587800] +2026-01-05T21:30:44.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:30:46.429+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:46.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:46.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:46.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:46.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:46.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:46.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:46.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:46.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:46.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:46.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:46.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:46.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:46.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:46.712666600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:47.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:47.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:47.509+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:47.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:47.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:47.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:47.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:47.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:47.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:47.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:47.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:47.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:47.510+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:47.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:47.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:47.510786900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:47.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:47.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:47.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:47.510786900] +2026-01-05T21:30:47.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:47.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:47.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:47.511465] +2026-01-05T21:30:47.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:47.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:47.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:47.511+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:47.511465] +2026-01-05T21:30:49.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:49.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:49.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:49.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:49.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:49.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:49.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:49.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:49.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:49.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:49.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:49.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:49.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:49.723236100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:51.527+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:52.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:52.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:52.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:52.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:52.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:52.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:52.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:52.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:52.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:52.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:52.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:52.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:52.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:52.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:52.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:52.514831500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:52.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:52.514+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:52.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:52.514831500] +2026-01-05T21:30:52.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:52.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:52.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:52.515540600] +2026-01-05T21:30:52.516+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:52.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:52.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:52.516+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:52.515540600] +2026-01-05T21:30:52.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:52.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:52.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:52.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:52.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:52.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:52.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:52.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:52.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:52.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:52.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:52.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:52.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:52.731124600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:55.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:55.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:55.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:55.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:55.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:55.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:55.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:55.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:55.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:55.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:55.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:55.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:55.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:55.736417500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:56.622+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:30:57.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:57.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:30:57.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:30:57.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:30:57.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:57.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:57.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:57.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:57.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:57.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:57.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:57.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:57.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:57.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:57.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:57.527594700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:30:57.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:30:57.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:30:57.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:57.527594700] +2026-01-05T21:30:57.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:57.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:30:57.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:30:57.528232600] +2026-01-05T21:30:57.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:30:57.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:30:57.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:30:57.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:30:57.528232600] +2026-01-05T21:30:58.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:30:58.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:30:58.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:58.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:58.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:30:58.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:30:58.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:30:58.740+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:30:58.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:30:58.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:30:58.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:30:58.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:30:58.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:30:58.741593900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:01.731+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:01.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:01.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:01.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:01.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:01.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:01.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:01.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:01.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:01.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:01.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:01.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:01.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:01.748+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:01.748410800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:02.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:02.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:02.541+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:02.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:02.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:02.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:02.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:02.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:02.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:02.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:02.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:02.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:02.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:02.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:02.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:02.542532+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:02.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:02.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:02.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:02.542532] +2026-01-05T21:31:02.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:02.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:02.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:02.543181600] +2026-01-05T21:31:02.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:02.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:02.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:02.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:02.543181600] +2026-01-05T21:31:04.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:04.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:04.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:04.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:04.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:04.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:04.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:04.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:04.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:04.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:04.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:04.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:04.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:04.764764100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:06.834+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:07.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:07.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:07.552+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:07.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:07.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:07.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:07.552+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:07.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:07.552+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:07.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:07.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:07.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:07.553+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:07.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:07.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:07.553764500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:07.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:07.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:07.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:07.553764500] +2026-01-05T21:31:07.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:07.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:07.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:07.554530400] +2026-01-05T21:31:07.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:07.555+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:07.555+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:07.555+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:07.554530400] +2026-01-05T21:31:07.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:07.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:07.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:07.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:07.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:07.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:07.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:07.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:07.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:07.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:07.769+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:07.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:07.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:07.769418500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:10.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:10.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:10.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:10.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:10.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:10.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:10.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:10.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:10.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:10.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:10.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:10.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:10.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:10.773428700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:11.927+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:12.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:12.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:12.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:12.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:12.563+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:12.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:12.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:12.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:12.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:12.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:12.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:12.564816900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:12.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:12.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:12.564+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:12.564816900] +2026-01-05T21:31:12.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:12.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:12.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:12.565449500] +2026-01-05T21:31:12.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:12.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:12.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:12.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:12.565449500] +2026-01-05T21:31:13.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:13.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:13.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:13.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:13.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:13.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:13.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:13.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:13.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:13.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:13.779+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:13.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:13.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:13.779743+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:31:14.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:31:14.227+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:31:14.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:14.227777700] +2026-01-05T21:31:14.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:31:16.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:16.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:16.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:16.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:16.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:16.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:16.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:16.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:16.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:16.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:16.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:16.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:16.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:16.792956800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:31:17.025+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:17.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:17.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:17.568+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:17.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:17.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:17.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:17.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:17.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:17.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:17.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:17.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:17.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:17.569+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:17.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:17.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:17.569839600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:17.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:17.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:17.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:17.569839600] +2026-01-05T21:31:17.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:17.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:17.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:17.570456100] +2026-01-05T21:31:17.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:17.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:17.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:17.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:17.570456100] +2026-01-05T21:31:19.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:19.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:19.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:19.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:19.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:19.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:19.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:19.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:19.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:19.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:19.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:19.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:19.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:19.803315600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:22.137+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:22.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:22.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:22.571+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:22.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:22.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:22.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:22.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:22.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:22.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:22.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:22.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:22.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:22.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:22.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:22.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:22.573299800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:22.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:22.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:22.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:22.573299800] +2026-01-05T21:31:22.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:22.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:22.573+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:22.573803700] +2026-01-05T21:31:22.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:22.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:22.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:22.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:22.573803700] +2026-01-05T21:31:22.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:22.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:22.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:22.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:22.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:22.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:22.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:22.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:22.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:22.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:22.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:22.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:22.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:22.807094600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:31:25.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:25.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:25.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:25.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:25.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:25.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:25.814+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:25.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:25.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:25.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:25.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:25.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:25.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:25.815746700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:31:27.229+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:27.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:27.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:27.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:27.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:27.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:27.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:27.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:27.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:27.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:27.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:27.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:27.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:27.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:27.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:27.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:27.590413100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:27.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:27.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:27.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:27.590413100] +2026-01-05T21:31:27.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:27.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:27.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:27.591022500] +2026-01-05T21:31:27.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:27.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:27.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:27.591+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:27.591022500] +2026-01-05T21:31:28.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:28.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:28.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:28.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:28.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:28.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:28.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:28.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:28.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:28.818+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:28.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:28.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:28.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:28.819378300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:31.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:31.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:31.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:31.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:31.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:31.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:31.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:31.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:31.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:31.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:31.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:31.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:31.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:31.832701400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:31:32.327+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:32.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:32.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:32.593+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:32.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:32.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:32.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:32.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:32.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:32.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:32.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:32.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:32.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:32.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:32.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:32.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:32.595551300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:32.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:32.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:32.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:32.595551300] +2026-01-05T21:31:32.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:32.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:32.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:32.596225300] +2026-01-05T21:31:32.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:32.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:32.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:32.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:32.596225300] +2026-01-05T21:31:34.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:34.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:34.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:34.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:34.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:34.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:34.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:34.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:34.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:34.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:34.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:34.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:34.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:34.840997300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:31:37.429+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:37.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:37.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:37.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:37.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:37.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:37.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:37.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:37.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:37.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:37.604083+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:37.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:37.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:37.604083] +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:37.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:37.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:37.604737200] +2026-01-05T21:31:37.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:37.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:37.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:37.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:37.604737200] +2026-01-05T21:31:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:37.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:37.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:37.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:37.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:37.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:37.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:37.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:37.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:37.854998700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:40.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:40.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:40.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:40.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:40.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:40.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:40.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:40.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:40.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:40.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:40.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:40.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:40.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:40.859350700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:42.535+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:42.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:42.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:42.612+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:42.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:42.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:42.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:42.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:42.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:42.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:42.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:42.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:42.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:42.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:42.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:42.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:42.614880500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:42.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:42.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:42.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:42.614880500] +2026-01-05T21:31:42.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:42.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:42.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:42.615384800] +2026-01-05T21:31:42.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:42.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:42.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:42.615+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:42.615384800] +2026-01-05T21:31:43.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:43.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:43.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:43.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:43.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:43.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:43.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:43.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:43.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:43.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:43.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:43.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:43.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:43.873889700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:44.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:31:44.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:31:44.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:44.243634300] +2026-01-05T21:31:44.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:31:46.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:46.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:46.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:46.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:46.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:46.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:46.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:46.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:46.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:46.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:46.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:46.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:46.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:46.880331600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:31:47.625+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:47.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:47.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:47.626+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:47.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:47.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:47.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:47.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:47.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:47.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:47.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:47.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:47.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:47.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:47.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:47.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:47.627987100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:47.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:47.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:47.627+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:47.627987100] +2026-01-05T21:31:47.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:47.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:47.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:47.628591400] +2026-01-05T21:31:47.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:47.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:47.629+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:47.629+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:47.628591400] +2026-01-05T21:31:49.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:49.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:49.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:49.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:49.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:49.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:49.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:49.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:49.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:49.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:49.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:49.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:49.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:49.888027900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:52.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:52.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:52.632+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:52.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:52.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:52.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:52.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:52.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:52.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:52.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:52.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:52.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:52.634+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:52.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:52.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:52.634328100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:52.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:52.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:52.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:52.634328100] +2026-01-05T21:31:52.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:52.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:52.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:52.635004300] +2026-01-05T21:31:52.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:52.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:52.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:52.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:52.635004300] +2026-01-05T21:31:52.725+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:52.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:52.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:52.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:52.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:52.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:52.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:52.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:52.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:52.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:52.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:52.899+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:52.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:52.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:52.899300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:55.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:55.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:55.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:55.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:55.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:55.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:55.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:55.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:55.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:55.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:55.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:55.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:55.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:55.906823500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:31:57.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:57.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:31:57.650+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:31:57.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:31:57.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:57.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:57.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:57.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:57.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:57.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:57.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:57.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:57.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:57.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:57.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:57.651389200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:31:57.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:31:57.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:31:57.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:57.651389200] +2026-01-05T21:31:57.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:57.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:31:57.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:31:57.652435100] +2026-01-05T21:31:57.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:31:57.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:31:57.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:31:57.652+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:31:57.652435100] +2026-01-05T21:31:57.835+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:31:58.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:31:58.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:31:58.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:58.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:58.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:31:58.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:31:58.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:31:58.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:31:58.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:31:58.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:31:58.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:31:58.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:31:58.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:31:58.911297+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:01.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:01.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:01.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:01.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:01.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:01.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:01.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:01.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:01.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:01.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:01.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:01.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:01.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:01.928375300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:02.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:02.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:02.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:02.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:02.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:02.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:02.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:02.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:02.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:02.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:02.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:02.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:02.659+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:02.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:02.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:02.659966100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:02.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:02.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:02.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:02.659966100] +2026-01-05T21:32:02.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:02.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:02.660+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:02.660637200] +2026-01-05T21:32:02.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:02.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:02.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:02.661+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:02.660637200] +2026-01-05T21:32:02.924+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:04.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:04.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:04.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:04.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:04.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:04.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:04.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:04.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:04.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:04.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:04.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:04.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:04.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:04.944328500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:07.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:07.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:07.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:07.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:07.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:07.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:07.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:07.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:07.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:07.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:07.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:07.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:07.667+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:07.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:07.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:07.667700500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:07.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:07.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:07.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:07.667700500] +2026-01-05T21:32:07.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:07.668+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:07.668+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:07.668205900] +2026-01-05T21:32:07.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:07.668+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:07.668+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:07.668+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:07.668205900] +2026-01-05T21:32:07.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:07.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:07.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:07.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:07.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:07.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:07.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:07.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:07.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:07.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:07.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:07.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:07.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:07.961409400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:08.038+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:10.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:10.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:10.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:10.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:10.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:10.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:10.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:10.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:10.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:10.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:10.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:10.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:10.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:10.974611900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:12.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:12.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:12.678+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:12.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:12.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:12.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:12.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:12.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:12.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:12.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:12.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:12.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:12.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:12.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:12.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:12.679025+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:12.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:12.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:12.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:12.679025] +2026-01-05T21:32:12.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:12.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:12.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:12.679025] +2026-01-05T21:32:12.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:12.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:12.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:12.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:12.679025] +2026-01-05T21:32:13.127+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:13.983+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:13.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:13.983+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:13.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:13.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:13.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:13.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:13.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:13.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:13.985128+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:14.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:32:14.248+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:32:14.248+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:14.247793800] +2026-01-05T21:32:14.248+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:32:16.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:16.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:16.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:16.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:16.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:16.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:16.989+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:16.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:16.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:16.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:16.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:16.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:16.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:16.990744800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:17.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:17.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:17.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:17.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:17.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:17.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:17.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:17.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:17.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:17.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:17.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:17.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:17.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:17.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:17.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:17.692024100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:17.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:17.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:17.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:17.692024100] +2026-01-05T21:32:17.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:17.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:17.692+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:17.692635200] +2026-01-05T21:32:17.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:17.693+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:17.693+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:17.693+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:17.692635200] +2026-01-05T21:32:18.234+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:19.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:19.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:19.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:19.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:19.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:19.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:19.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:19.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:19.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:19.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:19.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:19.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:19.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:19.998164200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:22.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:22.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:22.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:22.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:22.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:22.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:22.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:22.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:22.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:22.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:22.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:22.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:22.698+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:22.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:22.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:22.698432500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:22.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:22.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:22.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:22.698432500] +2026-01-05T21:32:22.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:22.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:22.699+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:22.698936800] +2026-01-05T21:32:22.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:22.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:22.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:22.700+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:22.698936800] +2026-01-05T21:32:23.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:23.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:23.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:23.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:23.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:23.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:23.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:23.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:23.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:23.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:23.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:23.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:23.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:23.012392300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:23.336+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:26.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:26.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:26.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:26.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:26.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:26.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:26.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:26.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:26.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:26.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:26.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:26.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:26.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:26.028598900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:27.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:27.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:27.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:27.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:27.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:27.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:27.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:27.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:27.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:27.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:27.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:27.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:27.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:27.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:27.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:27.702353200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:27.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:27.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:27.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:27.702353200] +2026-01-05T21:32:27.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:27.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:27.702+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:27.702353200] +2026-01-05T21:32:27.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:27.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:27.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:27.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:27.702353200] +2026-01-05T21:32:28.436+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:29.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:29.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:29.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:29.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:29.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:29.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:29.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:29.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:29.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:29.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:29.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:29.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:29.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:29.044575700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:32.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:32.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:32.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:32.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:32.046+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:32.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:32.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:32.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:32.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:32.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:32.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:32.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:32.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:32.048725700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:32.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:32.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:32.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:32.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:32.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:32.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:32.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:32.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:32.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:32.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:32.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:32.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:32.718+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:32.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:32.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:32.718671100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:32.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:32.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:32.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:32.718671100] +2026-01-05T21:32:32.718+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:32.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:32.718+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:32.718671100] +2026-01-05T21:32:32.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:32.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:32.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:32.719+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:32.718671100] +2026-01-05T21:32:33.524+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:35.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:35.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:35.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:35.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:35.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:35.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:35.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:35.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:35.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:35.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:35.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:35.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:35.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:35.059995200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:37.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:37.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:37.726+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:37.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:37.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:37.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:37.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:37.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:37.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:37.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:37.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:37.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:37.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:37.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:37.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:37.727667200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:37.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:37.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:37.727+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:37.727667200] +2026-01-05T21:32:37.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:37.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:37.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:37.728334300] +2026-01-05T21:32:37.728+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:37.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:37.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:37.728+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:37.728334300] +2026-01-05T21:32:38.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:38.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:38.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:38.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:38.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:38.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:38.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:38.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:38.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:38.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:38.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:38.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:38.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:38.072852300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:38.630+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:41.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:41.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:41.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:41.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:41.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:41.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:41.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:41.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:41.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:41.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:41.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:41.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:41.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:41.077947800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:42.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:42.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:42.739+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:42.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:42.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:42.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:42.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:42.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:42.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:42.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:42.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:42.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:42.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:42.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:42.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:42.741267800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:42.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:42.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:42.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:42.741267800] +2026-01-05T21:32:42.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:42.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:42.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:42.741906200] +2026-01-05T21:32:42.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:42.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:42.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:42.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:42.741906200] +2026-01-05T21:32:43.733+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:44.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:44.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:44.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:44.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:44.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:44.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:44.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:44.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:44.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:44.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:44.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:44.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:44.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:44.092914+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:44.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:32:44.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:32:44.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:44.261482] +2026-01-05T21:32:44.262+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:32:47.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:47.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:47.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:47.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:47.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:47.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:47.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:47.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:47.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:47.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:47.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:47.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:47.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:47.097477600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:47.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:47.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:47.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:47.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:47.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:47.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:47.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:47.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:47.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:47.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:47.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:47.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:47.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:47.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:47.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:47.755781700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:47.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:47.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:47.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:47.755781700] +2026-01-05T21:32:47.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:47.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:47.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:47.756479900] +2026-01-05T21:32:47.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:47.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:47.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:47.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:47.756479900] +2026-01-05T21:32:48.833+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:50.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:50.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:50.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:50.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:50.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:50.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:50.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:50.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:50.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:50.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:50.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:50.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:50.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:50.114147800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:52.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:52.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:52.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:52.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:52.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:52.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:52.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:52.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:52.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:52.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:52.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:52.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:52.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:52.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:52.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:52.765373800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:52.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:52.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:52.765+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:52.765373800] +2026-01-05T21:32:52.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:52.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:52.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:52.766087300] +2026-01-05T21:32:52.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:52.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:52.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:52.766+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:52.766087300] +2026-01-05T21:32:53.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:53.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:53.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:53.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:53.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:53.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:53.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:53.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:53.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:53.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:53.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:53.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:53.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:53.123180700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:53.930+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:56.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:56.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:56.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:56.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:56.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:56.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:56.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:56.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:56.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:56.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:56.127+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:56.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:56.127+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:56.127160+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:57.779+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:57.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:32:57.780+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:32:57.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:32:57.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:57.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:57.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:57.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:57.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:57.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:57.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:57.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:57.781+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:57.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:57.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:57.781228800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:32:57.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:32:57.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:32:57.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:57.781228800] +2026-01-05T21:32:57.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:57.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:32:57.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:32:57.782228700] +2026-01-05T21:32:57.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:32:57.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:32:57.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:32:57.782+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:32:57.782228700] +2026-01-05T21:32:59.025+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:32:59.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:32:59.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:32:59.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:59.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:59.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:32:59.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:32:59.133+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:32:59.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:32:59.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:32:59.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:32:59.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:32:59.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:32:59.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:32:59.135849800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:02.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:02.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:02.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:02.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:02.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:02.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:02.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:02.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:02.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:02.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:02.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:02.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:02.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:02.149301700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:02.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:02.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:02.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:02.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:02.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:02.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:02.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:02.788786600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:02.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:02.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:02.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:02.788786600] +2026-01-05T21:33:02.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:02.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:02.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:02.789307900] +2026-01-05T21:33:02.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:02.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:02.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:02.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:02.789307900] +2026-01-05T21:33:04.125+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:05.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:05.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:05.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:05.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:05.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:05.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:05.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:05.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:05.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:05.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:05.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:05.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:05.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:05.159902100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:07.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:07.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:07.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:07.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:07.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:07.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:07.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:07.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:07.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:07.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:07.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:07.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:07.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:07.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:07.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:07.797608300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:07.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:07.797+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:07.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:07.797608300] +2026-01-05T21:33:07.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:07.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:07.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:07.798120200] +2026-01-05T21:33:07.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:07.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:07.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:07.798+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:07.798120200] +2026-01-05T21:33:08.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:08.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:08.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:08.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:08.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:08.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:08.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:08.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:08.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:08.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:08.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:08.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:08.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:08.169409800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:09.238+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:11.182+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:11.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:11.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:11.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:11.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:11.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:11.183+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:11.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:11.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:11.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:11.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:11.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:11.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:11.184425700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:12.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:12.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:12.799+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:12.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:12.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:12.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:12.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:12.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:12.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:12.801414100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:12.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:12.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:12.801414100] +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:12.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:12.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:12.801958] +2026-01-05T21:33:12.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:12.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:12.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:12.801+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:12.801958] +2026-01-05T21:33:14.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:14.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:14.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:14.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:14.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:14.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:14.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:14.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:14.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:14.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:14.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:14.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:14.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:14.200171100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:14.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:33:14.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:33:14.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:14.277176900] +2026-01-05T21:33:14.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:33:14.338+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:17.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:17.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:17.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:17.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:17.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:17.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:17.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:17.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:17.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:17.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:17.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:17.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:17.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:17.204326+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:17.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:17.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:17.811+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:17.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:17.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:17.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:17.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:17.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:17.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:17.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:17.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:17.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:17.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:17.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:17.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:17.812507900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:17.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:17.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:17.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:17.812507900] +2026-01-05T21:33:17.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:17.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:17.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:17.813111] +2026-01-05T21:33:17.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:17.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:17.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:17.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:17.813111] +2026-01-05T21:33:19.429+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:20.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:20.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:20.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:20.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:20.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:20.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:20.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:20.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:20.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:20.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:20.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:20.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:20.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:20.209283+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:22.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:22.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:22.826+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:22.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:22.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:22.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:22.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:22.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:22.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:22.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:22.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:22.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:22.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:22.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:22.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:22.827449600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:22.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:22.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:22.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:22.827449600] +2026-01-05T21:33:22.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:22.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:22.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:22.827960400] +2026-01-05T21:33:22.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:22.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:22.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:22.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:22.827960400] +2026-01-05T21:33:23.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:23.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:23.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:23.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:23.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:23.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:23.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:23.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:23.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:23.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:23.216+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:23.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:23.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:23.216347100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:24.537+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:26.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:26.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:26.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:26.222995600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:27.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:27.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:27.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:27.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:27.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:27.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:27.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:27.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:27.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:27.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:27.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:27.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:27.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:27.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:27.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:27.843176300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:27.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:27.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:27.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:27.843176300] +2026-01-05T21:33:27.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:27.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:27.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:27.844408700] +2026-01-05T21:33:27.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:27.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:27.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:27.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:27.844408700] +2026-01-05T21:33:29.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:29.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:29.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:29.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:29.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:29.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:29.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:29.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:29.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:29.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:29.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:29.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:29.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:29.230929800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:29.634+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:32.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:32.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:32.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:32.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:32.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:32.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:32.235+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:32.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:32.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:32.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:32.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:32.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:32.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:32.237143600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:32.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:32.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:32.844+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:32.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:32.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:32.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:32.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:32.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:32.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:32.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:32.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:32.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:32.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:32.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:32.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:32.846249100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:32.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:32.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:32.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:32.846249100] +2026-01-05T21:33:32.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:32.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:32.846+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:32.846909200] +2026-01-05T21:33:32.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:32.847+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:32.847+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:32.847+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:32.846909200] +2026-01-05T21:33:34.739+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:35.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:35.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:35.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:35.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:35.250+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:35.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:35.250+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:35.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:35.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:35.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:35.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:35.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:35.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:35.252254700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:37.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:37.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:37.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:37.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:37.855360500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:37.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:37.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:37.855360500] +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:37.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:37.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:37.855970900] +2026-01-05T21:33:37.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:37.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:37.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:37.856+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:37.855970900] +2026-01-05T21:33:38.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:38.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:38.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:38.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:38.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:38.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:38.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:38.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:38.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:38.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:38.256+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:38.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:38.256+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:38.256612300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:39.834+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:41.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:41.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:41.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:41.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:41.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:41.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:41.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:41.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:41.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:41.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:41.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:41.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:41.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:41.268872500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:42.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:42.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:42.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:42.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:42.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:42.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:42.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:42.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:42.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:42.873338400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:42.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:42.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:42.873338400] +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:42.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:42.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:42.873858900] +2026-01-05T21:33:42.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:42.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:42.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:42.873+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:42.873858900] +2026-01-05T21:33:44.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:44.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:44.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:44.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:44.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:44.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:44.277+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:44.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:44.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:44.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:44.278+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:44.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:44.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:44.278111400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:44.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:33:44.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:33:44.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:44.291532600] +2026-01-05T21:33:44.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:33:44.930+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:47.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:47.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:47.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:47.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:47.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:47.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:47.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:47.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:47.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:47.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:47.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:47.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:47.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:47.283406900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:47.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:47.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:47.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:47.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:47.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:47.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:47.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:47.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:47.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:47.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:47.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:47.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:47.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:47.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:47.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:47.876620+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:47.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:47.876+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:47.876+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:47.876620] +2026-01-05T21:33:47.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:47.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:47.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:47.877158] +2026-01-05T21:33:47.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:47.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:47.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:47.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:47.877158] +2026-01-05T21:33:50.038+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:50.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:50.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:50.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:50.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:50.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:50.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:50.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:50.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:50.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:50.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:50.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:50.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:50.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:50.289725500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:52.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:52.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:52.884+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:52.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:52.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:52.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:52.884+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:52.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:52.884+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:52.886348800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:52.886+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:52.886+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:52.886348800] +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:52.886+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:52.886+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:52.886868900] +2026-01-05T21:33:52.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:52.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:52.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:52.887+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:52.886868900] +2026-01-05T21:33:53.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:53.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:53.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:53.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:53.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:53.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:53.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:53.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:53.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:53.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:53.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:53.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:53.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:53.307038300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:55.140+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:33:56.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:56.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:56.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:56.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:56.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:56.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:56.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:56.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:56.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:56.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:56.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:56.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:56.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:56.322904900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:57.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:57.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:33:57.894+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:33:57.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:33:57.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:57.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:57.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:57.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:57.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:57.895312200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:33:57.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:33:57.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:57.895312200] +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:57.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:33:57.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:33:57.895961400] +2026-01-05T21:33:57.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:33:57.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:33:57.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:33:57.896+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:33:57.895961400] +2026-01-05T21:33:59.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:33:59.327+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:33:59.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:59.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:59.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:33:59.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:33:59.328+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:33:59.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:33:59.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:33:59.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:33:59.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:33:59.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:33:59.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:33:59.329713300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:00.229+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:02.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:02.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:02.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:02.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:02.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:02.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:02.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:02.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:02.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:02.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:02.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:02.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:02.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:02.334511700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:02.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:02.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:02.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:02.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:02.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:02.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:02.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:02.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:02.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:02.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:02.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:02.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:02.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:02.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:02.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:02.912334100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:02.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:02.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:02.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:02.912334100] +2026-01-05T21:34:02.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:02.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:02.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:02.913031100] +2026-01-05T21:34:02.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:02.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:02.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:02.913+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:02.913031100] +2026-01-05T21:34:05.337+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:05.337+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:05.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:05.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:05.338+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:05.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:05.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:05.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:05.339+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:05.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:05.339+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:05.339269500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:34:07.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:07.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:07.923+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:07.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:07.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:07.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:07.923+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:07.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:07.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:07.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:07.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:07.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:07.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:07.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:07.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:07.924579400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:07.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:07.924+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:07.924+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:07.924579400] +2026-01-05T21:34:07.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:07.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:07.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:07.925107200] +2026-01-05T21:34:07.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:07.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:07.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:07.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:07.925107200] +2026-01-05T21:34:08.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:08.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:08.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:08.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:08.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:08.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:08.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:08.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:08.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:08.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:08.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:08.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:08.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:08.355903100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:10.440+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:11.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:11.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:11.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:11.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:11.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:11.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:11.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:11.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:11.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:11.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:11.364935+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:12.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:12.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:12.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:12.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:12.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:12.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:12.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:12.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:12.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:12.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:12.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:12.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:12.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:12.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:12.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:12.936751500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:12.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:12.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:12.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:12.936751500] +2026-01-05T21:34:12.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:12.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:12.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:12.937379100] +2026-01-05T21:34:12.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:12.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:12.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:12.937+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:12.937379100] +2026-01-05T21:34:14.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:34:14.300+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:34:14.300+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:14.300301400] +2026-01-05T21:34:14.300+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:34:14.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:14.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:14.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:14.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:14.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:14.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:14.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:14.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:14.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:14.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:14.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:14.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:14.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:14.381484800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:15.534+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:17.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:17.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:17.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:17.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:17.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:17.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:17.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:17.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:17.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:17.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:17.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:17.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:17.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:17.390017200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:17.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:17.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:17.949+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:17.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:17.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:17.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:17.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:17.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:17.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:17.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:17.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:17.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:17.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:17.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:17.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:17.951384900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:17.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:17.951+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:17.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:17.951384900] +2026-01-05T21:34:17.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:17.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:17.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:17.952086500] +2026-01-05T21:34:17.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:17.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:17.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:17.952+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:17.952086500] +2026-01-05T21:34:20.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:20.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:20.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:20.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:20.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:20.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:20.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:20.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:20.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:20.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:20.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:20.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:20.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:20.400668700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:20.630+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:22.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:22.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:22.956+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:22.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:22.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:22.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:22.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:22.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:22.956+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:22.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:22.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:22.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:22.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:22.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:22.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:22.958247800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:22.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:22.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:22.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:22.958247800] +2026-01-05T21:34:22.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:22.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:22.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:22.958882100] +2026-01-05T21:34:22.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:22.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:22.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:22.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:22.958882100] +2026-01-05T21:34:23.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:23.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:23.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:23.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:23.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:23.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:23.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:23.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:23.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:23.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:23.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:23.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:23.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:23.411399100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:25.727+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:26.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:26.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:26.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:26.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:26.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:26.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:26.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:26.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:26.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:26.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:26.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:26.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:26.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:26.414667300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:27.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:27.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:27.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:27.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:27.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:27.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:27.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:27.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:27.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:27.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:27.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:27.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:27.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:27.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:27.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:27.962099100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:27.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:27.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:27.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:27.962099100] +2026-01-05T21:34:27.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:27.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:27.962+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:27.962755900] +2026-01-05T21:34:27.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:27.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:27.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:27.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:27.962755900] +2026-01-05T21:34:29.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:29.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:29.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:29.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:29.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:29.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:29.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:29.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:29.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:29.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:29.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:29.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:29.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:29.429513600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:30.827+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:32.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:32.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:32.434+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:32.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:32.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:32.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:32.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:32.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:32.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:32.436040900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:32.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:32.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:32.965+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:32.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:32.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:32.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:32.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:32.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:32.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:32.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:32.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:32.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:32.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:32.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:32.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:32.966447400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:32.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:32.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:32.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:32.966447400] +2026-01-05T21:34:32.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:32.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:32.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:32.967029200] +2026-01-05T21:34:32.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:32.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:32.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:32.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:32.967029200] +2026-01-05T21:34:35.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:35.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:35.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:35.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:35.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:35.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:35.441+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:35.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:35.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:35.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:35.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:35.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:35.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:35.442302+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:35.937+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:37.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:37.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:37.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:37.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:37.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:37.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:37.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:37.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:37.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:37.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:37.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:37.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:37.978+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:37.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:37.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:37.978202900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:37.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:37.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:37.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:37.978202900] +2026-01-05T21:34:37.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:37.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:37.978+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:37.978844200] +2026-01-05T21:34:37.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:37.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:37.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:37.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:37.978844200] +2026-01-05T21:34:38.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:38.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:38.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:38.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:38.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:38.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:38.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:38.459+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:38.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:38.459209500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:41.042+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:41.465+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:41.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:41.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:41.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:41.466+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:41.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:41.466+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:41.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:41.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:41.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:41.467+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:41.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:41.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:41.467670500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:42.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:42.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:42.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:42.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:42.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:42.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:42.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:42.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:42.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:42.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:42.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:42.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:42.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:42.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:42.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:42.994841400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:42.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:42.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:42.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:42.994841400] +2026-01-05T21:34:42.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:42.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:42.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:42.995489600] +2026-01-05T21:34:42.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:42.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:42.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:42.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:42.995489600] +2026-01-05T21:34:44.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:34:44.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:34:44.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:44.317200800] +2026-01-05T21:34:44.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:34:44.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:44.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:44.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:44.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:44.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:44.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:44.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:44.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:44.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:44.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:44.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:44.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:44.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:44.473949800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:46.139+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:47.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:47.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:47.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:47.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:47.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:47.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:47.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:47.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:47.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:47.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:47.479+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:47.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:47.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:47.479174+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:48.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:48.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:48.006+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:48.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:48.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:48.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:48.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:48.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:48.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:48.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:48.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:48.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:48.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:48.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:48.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:48.007525400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:48.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:48.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:48.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:48.007525400] +2026-01-05T21:34:48.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:48.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:48.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:48.008137100] +2026-01-05T21:34:48.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:48.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:48.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:48.008+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:48.008137100] +2026-01-05T21:34:50.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:50.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:50.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:50.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:50.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:50.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:50.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:50.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:50.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:50.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:50.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:50.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:50.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:50.485356600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:51.231+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:53.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:53.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:53.010+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:53.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:53.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:53.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:53.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:53.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:53.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:53.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:53.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:53.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:53.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:53.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:53.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:53.011747900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:53.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:53.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:53.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:53.011747900] +2026-01-05T21:34:53.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:53.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:53.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:53.012352400] +2026-01-05T21:34:53.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:53.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:53.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:53.012+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:53.012352400] +2026-01-05T21:34:53.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:53.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:53.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:53.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:53.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:53.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:53.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:53.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:53.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:53.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:53.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:53.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:53.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:53.493241400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:56.340+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:34:56.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:56.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:56.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:56.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:56.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:56.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:56.494+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:56.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:56.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:56.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:56.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:56.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:56.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:56.496096700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:58.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:34:58.022+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:34:58.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:34:58.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:58.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:58.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:58.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:58.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:58.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:58.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:58.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:58.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:58.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:58.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:58.024220100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:34:58.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:34:58.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:34:58.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:58.024220100] +2026-01-05T21:34:58.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:58.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:34:58.024+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:34:58.024723900] +2026-01-05T21:34:58.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:34:58.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:34:58.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:34:58.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:34:58.024723900] +2026-01-05T21:34:59.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:34:59.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:34:59.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:59.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:59.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:34:59.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:34:59.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:34:59.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:34:59.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:34:59.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:34:59.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:34:59.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:34:59.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:34:59.506766+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:01.432+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:02.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:02.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:02.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:02.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:02.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:02.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:02.507+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:02.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:02.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:02.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:02.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:02.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:02.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:02.509252500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:03.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:03.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:03.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:03.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:03.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:03.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:03.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:03.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:03.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:03.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:03.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:03.040126100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:03.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:03.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:03.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:03.040126100] +2026-01-05T21:35:03.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:03.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:03.040+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:03.040806900] +2026-01-05T21:35:03.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:03.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:03.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:03.041+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:03.040806900] +2026-01-05T21:35:05.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:05.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:05.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:05.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:05.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:05.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:05.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:05.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:05.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:05.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:05.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:05.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:05.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:05.525692400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:06.540+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:08.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:08.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:08.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:08.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:08.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:08.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:08.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:08.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:08.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:08.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:08.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:08.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:08.054+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:08.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:08.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:08.054078100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:08.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:08.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:08.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:08.054078100] +2026-01-05T21:35:08.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:08.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:08.054+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:08.054800400] +2026-01-05T21:35:08.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:08.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:08.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:08.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:08.054800400] +2026-01-05T21:35:08.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:08.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:08.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:08.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:08.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:08.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:08.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:08.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:08.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:08.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:08.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:08.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:08.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:08.535480800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:11.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:11.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:11.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:11.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:11.542+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:11.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:11.542+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:11.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:11.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:11.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:11.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:11.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:11.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:11.543917900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:11.635+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:13.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:13.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:13.068+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:13.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:13.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:13.068+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:13.069+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:13.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:13.069+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:13.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:13.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:13.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:13.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:13.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:13.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:13.070814900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:13.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:13.070+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:13.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:13.070814900] +2026-01-05T21:35:13.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:13.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:13.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:13.071319900] +2026-01-05T21:35:13.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:13.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:13.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:13.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:13.071319900] +2026-01-05T21:35:14.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:35:14.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:35:14.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:14.320725400] +2026-01-05T21:35:14.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:35:14.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:14.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:14.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:14.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:14.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:14.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:14.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:14.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:14.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:14.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:14.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:14.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:14.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:14.556559800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:16.740+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:17.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:17.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:17.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:17.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:17.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:17.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:17.564+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:17.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:17.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:17.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:17.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:17.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:17.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:17.566172200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:18.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:18.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:18.081+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:18.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:18.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:18.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:18.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:18.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:18.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:18.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:18.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:18.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:18.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:18.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:18.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:18.082670500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:18.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:18.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:18.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:18.082670500] +2026-01-05T21:35:18.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:18.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:18.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:18.083290500] +2026-01-05T21:35:18.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:18.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:18.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:18.083+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:18.083290500] +2026-01-05T21:35:20.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:20.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:20.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:20.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:20.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:20.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:20.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:20.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:20.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:20.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:20.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:20.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:20.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:20.568959800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:21.832+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:23.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:23.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:23.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:23.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:23.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:23.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:23.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:23.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:23.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:23.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:23.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:23.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:23.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:23.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:23.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:23.094708600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:23.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:23.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:23.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:23.094708600] +2026-01-05T21:35:23.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:23.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:23.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:23.095216600] +2026-01-05T21:35:23.095+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:23.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:23.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:23.095+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:23.095216600] +2026-01-05T21:35:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:23.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:23.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:23.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:23.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:23.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:23.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:23.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:23.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:23.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:23.576492300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:26.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:26.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:26.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:26.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:26.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:26.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:26.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:26.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:26.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:26.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:26.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:26.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:26.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:26.585729800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:26.943+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:28.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:28.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:28.096+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:28.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:28.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:28.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:28.097+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:28.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:28.097+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:28.099061400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:28.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:28.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:28.099061400] +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:28.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:28.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:28.099567500] +2026-01-05T21:35:28.099+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:28.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:28.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:28.099+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:28.099567500] +2026-01-05T21:35:29.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:29.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:29.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:29.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:29.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:29.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:29.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:29.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:29.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:29.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:29.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:29.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:29.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:29.596764600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:32.031+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:32.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:32.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:32.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:32.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:32.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:32.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:32.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:32.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:32.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:32.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:32.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:32.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:32.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:32.611803600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:33.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:33.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:33.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:33.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:33.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:33.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:33.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:33.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:33.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:33.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:33.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:33.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:33.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:33.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:33.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:33.111390400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:33.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:33.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:33.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:33.111390400] +2026-01-05T21:35:33.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:33.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:33.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:33.112106800] +2026-01-05T21:35:33.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:33.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:33.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:33.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:33.112106800] +2026-01-05T21:35:35.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:35.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:35.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:35.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:35.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:35.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:35.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:35.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:35.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:35.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:35.625+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:35.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:35.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:35.625362600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:37.138+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:38.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:38.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:38.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:38.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:38.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:38.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:38.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:38.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:38.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:38.125162100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:38.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:38.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:38.125162100] +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:38.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:38.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:38.125839400] +2026-01-05T21:35:38.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:38.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:38.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:38.125+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:38.125839400] +2026-01-05T21:35:38.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:38.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:38.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:38.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:38.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:38.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:38.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:38.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:38.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:38.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:38.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:38.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:38.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:38.637903+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:41.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:41.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:41.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:41.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:41.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:41.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:41.645+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:41.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:41.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:41.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:41.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:41.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:41.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:41.646939600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:35:42.236+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:43.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:43.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:43.140+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:43.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:43.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:43.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:43.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:43.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:43.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:43.142345600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:43.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:43.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:43.142345600] +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:43.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:43.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:43.142951900] +2026-01-05T21:35:43.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:43.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:43.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:43.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:43.142951900] +2026-01-05T21:35:44.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:35:44.325+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:35:44.325+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:44.324816100] +2026-01-05T21:35:44.325+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:35:44.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:44.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:44.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:44.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:44.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:44.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:44.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:44.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:44.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:44.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:44.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:44.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:44.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:44.655512300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:47.336+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:47.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:47.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:47.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:47.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:47.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:47.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:47.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:47.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:47.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:47.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:47.663+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:47.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:47.663+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:47.663218500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:48.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:48.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:48.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:48.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:48.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:48.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:48.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:48.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:48.153+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:48.155000700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:48.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:48.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:48.155000700] +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:48.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:48.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:48.155000700] +2026-01-05T21:35:48.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:48.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:48.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:48.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:48.155000700] +2026-01-05T21:35:50.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:50.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:50.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:50.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:50.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:50.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:50.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:50.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:50.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:50.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:50.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:50.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:50.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:50.678161800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:52.436+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:53.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:53.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:53.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:53.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:53.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:53.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:53.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:53.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:53.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:53.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:53.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:53.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:53.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:53.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:53.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:53.170653+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:53.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:53.170653] +2026-01-05T21:35:53.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:53.171281500] +2026-01-05T21:35:53.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:53.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:53.171281500] +2026-01-05T21:35:53.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:53.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:53.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:53.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:53.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:53.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:53.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:53.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:53.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:53.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:53.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:53.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:53.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:53.686114300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:56.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:56.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:56.692747800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:35:57.544+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:35:58.183+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:58.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:35:58.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:35:58.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:35:58.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:58.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:58.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:58.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:58.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:58.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:58.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:58.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:58.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:58.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:58.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:58.185705200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:35:58.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:35:58.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:35:58.185+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:58.185705200] +2026-01-05T21:35:58.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:58.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:35:58.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:35:58.186350200] +2026-01-05T21:35:58.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:35:58.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:35:58.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:35:58.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:35:58.186350200] +2026-01-05T21:35:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:35:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:35:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:59.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:35:59.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:35:59.709+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:35:59.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:35:59.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:35:59.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:35:59.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:35:59.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:35:59.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:35:59.711175500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:02.634+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:02.712+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:02.712+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:02.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:02.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:02.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:02.713+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:02.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:02.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:02.713523800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:03.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:03.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:03.197+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:03.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:03.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:03.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:03.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:03.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:03.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:03.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:03.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:03.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:03.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:03.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:03.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:03.199215+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:03.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:03.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:03.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:03.199215] +2026-01-05T21:36:03.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:03.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:03.199+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:03.199879500] +2026-01-05T21:36:03.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:03.200+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:03.200+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:03.200+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:03.199879500] +2026-01-05T21:36:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:05.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:05.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:05.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:05.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:05.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:05.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:05.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:05.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:05.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:05.723629900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:07.734+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:08.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:08.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:08.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:08.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:08.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:08.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:08.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:08.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:08.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:08.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:08.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:08.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:08.205+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:08.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:08.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:08.205380200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:08.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:08.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:08.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:08.205380200] +2026-01-05T21:36:08.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:08.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:08.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:08.205996900] +2026-01-05T21:36:08.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:08.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:08.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:08.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:08.205996900] +2026-01-05T21:36:08.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:08.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:08.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:08.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:08.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:08.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:08.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:08.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:08.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:08.735301100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:36:11.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:11.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:11.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:11.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:11.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:11.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:11.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:11.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:11.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:11.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:11.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:11.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:11.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:11.747283200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:12.832+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:13.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:13.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:13.208+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:13.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:13.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:13.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:13.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:13.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:13.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:13.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:13.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:13.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:13.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:13.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:13.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:13.209783300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:13.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:13.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:13.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:13.209783300] +2026-01-05T21:36:13.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:13.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:13.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:13.210443800] +2026-01-05T21:36:13.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:13.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:13.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:13.210+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:13.210443800] +2026-01-05T21:36:14.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:36:14.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:36:14.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:14.327422400] +2026-01-05T21:36:14.328+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:36:14.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:14.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:14.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:14.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:14.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:14.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:14.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:14.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:14.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:14.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:14.762358100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:17.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:17.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:17.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:17.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:17.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:17.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:17.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:17.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:17.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:17.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:17.778+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:17.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:17.778+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:17.778606+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:17.933+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:18.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:18.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:18.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:18.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:18.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:18.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:18.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:18.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:18.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:18.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:18.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:18.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:18.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:18.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:18.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:18.215668200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:18.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:18.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:18.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:18.215668200] +2026-01-05T21:36:18.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:18.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:18.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:18.216276400] +2026-01-05T21:36:18.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:18.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:18.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:18.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:18.216276400] +2026-01-05T21:36:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:20.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:20.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:20.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:20.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:20.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:20.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:20.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:20.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:20.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:20.787460200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:36:23.045+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:23.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:23.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:23.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:23.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:23.218880100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:23.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:23.218+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:23.219+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:23.218880100] +2026-01-05T21:36:23.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:23.219+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:23.219+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:23.219574] +2026-01-05T21:36:23.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:23.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:23.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:23.220+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:23.219574] +2026-01-05T21:36:23.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:23.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:23.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:23.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:23.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:23.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:23.795+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:23.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:23.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:23.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:23.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:23.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:23.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:23.796710600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:26.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:26.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:26.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:26.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:26.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:26.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:26.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:26.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:26.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:26.801681+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:28.137+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:28.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:28.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:28.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:28.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:28.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:28.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:28.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:28.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:28.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:28.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:28.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:28.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:28.234+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:28.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:28.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:28.234559500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:28.234+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:28.234+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:28.234+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:28.234559500] +2026-01-05T21:36:28.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:28.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:28.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:28.235065100] +2026-01-05T21:36:28.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:28.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:28.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:28.235+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:28.235065100] +2026-01-05T21:36:29.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:29.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:29.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:29.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:29.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:29.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:29.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:29.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:29.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:29.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:29.807+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:29.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:29.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:29.807942200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:32.818+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:32.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:32.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:32.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:32.819+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:32.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:32.819+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:32.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:32.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:32.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:32.820+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:32.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:32.820+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:32.820590800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:33.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:33.238+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:33.240057600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:33.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:33.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:33.240057600] +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:33.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:33.240+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:33.240668800] +2026-01-05T21:36:33.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:33.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:33.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:33.241+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:33.240668800] +2026-01-05T21:36:35.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:35.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:35.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:35.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:35.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:35.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:35.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:35.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:35.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:35.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:35.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:35.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:35.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:35.824482600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:38.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:38.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:38.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:38.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:38.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:38.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:38.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:38.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:38.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:38.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:38.253026100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:38.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:38.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:38.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:38.253026100] +2026-01-05T21:36:38.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:38.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:38.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:38.253732300] +2026-01-05T21:36:38.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:38.254+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:38.254+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:38.254+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:38.253732300] +2026-01-05T21:36:38.344+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:38.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:38.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:38.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:38.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:38.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:38.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:38.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:38.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:38.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:38.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:38.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:38.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:38.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:38.829506800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:41.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:41.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:41.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:41.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:41.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:41.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:41.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:41.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:41.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:41.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:41.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:41.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:41.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:41.837345+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:43.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:43.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:43.269+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:43.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:43.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:43.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:43.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:43.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:43.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:43.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:43.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:43.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:43.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:43.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:43.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:43.271294300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:43.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:43.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:43.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:43.271294300] +2026-01-05T21:36:43.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:43.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:43.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:43.272030100] +2026-01-05T21:36:43.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:43.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:43.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:43.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:43.272030100] +2026-01-05T21:36:43.439+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:44.338+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:36:44.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:36:44.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:44.338298700] +2026-01-05T21:36:44.338+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:36:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:44.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:44.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:44.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:44.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:44.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:44.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:44.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:44.840336900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:47.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:47.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:47.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:47.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:47.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:47.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:47.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:47.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:47.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:47.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:47.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:47.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:47.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:47.848076+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:48.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:48.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:48.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:48.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:48.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:48.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:48.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:48.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:48.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:48.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:48.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:48.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:48.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:48.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:48.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:48.281468+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:48.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:48.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:48.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:48.281468] +2026-01-05T21:36:48.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:48.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:48.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:48.281991900] +2026-01-05T21:36:48.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:48.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:48.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:48.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:48.281991900] +2026-01-05T21:36:48.543+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:50.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:50.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:50.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:50.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:50.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:50.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:50.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:50.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:50.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:50.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:50.856+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:50.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:50.856+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:50.856591+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:53.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:53.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:53.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:53.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:53.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:53.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:53.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:53.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:53.289+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:53.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:53.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:53.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:53.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:53.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:53.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:53.290651900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:53.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:53.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:53.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:53.290651900] +2026-01-05T21:36:53.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:53.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:53.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:53.291404100] +2026-01-05T21:36:53.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:53.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:53.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:53.291+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:53.291404100] +2026-01-05T21:36:53.646+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:53.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:53.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:53.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:53.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:53.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:53.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:53.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:53.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:53.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:53.868968400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:56.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:56.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:56.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:56.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:56.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:56.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:56.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:56.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:56.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:56.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:56.875+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:56.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:56.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:56.875882100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:58.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:58.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:36:58.293+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:36:58.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:36:58.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:58.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:58.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:58.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:58.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:58.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:58.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:58.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:58.294+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:58.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:58.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:58.294823200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:36:58.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:36:58.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:36:58.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:58.324018900] +2026-01-05T21:36:58.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:58.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:36:58.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:36:58.324565900] +2026-01-05T21:36:58.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:36:58.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:36:58.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:36:58.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:36:58.324565900] +2026-01-05T21:36:58.745+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:36:59.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:36:59.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:36:59.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:59.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:59.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:36:59.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:36:59.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:36:59.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:36:59.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:36:59.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:36:59.883+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:36:59.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:36:59.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:36:59.883085+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:02.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:02.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:02.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:02.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:02.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:02.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:02.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:02.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:02.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:02.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:02.897+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:02.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:02.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:02.897675+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:03.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:03.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:03.302+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:03.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:03.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:03.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:03.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:03.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:03.303+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:03.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:03.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:03.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:03.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:03.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:03.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:03.304592500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:03.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:03.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:03.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:03.333314800] +2026-01-05T21:37:03.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:03.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:03.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:03.333932400] +2026-01-05T21:37:03.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:03.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:03.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:03.333+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:03.333932400] +2026-01-05T21:37:03.845+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:05.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:05.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:05.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:05.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:05.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:05.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:05.907+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:05.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:05.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:05.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:05.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:05.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:05.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:05.908264700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:08.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:08.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:08.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:08.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:08.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:08.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:08.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:08.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:08.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:08.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:08.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:08.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:08.312+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:08.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:08.312+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:08.312581700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:08.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:08.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:08.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:08.342239800] +2026-01-05T21:37:08.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:08.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:08.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:08.342812600] +2026-01-05T21:37:08.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:08.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:08.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:08.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:08.342812600] +2026-01-05T21:37:08.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:08.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:08.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:08.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:08.921+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:08.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:08.921+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:08.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:08.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:08.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:08.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:08.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:08.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:08.922413800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:08.936+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:11.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:11.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:11.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:11.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:11.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:11.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:11.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:11.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:11.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:11.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:11.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:11.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:11.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:11.932951400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:13.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:13.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:13.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:13.318278+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:13.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:13.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:13.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:13.348559900] +2026-01-05T21:37:13.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:13.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:13.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:13.349108800] +2026-01-05T21:37:13.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:13.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:13.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:13.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:13.349108800] +2026-01-05T21:37:14.034+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:14.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:37:14.345+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:37:14.345+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:14.345224500] +2026-01-05T21:37:14.345+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:37:14.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:14.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:14.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:14.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:14.938+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:14.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:14.938+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:14.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:14.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:14.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:14.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:14.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:14.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:14.940167600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:17.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:17.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:17.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:17.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:17.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:17.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:17.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:17.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:17.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:17.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:17.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:17.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:17.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:17.952992300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:18.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:18.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:18.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:18.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:18.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:18.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:18.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:18.324+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:18.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:18.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:18.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:18.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:18.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:18.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:18.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:18.325873500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:18.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:18.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:18.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:18.354395900] +2026-01-05T21:37:18.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:18.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:18.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:18.354904600] +2026-01-05T21:37:18.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:18.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:18.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:18.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:18.354904600] +2026-01-05T21:37:19.133+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:20.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:20.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:20.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:20.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:20.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:20.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:20.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:20.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:20.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:20.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:20.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:20.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:20.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:20.959922800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:23.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:23.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:23.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:23.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:23.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:23.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:23.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:23.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:23.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:23.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:23.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:23.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:23.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:23.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:23.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:23.333529700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:23.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:23.362+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:23.362+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:23.362428900] +2026-01-05T21:37:23.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:23.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:23.363+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:23.363] +2026-01-05T21:37:23.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:23.364+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:23.364+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:23.364+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:23.363] +2026-01-05T21:37:23.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:23.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:23.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:23.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:23.970+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:23.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:23.970+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:23.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:23.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:23.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:23.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:23.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:23.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:23.971867700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:24.247+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:26.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:26.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:26.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:26.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:26.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:26.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:26.976+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:26.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:26.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:26.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:26.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:26.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:26.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:26.977724600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:28.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:28.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:28.346+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:28.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:28.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:28.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:28.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:28.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:28.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:28.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:28.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:28.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:28.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:28.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:28.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:28.348238700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:28.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:28.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:28.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:28.378399] +2026-01-05T21:37:28.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:28.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:28.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:28.378993300] +2026-01-05T21:37:28.378+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:28.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:28.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:28.378+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:28.378993300] +2026-01-05T21:37:29.342+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:29.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:29.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:29.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:29.986827800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:32.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:32.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:32.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:32.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:32.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:32.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:32.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:32.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:32.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:32.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:32.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:32.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:32.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:32.995052500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:33.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:33.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:33.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:33.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:33.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:33.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:33.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:33.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:33.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:33.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:33.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:33.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:33.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:33.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:33.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:33.351854200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:33.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:33.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:33.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:33.380988300] +2026-01-05T21:37:33.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:33.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:33.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:33.381551200] +2026-01-05T21:37:33.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:33.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:33.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:33.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:33.381551200] +2026-01-05T21:37:34.438+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:36.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:36.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:36.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:36.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:36.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:36.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:36.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:36.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:36.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:36.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:36.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:36.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:36.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:36.010005200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:38.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:38.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:38.365+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:38.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:38.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:38.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:38.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:38.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:38.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:38.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:38.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:38.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:38.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:38.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:38.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:38.366502+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:38.395+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:38.395+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:38.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:38.395923300] +2026-01-05T21:37:38.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:38.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:38.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:38.396480600] +2026-01-05T21:37:38.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:38.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:38.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:38.396+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:38.396480600] +2026-01-05T21:37:39.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:39.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:39.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:39.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:39.022+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:39.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:39.022+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:39.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:39.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:39.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:39.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:39.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:39.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:39.023779400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:39.547+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:42.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:42.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:42.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:42.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:42.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:42.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:42.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:42.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:42.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:42.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:42.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:42.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:42.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:42.027719800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:43.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:43.368+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:43.368+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:43.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:43.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:43.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:43.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:43.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:43.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:43.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:43.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:43.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:43.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:43.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:43.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:43.370228700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:43.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:43.398+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:43.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:43.398958200] +2026-01-05T21:37:43.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:43.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:43.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:43.399569900] +2026-01-05T21:37:43.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:43.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:43.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:43.399+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:43.399569900] +2026-01-05T21:37:44.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:37:44.361+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:37:44.361+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:44.360503900] +2026-01-05T21:37:44.361+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:37:44.640+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:45.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:45.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:45.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:45.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:45.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:45.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:45.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:45.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:45.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:45.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:45.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:45.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:45.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:45.034687600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:48.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:48.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:48.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:48.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:48.041+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:48.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:48.041+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:48.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:48.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:48.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:48.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:48.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:48.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:48.042527900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:48.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:48.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:48.383+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:48.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:48.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:48.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:48.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:48.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:48.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:48.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:48.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:48.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:48.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:48.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:48.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:48.385498600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:48.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:48.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:48.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:48.413783100] +2026-01-05T21:37:48.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:48.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:48.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:48.414378800] +2026-01-05T21:37:48.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:48.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:48.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:48.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:48.414378800] +2026-01-05T21:37:49.749+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:51.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:51.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:51.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:51.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:51.049+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:51.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:51.049+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:51.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:51.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:51.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:51.050+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:51.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:51.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:51.051137900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:53.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:53.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:53.390+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:53.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:53.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:53.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:53.390+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:53.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:53.390+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:53.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:53.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:53.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:53.391+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:53.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:53.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:53.391697400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:53.419+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:53.419+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:53.419+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:53.419800800] +2026-01-05T21:37:53.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:53.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:53.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:53.420392800] +2026-01-05T21:37:53.420+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:53.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:53.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:53.420+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:53.420392800] +2026-01-05T21:37:54.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:54.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:54.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:54.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:54.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:54.060277500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:54.834+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:37:57.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:57.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:37:57.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:57.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:57.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:57.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:57.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:57.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:57.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:57.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:57.076+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:57.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:57.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:57.076550800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:37:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:37:58.401+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:37:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:37:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:37:58.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:37:58.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:37:58.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:37:58.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:37:58.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:37:58.403+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:37:58.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:37:58.403+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:37:58.403024700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:37:58.432+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:37:58.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:37:58.432+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:58.432505600] +2026-01-05T21:37:58.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:58.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:37:58.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:37:58.433054] +2026-01-05T21:37:58.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:37:58.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:37:58.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:37:58.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:37:58.433054] +2026-01-05T21:37:59.944+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:00.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:00.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:00.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:00.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:00.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:00.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:00.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:00.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:00.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:00.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:00.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:00.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:00.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:00.087866400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:03.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:03.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:03.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:03.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:03.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:03.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:03.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:03.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:03.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:03.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:03.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:03.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:03.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:03.102821900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:03.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:03.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:03.412+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:03.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:03.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:03.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:03.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:03.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:03.412+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:03.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:03.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:03.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:03.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:03.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:03.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:03.413462+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:03.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:03.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:03.442+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:03.442851700] +2026-01-05T21:38:03.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:03.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:03.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:03.443380300] +2026-01-05T21:38:03.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:03.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:03.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:03.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:03.443380300] +2026-01-05T21:38:05.048+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:06.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:06.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:06.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:06.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:06.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:06.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:06.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:06.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:06.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:06.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:06.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:06.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:06.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:06.111872500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:08.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:08.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:08.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:08.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:08.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:08.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:08.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:08.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:08.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:08.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:08.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:08.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:08.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:08.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:08.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:08.424576700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:08.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:08.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:08.452+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:08.452790100] +2026-01-05T21:38:08.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:08.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:08.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:08.453350900] +2026-01-05T21:38:08.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:08.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:08.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:08.453+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:08.453350900] +2026-01-05T21:38:09.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:09.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:09.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:09.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:09.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:09.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:09.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:09.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:09.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:09.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:09.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:09.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:09.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:09.126962600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:10.138+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:12.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:12.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:12.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:12.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:12.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:12.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:12.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:12.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:12.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:12.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:12.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:12.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:12.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:12.137301300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:13.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:13.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:13.429+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:13.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:13.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:13.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:13.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:13.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:13.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:13.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:13.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:13.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:13.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:13.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:13.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:13.431243300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:13.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:13.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:13.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:13.460869700] +2026-01-05T21:38:13.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:13.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:13.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:13.461431400] +2026-01-05T21:38:13.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:13.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:13.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:13.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:13.461431400] +2026-01-05T21:38:14.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:38:14.366+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:38:14.366+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:14.366328200] +2026-01-05T21:38:14.366+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:38:15.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:15.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:15.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:15.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:15.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:15.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:15.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:15.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:15.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:15.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:15.148+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:15.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:15.148+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:15.148387700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:15.240+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:18.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:18.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:18.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:18.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:18.149+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:18.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:18.149+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:18.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:18.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:18.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:18.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:18.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:18.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:18.151001400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:18.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:18.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:18.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:18.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:18.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:18.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:18.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:18.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:18.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:18.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:18.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:18.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:18.446+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:18.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:18.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:18.446760+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:18.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:18.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:18.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:18.475812400] +2026-01-05T21:38:18.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:18.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:18.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:18.476380500] +2026-01-05T21:38:18.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:18.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:18.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:18.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:18.476380500] +2026-01-05T21:38:20.349+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:21.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:21.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:21.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:21.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:21.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:21.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:21.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:21.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:21.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:21.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:21.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:21.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:21.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:21.159634900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:23.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:23.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:23.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:23.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:23.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:23.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:23.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:23.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:23.451+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:23.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:23.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:23.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:23.452+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:23.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:23.452+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:23.452722600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:23.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:23.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:23.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:23.482259500] +2026-01-05T21:38:23.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:23.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:23.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:23.482789700] +2026-01-05T21:38:23.482+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:23.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:23.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:23.482+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:23.482789700] +2026-01-05T21:38:24.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:24.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:24.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:24.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:24.164+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:24.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:24.164+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:24.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:24.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:24.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:24.166+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:24.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:24.166+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:24.166188800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:25.435+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:27.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:27.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:27.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:27.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:27.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:27.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:27.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:27.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:27.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:27.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:27.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:27.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:27.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:27.169220300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:28.459+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:28.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:28.460+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:28.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:28.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:28.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:28.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:28.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:28.460+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:28.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:28.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:28.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:28.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:28.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:28.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:28.461423100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:28.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:28.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:28.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:28.490344500] +2026-01-05T21:38:28.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:28.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:28.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:28.490851400] +2026-01-05T21:38:28.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:28.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:28.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:28.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:28.490851400] +2026-01-05T21:38:30.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:30.178+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:30.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:30.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:30.179+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:30.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:30.179+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:30.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:30.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:30.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:30.180+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:30.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:30.180+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:30.180278400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:30.536+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:33.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:33.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:33.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:33.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:33.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:33.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:33.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:33.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:33.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:33.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:33.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:33.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:33.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:33.192211700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:33.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:33.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:33.470+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:33.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:33.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:33.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:33.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:33.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:33.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:33.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:33.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:33.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:33.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:33.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:33.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:33.472232700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:33.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:33.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:33.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:33.501296600] +2026-01-05T21:38:33.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:33.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:33.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:33.501863200] +2026-01-05T21:38:33.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:33.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:33.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:33.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:33.501863200] +2026-01-05T21:38:35.647+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:36.194+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:36.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:36.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:36.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:36.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:36.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:36.195+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:36.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:36.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:36.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:36.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:36.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:36.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:36.196670500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:38.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:38.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:38.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:38.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:38.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:38.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:38.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:38.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:38.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:38.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:38.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:38.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:38.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:38.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:38.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:38.481737700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:38.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:38.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:38.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:38.510302600] +2026-01-05T21:38:38.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:38.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:38.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:38.510302600] +2026-01-05T21:38:38.510+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:38.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:38.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:38.510+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:38.510302600] +2026-01-05T21:38:39.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:39.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:39.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:39.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:39.199+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:39.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:39.199+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:39.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:39.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:39.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:39.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:39.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:39.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:39.200784200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:40.746+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:42.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:42.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:42.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:42.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:42.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:42.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:42.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:42.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:42.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:42.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:42.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:42.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:42.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:42.212689400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:43.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:43.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:43.486+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:43.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:43.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:43.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:43.486+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:43.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:43.486+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:43.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:43.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:43.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:43.487+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:43.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:43.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:43.487943300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:43.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:43.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:43.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:43.517254600] +2026-01-05T21:38:43.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:43.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:43.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:43.517758100] +2026-01-05T21:38:43.517+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:43.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:43.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:43.517+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:43.517758100] +2026-01-05T21:38:44.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:38:44.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:38:44.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:44.372454100] +2026-01-05T21:38:44.373+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:38:45.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:45.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:45.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:45.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:45.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:45.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:45.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:45.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:45.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:45.217+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:45.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:45.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:45.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:45.221236700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 5 ms +2026-01-05T21:38:45.836+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:48.225+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:48.226+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:48.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:48.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:48.227+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:48.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:48.227+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:48.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:48.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:48.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:48.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:48.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:48.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:48.229335+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:48.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:48.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:48.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:48.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:48.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:48.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:48.492+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:48.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:48.492+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:48.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:48.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:48.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:48.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:48.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:48.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:48.493610900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:48.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:48.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:48.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:48.523834900] +2026-01-05T21:38:48.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:48.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:48.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:48.529343] +2026-01-05T21:38:48.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:48.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:48.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:48.529+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:48.529343] +2026-01-05T21:38:50.938+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:51.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:51.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:51.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:51.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:51.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:51.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:51.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:51.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:51.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:51.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:51.240+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:51.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:51.240+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:51.240333600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:53.502+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:53.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:53.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:53.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:53.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:53.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:53.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:53.504+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:53.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:53.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:53.504513900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:53.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:53.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:53.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:53.533192600] +2026-01-05T21:38:53.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:53.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:53.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:53.534192500] +2026-01-05T21:38:53.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:53.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:53.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:53.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:53.534192500] +2026-01-05T21:38:54.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:54.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:54.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:54.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:54.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:54.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:54.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:54.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:54.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:54.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:54.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:54.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:54.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:54.244168200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:56.042+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:38:57.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:57.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:38:57.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:57.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:57.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:57.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:57.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:57.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:57.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:57.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:57.255+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:57.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:57.255+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:57.255839900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:38:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:38:58.513+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:38:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:38:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:58.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:38:58.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:38:58.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:38:58.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:38:58.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:38:58.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:38:58.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:38:58.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:38:58.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:38:58.515242200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:38:58.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:38:58.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:38:58.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:58.544430400] +2026-01-05T21:38:58.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:58.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:38:58.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:38:58.544978100] +2026-01-05T21:38:58.544+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:38:58.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:38:58.544+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:38:58.545+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:38:58.544978100] +2026-01-05T21:39:00.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:00.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:00.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:00.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:00.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:00.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:00.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:00.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:00.264+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:00.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:00.264+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:00.264206900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:01.148+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:03.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:03.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:03.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:03.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:03.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:03.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:03.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:03.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:03.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:03.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:03.274+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:03.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:03.274+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:03.274742400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:03.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:03.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:03.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:03.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:03.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:03.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:03.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:03.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:03.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:03.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:03.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:03.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:03.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:03.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:03.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:03.523620700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:03.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:03.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:03.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:03.553405] +2026-01-05T21:39:03.553+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:03.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:03.553+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:03.553405] +2026-01-05T21:39:03.554+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:03.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:03.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:03.554+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:03.553405] +2026-01-05T21:39:06.248+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:06.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:06.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:06.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:06.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:06.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:06.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:06.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:06.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:06.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:06.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:06.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:06.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:06.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:06.281381500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:08.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:08.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:08.525+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:08.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:08.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:08.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:08.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:08.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:08.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:08.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:08.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:08.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:08.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:08.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:08.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:08.526735200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:08.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:08.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:08.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:08.556327700] +2026-01-05T21:39:08.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:08.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:08.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:08.556893300] +2026-01-05T21:39:08.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:08.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:08.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:08.556+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:08.556893300] +2026-01-05T21:39:09.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:09.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:09.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:09.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:09.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:09.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:09.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:09.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:09.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:09.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:09.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:09.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:09.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:09.287330600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:11.345+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:12.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:12.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:12.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:12.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:12.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:12.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:12.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:12.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:12.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:12.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:12.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:12.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:12.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:12.300384800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:13.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:13.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:13.528+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:13.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:13.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:13.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:13.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:13.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:13.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:13.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:13.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:13.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:13.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:13.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:13.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:13.529769600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:13.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:13.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:13.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:13.559445400] +2026-01-05T21:39:13.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:13.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:13.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:13.560043300] +2026-01-05T21:39:13.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:13.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:13.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:13.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:13.560043300] +2026-01-05T21:39:14.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:39:14.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:39:14.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:14.384114600] +2026-01-05T21:39:14.384+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:39:15.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:15.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:15.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:15.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:15.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:15.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:15.307+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:15.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:15.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:15.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:15.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:15.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:15.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:15.308278600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:16.448+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:18.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:18.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:18.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:18.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:18.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:18.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:18.315+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:18.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:18.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:18.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:18.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:18.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:18.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:18.316688500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:18.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:18.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:18.536+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:18.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:18.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:18.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:18.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:18.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:18.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:18.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:18.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:18.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:18.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:18.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:18.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:18.538132700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:18.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:18.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:18.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:18.566707500] +2026-01-05T21:39:18.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:18.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:18.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:18.567267100] +2026-01-05T21:39:18.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:18.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:18.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:18.567+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:18.567267100] +2026-01-05T21:39:21.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:21.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:21.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:21.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:21.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:21.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:21.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:21.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:21.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:21.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:21.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:21.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:21.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:21.321480900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:21.550+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:23.543+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:23.543+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:23.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:23.543+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:23.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:23.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:23.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:23.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:23.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:23.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:23.545100400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:23.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:23.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:23.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:23.574287200] +2026-01-05T21:39:23.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:23.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:23.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:23.574861600] +2026-01-05T21:39:23.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:23.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:23.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:23.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:23.574861600] +2026-01-05T21:39:24.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:24.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:24.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:24.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:24.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:24.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:24.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:24.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:24.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:24.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:24.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:24.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:24.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:24.335536100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:26.639+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:27.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:27.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:27.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:27.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:27.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:27.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:27.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:27.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:27.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:27.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:27.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:27.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:27.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:27.344324+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:28.558+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:28.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:28.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:28.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:28.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:28.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:28.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:28.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:28.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:28.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:28.559897300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:28.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:28.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:28.589+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:28.589595300] +2026-01-05T21:39:28.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:28.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:28.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:28.590155800] +2026-01-05T21:39:28.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:28.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:28.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:28.590+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:28.590155800] +2026-01-05T21:39:30.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:30.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:30.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:30.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:30.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:30.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:30.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:30.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:30.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:30.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:30.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:30.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:30.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:30.354782400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:31.740+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:33.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:33.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:33.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:33.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:33.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:33.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:33.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:33.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:33.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:33.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:33.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:33.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:33.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:33.362718600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:33.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:33.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:33.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:33.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:33.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:33.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:33.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:33.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:33.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:33.567313200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:33.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:33.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:33.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:33.596541200] +2026-01-05T21:39:33.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:33.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:33.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:33.597186700] +2026-01-05T21:39:33.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:33.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:33.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:33.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:33.597186700] +2026-01-05T21:39:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:36.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:36.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:36.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:36.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:36.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:36.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:36.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:36.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:36.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:36.377096400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:36.842+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:38.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:38.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:38.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:38.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:38.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:38.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:38.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:38.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:38.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:38.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:38.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:38.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:38.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:38.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:38.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:38.576697500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:38.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:38.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:38.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:38.605586600] +2026-01-05T21:39:38.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:38.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:38.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:38.605586600] +2026-01-05T21:39:38.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:38.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:38.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:38.606+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:38.605586600] +2026-01-05T21:39:39.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:39.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:39.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:39.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:39.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:39.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:39.383+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:39.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:39.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:39.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:39.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:39.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:39.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:39.384656800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:41.940+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:42.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:42.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:42.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:42.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:42.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:42.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:42.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:42.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:42.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:42.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:42.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:42.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:42.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:42.393556300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:43.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:43.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:43.578+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:43.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:43.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:43.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:43.578+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:43.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:43.578+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:43.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:43.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:43.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:43.580+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:43.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:43.580+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:43.580256900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:43.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:43.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:43.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:43.610203300] +2026-01-05T21:39:43.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:43.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:43.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:43.610203300] +2026-01-05T21:39:43.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:43.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:43.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:43.610+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:43.610203300] +2026-01-05T21:39:44.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:39:44.387+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:39:44.387+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:44.386829900] +2026-01-05T21:39:44.387+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:39:45.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:45.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:45.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:45.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:45.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:45.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:45.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:45.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:45.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:45.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:45.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:45.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:45.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:45.401087100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:47.050+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:48.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:48.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:48.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:48.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:48.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:48.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:48.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:48.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:48.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:48.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:48.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:48.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:48.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:48.408636+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:48.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:48.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:48.592+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:48.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:48.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:48.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:48.592+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:48.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:48.592+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:48.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:48.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:48.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:48.593+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:48.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:48.593+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:48.593656200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:48.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:48.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:48.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:48.622543100] +2026-01-05T21:39:48.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:48.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:48.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:48.623145900] +2026-01-05T21:39:48.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:48.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:48.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:48.623+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:48.623145900] +2026-01-05T21:39:51.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:51.421+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:51.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:51.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:51.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:51.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:51.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:51.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:51.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:51.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:51.423+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:51.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:51.423+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:51.423015300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:52.150+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:53.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:53.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:53.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:53.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:53.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:53.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:53.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:53.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:53.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:53.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:53.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:53.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:53.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:53.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:53.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:53.606099700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:53.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:53.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:53.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:53.635168400] +2026-01-05T21:39:53.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:53.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:53.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:53.635168400] +2026-01-05T21:39:53.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:53.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:53.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:53.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:53.635168400] +2026-01-05T21:39:54.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:54.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:54.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:54.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:54.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:54.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:54.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:54.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:54.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:54.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:54.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:54.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:54.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:54.431238900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:57.251+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:39:57.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:57.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:39:57.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:57.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:57.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:57.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:57.439+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:57.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:57.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:57.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:57.440+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:57.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:57.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:57.440252100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:58.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:39:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:39:58.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:39:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:39:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:58.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:39:58.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:39:58.608+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:39:58.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:39:58.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:39:58.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:39:58.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:39:58.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:39:58.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:39:58.609830500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:39:58.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:39:58.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:39:58.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:58.638211900] +2026-01-05T21:39:58.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:58.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:39:58.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:39:58.638790800] +2026-01-05T21:39:58.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:39:58.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:39:58.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:39:58.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:39:58.638790800] +2026-01-05T21:40:00.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:00.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:00.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:00.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:00.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:00.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:00.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:00.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:00.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:00.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:00.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:00.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:00.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:00.449986200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:02.339+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:03.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:03.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:03.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:03.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:03.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:03.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:03.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:03.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:03.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:03.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:03.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:03.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:03.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:03.463093200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:03.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:03.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:03.617+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:03.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:03.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:03.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:03.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:03.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:03.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:03.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:03.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:03.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:03.618+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:03.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:03.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:03.618691300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:03.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:03.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:03.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:03.647375900] +2026-01-05T21:40:03.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:03.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:03.647+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:03.647923200] +2026-01-05T21:40:03.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:03.648+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:03.648+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:03.648+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:03.647923200] +2026-01-05T21:40:06.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:06.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:06.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:06.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:06.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:06.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:06.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:06.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:06.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:06.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:06.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:06.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:06.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:06.472460400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:07.445+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:08.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:08.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:08.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:08.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:08.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:08.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:08.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:08.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:08.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:08.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:08.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:08.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:08.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:08.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:08.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:08.629634400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:08.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:08.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:08.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:08.658255400] +2026-01-05T21:40:08.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:08.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:08.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:08.658255400] +2026-01-05T21:40:08.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:08.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:08.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:08.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:08.658255400] +2026-01-05T21:40:09.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:09.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:09.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:09.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:09.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:09.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:09.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:09.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:09.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:09.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:09.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:09.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:09.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:09.485585900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:12.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:12.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:12.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:12.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:12.498+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:12.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:12.498+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:12.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:12.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:12.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:12.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:12.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:12.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:12.499724600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:12.544+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:13.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:13.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:13.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:13.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:13.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:13.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:13.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:13.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:13.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:13.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:13.636818200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:13.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:13.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:13.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:13.665880200] +2026-01-05T21:40:13.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:13.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:13.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:13.665880200] +2026-01-05T21:40:13.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:13.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:13.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:13.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:13.665880200] +2026-01-05T21:40:14.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:40:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:40:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:14.393734500] +2026-01-05T21:40:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:40:15.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:15.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:15.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:15.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:15.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:15.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:15.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:15.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:15.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:15.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:15.514+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:15.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:15.514+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:15.514016200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:17.647+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:18.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:18.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:18.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:18.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:18.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:18.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:18.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:18.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:18.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:18.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:18.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:18.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:18.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:18.522237400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:18.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:18.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:18.646+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:18.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:18.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:18.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:18.646+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:18.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:18.646+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:18.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:18.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:18.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:18.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:18.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:18.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:18.647896+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:18.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:18.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:18.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:18.677052900] +2026-01-05T21:40:18.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:18.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:18.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:18.677609] +2026-01-05T21:40:18.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:18.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:18.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:18.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:18.677609] +2026-01-05T21:40:21.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:21.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:21.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:21.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:21.528+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:21.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:21.528+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:21.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:21.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:21.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:21.529+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:21.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:21.529+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:21.529572200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:22.747+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:23.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:23.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:23.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:23.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:23.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:23.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:23.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:23.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:23.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:23.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:23.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:23.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:23.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:23.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:23.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:23.652804700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:23.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:23.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:23.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:23.681717600] +2026-01-05T21:40:23.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:23.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:23.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:23.682346800] +2026-01-05T21:40:23.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:23.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:23.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:23.682+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:23.682346800] +2026-01-05T21:40:24.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:24.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:24.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:24.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:24.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:24.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:24.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:24.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:24.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:24.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:24.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:24.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:24.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:24.537606800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:27.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:27.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:27.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:27.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:27.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:27.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:27.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:27.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:27.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:27.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:27.551+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:27.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:27.551+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:27.551295100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:27.847+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:28.664+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:28.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:28.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:28.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:28.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:28.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:28.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:28.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:28.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:28.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:28.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:28.666321700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:28.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:28.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:28.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:28.696025800] +2026-01-05T21:40:28.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:28.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:28.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:28.696595700] +2026-01-05T21:40:28.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:28.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:28.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:28.696+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:28.696595700] +2026-01-05T21:40:30.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:30.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:30.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:30.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:30.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:30.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:30.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:30.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:30.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:30.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:30.558+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:30.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:30.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:30.558686200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:32.941+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:33.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:33.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:33.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:33.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:33.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:33.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:33.566+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:33.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:33.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:33.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:33.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:33.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:33.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:33.568162800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:33.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:33.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:33.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:33.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:33.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:33.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:33.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:33.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:33.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:33.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:33.676590500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:33.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:33.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:33.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:33.705175300] +2026-01-05T21:40:33.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:33.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:33.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:33.705780500] +2026-01-05T21:40:33.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:33.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:33.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:33.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:33.705780500] +2026-01-05T21:40:36.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:36.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:36.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:36.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:36.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:36.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:36.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:36.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:36.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:36.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:36.576+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:36.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:36.576+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:36.576102500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:38.039+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:38.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:38.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:38.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:38.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:38.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:38.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:38.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:38.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:38.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:38.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:38.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:38.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:38.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:38.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:38.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:38.682128900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:38.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:38.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:38.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:38.710590300] +2026-01-05T21:40:38.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:38.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:38.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:38.711174200] +2026-01-05T21:40:38.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:38.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:38.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:38.711+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:38.711174200] +2026-01-05T21:40:39.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:39.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:39.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:39.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:39.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:39.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:39.585+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:39.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:39.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:39.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:39.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:39.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:39.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:39.586743800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:42.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:42.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:42.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:42.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:42.595+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:42.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:42.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:42.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:42.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:42.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:42.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:42.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:42.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:42.597232600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:43.140+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:43.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:43.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:43.685+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:43.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:43.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:43.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:43.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:43.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:43.685+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:43.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:43.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:43.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:43.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:43.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:43.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:43.686907900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:43.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:43.715812700] +2026-01-05T21:40:43.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:43.716369600] +2026-01-05T21:40:43.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:43.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:43.716369600] +2026-01-05T21:40:44.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:40:44.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:40:44.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:44.396766700] +2026-01-05T21:40:44.397+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:40:45.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:45.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:45.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:45.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:45.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:45.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:45.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:45.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:45.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:45.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:45.611+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:45.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:45.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:45.611421400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:48.242+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:48.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:48.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:48.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:48.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:48.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:48.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:48.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:48.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:48.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:48.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:48.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:48.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:48.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:48.617709200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:48.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:48.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:48.693+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:48.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:48.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:48.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:48.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:48.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:48.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:48.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:48.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:48.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:48.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:48.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:48.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:48.695138900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:40:48.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:48.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:48.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:48.724199] +2026-01-05T21:40:48.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:48.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:48.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:48.724777700] +2026-01-05T21:40:48.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:48.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:48.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:48.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:48.724777700] +2026-01-05T21:40:51.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:51.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:51.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:51.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:51.623+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:51.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:51.623+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:51.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:51.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:51.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:51.624+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:51.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:51.624+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:51.624369600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:53.352+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:53.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:53.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:53.710+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:53.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:53.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:53.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:53.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:53.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:53.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:53.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:53.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:53.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:53.711+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:53.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:53.711+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:53.711662200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:53.740+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:53.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:53.740+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:53.740827500] +2026-01-05T21:40:53.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:53.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:53.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:53.741399800] +2026-01-05T21:40:53.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:53.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:53.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:53.741+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:53.741399800] +2026-01-05T21:40:54.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:54.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:54.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:54.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:54.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:54.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:54.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:54.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:54.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:54.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:54.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:54.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:54.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:54.629738900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:57.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:57.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:40:57.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:57.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:57.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:57.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:57.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:57.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:57.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:57.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:57.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:57.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:57.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:57.638249+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:58.443+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:40:58.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:40:58.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:40:58.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:40:58.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:40:58.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:58.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:58.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:40:58.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:40:58.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:40:58.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:40:58.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:40:58.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:40:58.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:40:58.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:40:58.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:40:58.726783300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:40:58.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:40:58.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:40:58.754+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:58.754912900] +2026-01-05T21:40:58.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:58.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:40:58.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:40:58.755709600] +2026-01-05T21:40:58.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:40:58.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:40:58.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:40:58.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:40:58.755709600] +2026-01-05T21:41:00.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:00.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:00.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:00.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:00.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:00.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:00.642+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:00.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:00.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:00.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:00.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:00.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:00.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:00.643187+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:03.542+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:03.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:03.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:03.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:03.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:03.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:03.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:03.653+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:03.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:03.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:03.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:03.654+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:03.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:03.654+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:03.654907100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:03.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:03.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:03.730+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:03.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:03.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:03.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:03.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:03.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:03.730+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:03.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:03.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:03.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:03.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:03.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:03.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:03.732201300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:03.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:03.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:03.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:03.759634200] +2026-01-05T21:41:03.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:03.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:03.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:03.760242800] +2026-01-05T21:41:03.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:03.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:03.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:03.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:03.760242800] +2026-01-05T21:41:06.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:06.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:06.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:06.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:06.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:06.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:06.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:06.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:06.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:06.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:06.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:06.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:06.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:06.671580200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:08.647+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:08.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:08.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:08.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:08.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:08.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:08.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:08.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:08.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:08.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:08.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:08.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:08.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:08.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:08.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:08.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:08.744288700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:08.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:08.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:08.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:08.772044700] +2026-01-05T21:41:08.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:08.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:08.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:08.772673600] +2026-01-05T21:41:08.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:08.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:08.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:08.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:08.772673600] +2026-01-05T21:41:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:09.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:09.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:09.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:09.678+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:09.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:09.678+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:09.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:09.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:09.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:09.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:09.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:09.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:09.679098300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:12.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:12.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:12.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:12.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:12.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:12.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:12.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:12.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:12.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:12.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:12.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:12.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:12.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:12.689373900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:13.744+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:13.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:13.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:13.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:13.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:13.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:13.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:13.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:13.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:13.746+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:13.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:13.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:13.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:13.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:13.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:13.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:13.747183600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:13.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:13.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:13.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:13.775515200] +2026-01-05T21:41:13.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:13.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:13.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:13.776165900] +2026-01-05T21:41:13.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:13.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:13.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:13.776+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:13.776165900] +2026-01-05T21:41:14.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:41:14.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:41:14.414+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:14.414486900] +2026-01-05T21:41:14.415+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:41:15.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:15.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:15.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:15.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:15.692+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:15.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:15.692+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:15.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:15.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:15.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:15.693+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:15.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:15.693+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:15.693935300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:18.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:18.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:18.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:18.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:18.702+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:18.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:18.702+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:18.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:18.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:18.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:18.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:18.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:18.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:18.703811+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:18.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:18.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:18.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:18.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:18.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:18.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:18.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:18.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:18.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:18.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:18.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:18.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:18.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:18.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:18.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:18.751391400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:18.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:18.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:18.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:18.780931300] +2026-01-05T21:41:18.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:18.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:18.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:18.781552200] +2026-01-05T21:41:18.781+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:18.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:18.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:18.781+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:18.781552200] +2026-01-05T21:41:18.842+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:21.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:21.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:21.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:21.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:21.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:21.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:21.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:21.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:21.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:21.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:21.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:21.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:21.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:21.721390600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:23.767+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:23.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:23.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:23.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:23.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:23.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:23.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:23.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:23.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:23.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:23.768811500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:23.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:23.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:23.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:23.782515] +2026-01-05T21:41:23.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:23.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:23.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:23.783019600] +2026-01-05T21:41:23.783+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:23.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:23.783+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:23.784+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:23.783019600] +2026-01-05T21:41:23.948+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:24.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:24.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:24.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:24.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:24.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:24.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:24.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:24.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:24.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:24.729338+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:27.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:27.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:27.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:27.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:27.739+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:27.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:27.739+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:27.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:27.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:27.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:27.741+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:27.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:27.741+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:27.741152300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:28.770+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:28.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:28.771+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:28.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:28.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:28.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:28.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:28.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:28.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:28.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:28.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:28.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:28.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:28.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:28.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:28.772766300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:28.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:28.785+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:28.785+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:28.785769400] +2026-01-05T21:41:28.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:28.785+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:28.785+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:28.785769400] +2026-01-05T21:41:28.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:28.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:28.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:28.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:28.785769400] +2026-01-05T21:41:29.050+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:30.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:30.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:30.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:30.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:30.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:30.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:30.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:30.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:30.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:30.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:30.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:30.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:30.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:30.755516500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:33.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:33.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:33.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:33.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:33.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:33.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:33.758+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:33.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:33.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:33.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:33.759+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:33.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:33.759+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:33.759263500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:33.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:33.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:33.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:33.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:33.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:33.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:33.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:33.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:33.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:33.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:33.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:33.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:33.790+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:33.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:33.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:33.790767100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:41:33.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:33.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:33.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:33.790767100] +2026-01-05T21:41:33.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:33.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:33.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:33.791290] +2026-01-05T21:41:33.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:33.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:33.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:33.791+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:33.791290] +2026-01-05T21:41:34.147+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:36.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:36.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:36.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:36.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:36.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:36.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:36.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:36.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:36.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:36.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:36.777+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:36.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:36.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:36.777321800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:38.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:38.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:38.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:38.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:38.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:38.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:38.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:38.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:38.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:38.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:38.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:38.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:38.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:38.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:38.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:38.805673700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:38.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:38.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:38.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:38.805673700] +2026-01-05T21:41:38.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:38.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:38.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:38.806438400] +2026-01-05T21:41:38.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:38.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:38.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:38.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:38.806438400] +2026-01-05T21:41:39.254+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:39.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:39.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:39.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:39.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:39.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:39.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:39.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:39.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:39.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:39.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:39.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:39.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:39.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:39.787711300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:42.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:42.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:42.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:42.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:42.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:42.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:42.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:42.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:42.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:42.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:42.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:42.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:42.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:42.797101100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:43.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:43.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:43.812+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:43.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:43.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:43.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:43.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:43.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:43.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:43.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:43.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:43.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:43.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:43.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:43.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:43.813231700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:43.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:43.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:43.813+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:43.813231700] +2026-01-05T21:41:43.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:43.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:43.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:43.814231600] +2026-01-05T21:41:43.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:43.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:43.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:43.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:43.814231600] +2026-01-05T21:41:44.354+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:44.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:41:44.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:41:44.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:44.417554400] +2026-01-05T21:41:44.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:41:45.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:45.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:45.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:45.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:45.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:45.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:45.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:45.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:45.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:45.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:45.813+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:45.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:45.813+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:45.813213+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:48.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:48.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:48.823670500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:48.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:48.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:48.824+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:48.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:48.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:48.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:48.825675400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:41:48.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:48.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:48.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:48.825675400] +2026-01-05T21:41:48.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:48.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:48.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:48.825675400] +2026-01-05T21:41:48.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:48.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:48.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:48.825+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:48.825675400] +2026-01-05T21:41:49.446+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:51.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:51.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:51.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:51.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:51.833+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:51.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:51.833+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:51.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:51.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:51.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:51.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:51.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:51.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:51.835265800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:53.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:53.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:53.827+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:53.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:53.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:53.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:53.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:53.827+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:53.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:53.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:53.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:53.828719+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:53.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:53.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:53.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:53.828719] +2026-01-05T21:41:53.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:53.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:53.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:53.829406] +2026-01-05T21:41:53.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:53.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:53.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:53.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:53.829406] +2026-01-05T21:41:54.555+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:41:54.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:54.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:54.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:54.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:54.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:54.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:54.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:54.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:54.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:54.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:54.838+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:54.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:54.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:54.838455800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:57.847+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:41:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:57.848+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:57.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:57.848+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:57.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:57.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:57.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:57.849+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:57.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:57.849+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:57.849582800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:58.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:41:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:41:58.841+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:41:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:41:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:58.841+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:41:58.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:41:58.841+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:41:58.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:41:58.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:41:58.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:41:58.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:41:58.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:41:58.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:41:58.842882900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:41:58.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:41:58.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:41:58.842+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:58.842882900] +2026-01-05T21:41:58.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:41:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:41:58.842882900] +2026-01-05T21:41:58.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:41:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:41:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:41:58.843+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:41:58.842882900] +2026-01-05T21:41:59.654+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:00.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:00.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:00.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:00.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:00.863+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:00.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:00.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:00.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:00.863+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:00.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:00.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:00.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:00.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:00.864809200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:03.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:03.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:03.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:03.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:03.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:03.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:03.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:03.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:03.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:03.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:03.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:03.860322900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:03.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:03.860322900] +2026-01-05T21:42:03.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:03.860322900] +2026-01-05T21:42:03.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:03.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:03.860322900] +2026-01-05T21:42:03.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:03.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:03.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:03.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:03.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:03.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:03.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:03.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:03.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:03.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:03.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:03.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:03.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:03.874567+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:04.755+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:06.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:06.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:06.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:06.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:06.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:06.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:06.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:06.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:06.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:06.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:06.887+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:06.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:06.887+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:06.887956200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:08.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:08.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:08.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:08.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:08.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:08.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:08.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:08.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:08.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:08.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:08.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:08.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:08.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:08.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:08.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:08.877655600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:08.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:08.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:08.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:08.878166200] +2026-01-05T21:42:08.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:08.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:08.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:08.878166200] +2026-01-05T21:42:08.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:08.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:08.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:08.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:08.878166200] +2026-01-05T21:42:09.855+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:09.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:09.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:09.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:09.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:09.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:09.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:09.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:09.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:09.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:09.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:09.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:09.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:09.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:09.903402900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:12.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:12.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:12.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:12.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:12.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:12.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:12.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:12.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:12.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:12.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:12.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:12.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:12.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:12.911550+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:13.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:13.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:13.881+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:13.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:13.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:13.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:13.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:13.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:13.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:13.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:13.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:13.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:13.882+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:13.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:13.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:13.882517700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:13.882+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:13.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:13.882+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:13.882517700] +2026-01-05T21:42:13.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:13.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:13.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:13.883517100] +2026-01-05T21:42:13.883+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:13.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:13.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:13.883+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:13.883517100] +2026-01-05T21:42:14.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:42:14.427+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:42:14.427+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:14.426583700] +2026-01-05T21:42:14.427+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:42:14.954+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:15.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:15.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:15.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:15.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:15.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:15.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:15.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:15.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:15.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:15.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:15.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:15.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:15.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:15.920877600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:18.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:18.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:18.898+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:18.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:18.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:18.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:18.898+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:18.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:18.898+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:18.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:18.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:18.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:18.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:18.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:18.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:18.900650+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:18.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:18.900+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:18.900+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:18.900650] +2026-01-05T21:42:18.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:18.900+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:18.900+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:18.900650] +2026-01-05T21:42:18.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:18.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:18.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:18.901+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:18.900650] +2026-01-05T21:42:18.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:18.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:18.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:18.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:18.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:18.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:18.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:18.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:18.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:18.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:18.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:18.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:18.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:18.930661600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:20.054+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:21.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:21.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:21.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:21.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:21.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:21.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:21.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:21.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:21.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:21.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:21.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:21.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:21.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:21.941693300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:23.902+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:23.902+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:23.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:23.902+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:23.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:23.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:23.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:23.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:23.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:23.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:23.903871600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:23.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:23.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:23.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:23.903871600] +2026-01-05T21:42:23.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:23.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:23.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:23.904605200] +2026-01-05T21:42:23.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:23.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:23.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:23.904+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:23.904605200] +2026-01-05T21:42:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:24.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:24.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:24.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:24.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:24.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:24.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:24.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:24.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:24.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:24.949655+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:25.149+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:27.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:27.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:27.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:27.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:27.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:27.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:27.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:27.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:27.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:27.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:27.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:27.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:27.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:27.958995600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:28.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:28.909+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:28.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:28.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:28.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:28.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:28.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:28.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:28.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:28.911+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:28.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:28.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:28.911464900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:28.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:28.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:28.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:28.911464900] +2026-01-05T21:42:28.911+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:28.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:28.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:28.911464900] +2026-01-05T21:42:28.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:28.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:28.911464900] +2026-01-05T21:42:30.246+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:30.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:30.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:30.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:30.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:30.964+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:30.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:30.964+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:30.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:30.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:30.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:30.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:30.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:30.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:30.966228700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:33.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:33.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:33.926+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:33.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:33.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:33.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:33.926+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:33.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:33.926+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:33.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:33.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:33.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:33.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:33.927952800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:33.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:33.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:33.927952800] +2026-01-05T21:42:33.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:33.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:33.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:33.927952800] +2026-01-05T21:42:33.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:33.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:33.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:33.928+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:33.927952800] +2026-01-05T21:42:33.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:33.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:33.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:33.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:33.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:33.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:33.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:33.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:33.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:33.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:33.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:33.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:33.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:33.974098500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:42:35.354+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:36.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:36.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:36.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:36.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:36.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:36.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:36.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:36.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:36.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:36.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:36.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:36.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:36.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:36.981586400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:38.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:38.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:38.940+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:38.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:38.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:38.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:38.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:38.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:38.940+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:38.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:38.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:38.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:38.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:38.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:38.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:38.941896700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:38.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:38.941+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:38.941896700] +2026-01-05T21:42:38.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:38.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:38.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:38.942555700] +2026-01-05T21:42:38.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:38.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:38.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:38.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:38.942555700] +2026-01-05T21:42:39.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:39.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:39.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:39.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:39.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:39.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:39.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:39.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:39.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:39.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:39.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:39.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:39.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:39.987154400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:40.453+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:42.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:42.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:42.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:42.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:42.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:42.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:42.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:42.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:42.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:42.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:42.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:42.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:42.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:42.993060100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:43.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:43.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:43.943+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:43.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:43.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:43.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:43.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:43.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:43.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:43.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:43.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:43.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:43.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:43.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:43.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:43.944501400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:43.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:43.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:43.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:43.944501400] +2026-01-05T21:42:43.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:43.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:43.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:43.944501400] +2026-01-05T21:42:43.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:43.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:43.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:43.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:43.944501400] +2026-01-05T21:42:44.440+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:42:44.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:42:44.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:44.440927800] +2026-01-05T21:42:44.440+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:42:45.545+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:45.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:45.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:45.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:45.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:45.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:45.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:45.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:45.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:45.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:45.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:45.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:45.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:45.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:45.999700300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:48.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:48.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:48.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:48.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:48.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:48.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:48.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:48.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:48.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:48.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:48.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:48.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:48.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:48.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:48.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:48.959469700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:48.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:48.959469700] +2026-01-05T21:42:48.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:48.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:48.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:48.959469700] +2026-01-05T21:42:48.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:48.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:48.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:48.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:48.959469700] +2026-01-05T21:42:49.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:49.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:49.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:49.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:49.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:49.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:49.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:49.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:49.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:49.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:49.006+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:49.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:49.006+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:49.006535500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:42:50.646+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:52.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:52.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:52.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:52.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:52.020+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:52.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:52.020+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:52.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:52.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:52.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:52.021+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:52.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:52.021+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:52.021965400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:53.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:53.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:53.972+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:53.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:53.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:53.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:53.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:53.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:53.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:53.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:53.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:53.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:53.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:53.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:53.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:53.974215400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:53.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:53.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:53.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:53.974215400] +2026-01-05T21:42:53.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:53.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:53.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:53.974851800] +2026-01-05T21:42:53.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:53.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:53.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:53.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:53.974851800] +2026-01-05T21:42:55.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:55.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:55.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:55.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:55.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:55.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:55.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:55.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:55.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:55.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:55.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:55.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:55.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:55.033619300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:55.747+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:42:58.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:58.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:42:58.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:58.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:58.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:58.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:58.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:58.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:58.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:58.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:58.048+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:58.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:58.048+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:58.048596400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:58.978+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:42:58.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:42:58.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:42:58.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:42:58.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:58.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:58.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:42:58.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:42:58.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:42:58.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:42:58.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:42:58.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:42:58.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:42:58.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:42:58.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:42:58.980363600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:42:58.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:42:58.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:42:58.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:58.980363600] +2026-01-05T21:42:58.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:58.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:42:58.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:42:58.980363600] +2026-01-05T21:42:58.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:42:58.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:42:58.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:42:58.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:42:58.980363600] +2026-01-05T21:43:00.844+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:01.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:01.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:01.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:01.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:01.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:01.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:01.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:01.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:01.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:01.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:01.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:01.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:01.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:01.059355900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:03.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:03.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:03.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:03.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:03.994359100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:03.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:03.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:03.994359100] +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:03.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:03.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:03.994871500] +2026-01-05T21:43:03.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:03.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:03.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:03.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:03.994871500] +2026-01-05T21:43:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:04.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:04.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:04.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:04.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:04.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:04.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:04.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:04.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:04.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:04.072505800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:05.958+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:07.080+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:07.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:07.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:07.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:07.081+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:07.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:07.081+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:07.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:07.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:07.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:07.082+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:07.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:07.082+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:07.082755700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:09.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:09.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:09.009+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:09.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:09.009803400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:09.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:09.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:09.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:09.009803400] +2026-01-05T21:43:09.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:09.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:09.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:09.011373400] +2026-01-05T21:43:09.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:09.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:09.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:09.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:09.011373400] +2026-01-05T21:43:10.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:10.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:10.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:10.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:10.086+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:10.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:10.086+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:10.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:10.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:10.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:10.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:10.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:10.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:10.087640800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:11.058+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:13.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:13.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:13.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:13.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:13.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:13.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:13.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:13.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:13.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:13.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:13.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:13.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:13.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:13.102911+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:14.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:14.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:14.023+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:14.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:14.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:14.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:14.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:14.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:14.023+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:14.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:14.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:14.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:14.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:14.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:14.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:14.024882500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:14.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:14.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:14.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:14.025404400] +2026-01-05T21:43:14.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:14.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:14.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:14.025404400] +2026-01-05T21:43:14.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:14.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:14.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:14.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:14.025404400] +2026-01-05T21:43:14.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:43:14.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:43:14.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:14.443146800] +2026-01-05T21:43:14.443+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:43:16.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:16.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:16.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:16.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:16.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:16.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:16.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:16.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:16.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:16.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:16.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:16.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:16.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:16.108193600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:16.153+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:19.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:19.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:19.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:19.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:19.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:19.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:19.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:19.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:19.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:19.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:19.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:19.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:19.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:19.035018+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:19.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:19.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:19.035018] +2026-01-05T21:43:19.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:19.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:19.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:19.035018] +2026-01-05T21:43:19.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:19.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:19.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:19.036+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:19.035018] +2026-01-05T21:43:19.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:19.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:19.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:19.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:19.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:19.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:19.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:19.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:19.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:19.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:19.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:19.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:19.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:19.113114800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:21.246+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:22.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:22.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:22.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:22.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:22.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:22.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:22.118+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:22.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:22.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:22.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:22.120+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:22.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:22.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:22.120139+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:24.050+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:24.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:24.051+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:24.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:24.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:24.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:24.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:24.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:24.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:24.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:24.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:24.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:24.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:24.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:24.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:24.052600500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:24.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:24.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:24.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:24.052600500] +2026-01-05T21:43:24.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:24.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:24.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:24.053211100] +2026-01-05T21:43:24.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:24.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:24.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:24.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:24.053211100] +2026-01-05T21:43:25.133+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:25.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:25.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:25.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:25.134+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:25.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:25.134+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:25.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:25.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:25.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:25.135+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:25.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:25.135+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:25.135136200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:26.346+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:28.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:28.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:28.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:28.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:28.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:28.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:28.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:28.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:28.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:28.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:28.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:28.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:28.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:28.140315200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:29.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:29.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:29.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:29.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:29.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:29.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:29.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:29.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:29.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:29.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:29.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:29.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:29.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:29.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:29.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:29.062826500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:29.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:29.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:29.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:29.062826500] +2026-01-05T21:43:29.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:29.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:29.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:29.062826500] +2026-01-05T21:43:29.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:29.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:29.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:29.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:29.062826500] +2026-01-05T21:43:31.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:31.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:31.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:31.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:31.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:31.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:31.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:31.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:31.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:31.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:31.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:31.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:31.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:31.156001200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:31.450+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:34.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:34.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:34.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:34.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:34.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:34.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:34.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:34.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:34.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:34.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:34.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:34.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:34.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:34.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:34.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:34.075019800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:34.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:34.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:34.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:34.075019800] +2026-01-05T21:43:34.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:34.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:34.075+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:34.075648400] +2026-01-05T21:43:34.076+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:34.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:34.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:34.076+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:34.075648400] +2026-01-05T21:43:34.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:34.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:34.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:34.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:34.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:34.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:34.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:34.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:34.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:34.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:34.169+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:34.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:34.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:34.169901+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:36.546+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:37.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:37.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:37.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:37.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:37.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:37.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:37.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:37.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:37.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:37.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:37.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:37.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:37.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:37.187099400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:39.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:39.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:39.089+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:39.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:39.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:39.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:39.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:39.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:39.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:39.091572600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:39.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:39.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:39.091572600] +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:39.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:39.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:39.091572600] +2026-01-05T21:43:39.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:39.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:39.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:39.092+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:39.091572600] +2026-01-05T21:43:40.195+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:40.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:40.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:40.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:40.196+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:40.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:40.196+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:40.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:40.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:40.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:40.197+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:40.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:40.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:40.197518700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:41.649+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:43.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:43.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:43.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:43.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:43.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:43.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:43.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:43.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:43.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:43.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:43.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:43.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:43.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:43.202052800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:44.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:44.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:44.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:44.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:44.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:44.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:44.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:44.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:44.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:44.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:44.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:44.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:44.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:44.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:44.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:44.108322700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:44.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:44.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:44.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:44.108322700] +2026-01-05T21:43:44.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:44.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:44.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:44.108828100] +2026-01-05T21:43:44.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:44.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:44.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:44.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:44.108828100] +2026-01-05T21:43:44.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:43:44.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:43:44.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:44.447126300] +2026-01-05T21:43:44.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:43:46.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:46.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:46.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:46.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:46.211+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:46.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:46.211+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:46.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:46.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:46.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:46.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:46.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:46.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:46.212938100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:46.756+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:49.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:49.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:49.111+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:49.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:49.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:49.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:49.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:49.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:49.111+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:49.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:49.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:49.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:49.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:49.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:49.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:49.112703200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:49.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:49.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:49.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:49.113704300] +2026-01-05T21:43:49.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:49.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:49.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:49.113704300] +2026-01-05T21:43:49.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:49.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:49.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:49.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:49.113704300] +2026-01-05T21:43:49.219+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:49.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:49.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:49.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:49.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:49.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:49.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:49.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:49.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:49.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:49.221+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:49.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:49.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:49.221602300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:51.853+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:52.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:52.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:52.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:52.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:52.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:52.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:52.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:52.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:52.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:52.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:52.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:52.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:52.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:52.230418700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:54.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:54.116411900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:54.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:54.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:54.116+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:54.116411900] +2026-01-05T21:43:54.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:54.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:54.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:54.116411900] +2026-01-05T21:43:54.118+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:54.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:54.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:54.118+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:54.116411900] +2026-01-05T21:43:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:55.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:55.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:55.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:55.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:55.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:55.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:55.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:55.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:55.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:55.237718+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:56.954+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:43:58.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:58.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:43:58.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:58.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:58.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:58.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:58.248+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:58.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:58.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:58.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:58.249+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:58.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:58.249+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:58.249713100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:59.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:43:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:43:59.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:43:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:43:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:59.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:43:59.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:43:59.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:43:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:43:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:43:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:43:59.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:43:59.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:43:59.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:43:59.122067900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:43:59.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:43:59.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:43:59.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:59.122067900] +2026-01-05T21:43:59.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:59.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:43:59.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:43:59.123068] +2026-01-05T21:43:59.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:43:59.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:43:59.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:43:59.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:43:59.123068] +2026-01-05T21:44:01.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:01.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:01.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:01.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:01.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:01.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:01.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:01.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:01.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:01.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:01.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:01.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:01.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:01.259716500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:02.048+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:04.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:04.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:04.124+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:04.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:04.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:04.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:04.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:04.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:04.124+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:04.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:04.125462+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:04.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:04.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:04.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:04.125462] +2026-01-05T21:44:04.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:04.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:04.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:04.126175400] +2026-01-05T21:44:04.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:04.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:04.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:04.126+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:04.126175400] +2026-01-05T21:44:04.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:04.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:04.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:04.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:04.262+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:04.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:04.262+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:04.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:04.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:04.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:04.263+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:04.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:04.263+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:04.263923700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:07.158+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:07.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:07.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:07.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:07.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:07.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:07.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:07.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:07.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:07.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:07.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:07.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:07.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:07.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:07.270501900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:09.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:09.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:09.140+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:09.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:09.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:09.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:09.140+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:09.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:09.140+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:09.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:09.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:09.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:09.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:09.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:09.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:09.142010700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:09.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:09.142010700] +2026-01-05T21:44:09.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:09.142+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:09.142659700] +2026-01-05T21:44:09.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:09.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:09.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:09.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:09.142659700] +2026-01-05T21:44:10.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:10.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:10.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:10.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:10.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:10.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:10.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:10.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:10.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:10.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:10.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:10.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:10.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:10.276830100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:12.255+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:13.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:13.286+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:13.286275+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:14.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:14.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:14.143+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:14.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:14.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:14.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:14.143+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:14.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:14.143+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:14.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:14.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:14.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:14.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:14.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:14.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:14.145042100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:14.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:14.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:14.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:14.145042100] +2026-01-05T21:44:14.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:14.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:14.145+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:14.145812800] +2026-01-05T21:44:14.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:14.146+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:14.146+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:14.146+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:14.145812800] +2026-01-05T21:44:14.453+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:44:14.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:44:14.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:14.453911800] +2026-01-05T21:44:14.454+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:44:16.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:16.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:16.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:16.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:16.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:16.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:16.297+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:16.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:16.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:16.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:16.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:16.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:16.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:16.299051200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:17.357+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:19.150+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:19.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:19.151+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:19.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:19.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:19.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:19.151+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:19.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:19.151+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:19.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:19.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:19.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:19.152+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:19.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:19.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:19.152305600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:19.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:19.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:19.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:19.152305600] +2026-01-05T21:44:19.152+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:19.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:19.152+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:19.152938300] +2026-01-05T21:44:19.153+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:19.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:19.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:19.153+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:19.152938300] +2026-01-05T21:44:19.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:19.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:19.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:19.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:19.305+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:19.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:19.305+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:19.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:19.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:19.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:19.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:19.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:19.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:19.306720900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:22.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:22.315+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:22.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:22.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:22.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:22.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:22.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:22.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:22.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:22.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:22.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:22.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:22.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:22.317272500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:22.456+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:24.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:24.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:24.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:24.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:24.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:24.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:24.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:24.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:24.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:24.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:24.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:24.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:24.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:24.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:24.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:24.159876700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:24.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:24.159+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:24.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:24.159876700] +2026-01-05T21:44:24.160+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:24.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:24.160+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:24.160504200] +2026-01-05T21:44:24.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:24.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:24.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:24.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:24.160504200] +2026-01-05T21:44:25.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:25.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:25.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:25.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:25.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:25.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:25.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:25.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:25.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:25.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:25.325+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:25.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:25.325+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:25.325141800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:27.554+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:28.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:28.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:28.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:28.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:28.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:28.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:28.333+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:28.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:28.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:28.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:28.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:28.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:28.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:28.334981600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:29.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:29.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:29.161+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:29.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:29.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:29.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:29.161+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:29.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:29.161+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:29.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:29.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:29.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:29.162+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:29.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:29.162+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:29.162551100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:29.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:29.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:29.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:29.162551100] +2026-01-05T21:44:29.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:29.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:29.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:29.163232200] +2026-01-05T21:44:29.163+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:29.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:29.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:29.163+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:29.163232200] +2026-01-05T21:44:31.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:31.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:31.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:31.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:31.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:31.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:31.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:31.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:31.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:31.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:31.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:31.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:31.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:31.345445100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:32.652+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:34.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:34.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:34.170+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:34.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:34.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:34.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:34.170+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:34.170+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:34.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:34.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:34.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:34.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:34.171+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:34.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:34.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:34.171815500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:34.171+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:34.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:34.171+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:34.171815500] +2026-01-05T21:44:34.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:34.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:34.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:34.172416] +2026-01-05T21:44:34.172+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:34.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:34.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:34.172+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:34.172416] +2026-01-05T21:44:34.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:34.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:34.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:34.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:34.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:34.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:34.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:34.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:34.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:34.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:34.356+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:34.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:34.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:34.356152+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:37.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:37.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:37.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:37.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:37.362+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:37.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:37.362+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:37.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:37.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:37.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:37.363+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:37.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:37.363+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:37.363703300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:37.752+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:39.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:39.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:39.184+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:39.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:39.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:39.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:39.184+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:39.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:39.184+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:39.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:39.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:39.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:39.186+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:39.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:39.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:39.186492700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:39.186+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:39.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:39.186+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:39.186492700] +2026-01-05T21:44:39.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:39.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:39.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:39.187026900] +2026-01-05T21:44:39.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:39.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:39.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:39.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:39.187026900] +2026-01-05T21:44:40.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:40.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:40.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:40.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:40.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:40.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:40.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:40.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:40.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:40.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:40.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:40.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:40.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:40.370868600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:42.861+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:43.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:43.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:43.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:43.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:43.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:43.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:43.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:43.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:43.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:43.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:43.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:43.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:43.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:43.376761300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:44.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:44.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:44.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:44.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:44.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:44.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:44.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:44.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:44.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:44.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:44.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:44.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:44.204+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:44.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:44.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:44.204903800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:44.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:44.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:44.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:44.204903800] +2026-01-05T21:44:44.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:44.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:44.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:44.205514100] +2026-01-05T21:44:44.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:44.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:44.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:44.206+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:44.205514100] +2026-01-05T21:44:44.467+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:44:44.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:44:44.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:44.467305800] +2026-01-05T21:44:44.467+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:44:46.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:46.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:46.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:46.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:46.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:46.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:46.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:46.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:46.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:46.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:46.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:46.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:46.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:46.380701400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:47.952+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:49.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:49.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:49.213+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:49.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:49.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:49.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:49.213+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:49.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:49.213+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:49.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:49.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:49.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:49.215+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:49.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:49.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:49.215935200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:49.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:49.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:49.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:49.215935200] +2026-01-05T21:44:49.216+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:49.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:49.216+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:49.216544] +2026-01-05T21:44:49.217+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:49.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:49.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:49.217+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:49.216544] +2026-01-05T21:44:49.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:49.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:49.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:49.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:49.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:49.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:49.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:49.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:49.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:49.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:49.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:49.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:49.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:49.387367900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:52.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:52.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:52.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:52.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:52.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:52.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:52.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:52.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:52.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:52.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:52.396+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:52.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:52.396+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:52.396019600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:53.048+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:54.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:54.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:54.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:54.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:54.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:54.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:54.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:54.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:54.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:54.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:54.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:54.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:54.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:54.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:54.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:54.232455500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:54.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:54.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:54.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:54.232455500] +2026-01-05T21:44:54.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:54.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:54.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:54.233137300] +2026-01-05T21:44:54.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:54.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:54.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:54.233+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:54.233137300] +2026-01-05T21:44:55.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:55.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:55.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:55.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:55.397+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:55.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:55.397+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:55.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:55.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:55.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:55.398+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:55.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:55.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:55.398511+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:58.151+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:44:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:44:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:58.401+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:58.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:58.401+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:58.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:58.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:58.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:58.402+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:58.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:58.402+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:58.402882300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:59.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:44:59.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:44:59.242+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:44:59.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:44:59.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:59.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:59.242+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:44:59.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:44:59.242+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:44:59.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:44:59.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:44:59.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:44:59.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:44:59.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:44:59.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:44:59.244956700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:44:59.244+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:44:59.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:44:59.244+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:59.244956700] +2026-01-05T21:44:59.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:59.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:44:59.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:44:59.245461900] +2026-01-05T21:44:59.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:44:59.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:44:59.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:44:59.245+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:44:59.245461900] +2026-01-05T21:45:01.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:01.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:01.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:01.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:01.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:01.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:01.405+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:01.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:01.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:01.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:01.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:01.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:01.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:01.406799600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:03.261+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:04.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:04.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:04.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:04.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:04.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:04.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:04.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:04.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:04.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:04.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:04.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:04.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:04.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:04.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:04.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:04.260210200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:04.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:04.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:04.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:04.260210200] +2026-01-05T21:45:04.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:04.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:04.260+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:04.260722700] +2026-01-05T21:45:04.261+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:04.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:04.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:04.261+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:04.260722700] +2026-01-05T21:45:04.412+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:04.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:04.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:04.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:04.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:04.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:04.413+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:04.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:04.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:04.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:04.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:04.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:04.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:04.414408200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:07.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:07.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:07.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:07.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:07.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:07.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:07.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:07.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:07.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:07.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:07.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:07.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:07.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:07.430392800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:08.349+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:09.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:09.269+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:09.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:09.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:09.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:09.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:09.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:09.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:09.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:09.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:09.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:09.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:09.271+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:09.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:09.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:09.271867200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:09.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:09.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:09.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:09.271867200] +2026-01-05T21:45:09.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:09.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:09.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:09.271867200] +2026-01-05T21:45:09.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:09.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:09.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:09.272+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:09.271867200] +2026-01-05T21:45:10.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:10.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:10.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:10.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:10.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:10.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:10.435+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:10.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:10.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:10.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:10.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:10.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:10.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:10.437030+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:13.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:13.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:13.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:13.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:13.441+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:13.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:13.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:13.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:13.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:13.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:13.442+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:13.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:13.442+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:13.442744200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:13.456+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:14.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:14.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:14.280+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:14.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:14.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:14.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:14.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:14.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:14.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:14.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:14.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:14.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:14.281762300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:14.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:14.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:14.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:14.281762300] +2026-01-05T21:45:14.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:14.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:14.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:14.282457700] +2026-01-05T21:45:14.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:14.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:14.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:14.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:14.282457700] +2026-01-05T21:45:14.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:45:14.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:45:14.480+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:14.480603500] +2026-01-05T21:45:14.481+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:45:16.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:16.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:16.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:16.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:16.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:16.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:16.457+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:16.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:16.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:16.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:16.458+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:16.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:16.458+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:16.458452500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:45:18.558+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:19.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:19.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:19.282+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:19.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:19.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:19.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:19.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:19.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:19.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:19.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:19.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:19.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:19.284+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:19.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:19.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:19.284660500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:19.284+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:19.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:19.284+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:19.284660500] +2026-01-05T21:45:19.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:19.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:19.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:19.285239900] +2026-01-05T21:45:19.285+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:19.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:19.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:19.285+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:19.285239900] +2026-01-05T21:45:19.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:19.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:19.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:19.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:19.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:19.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:19.471+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:19.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:19.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:19.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:19.472+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:19.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:19.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:19.472548700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:22.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:22.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:22.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:22.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:22.484+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:22.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:22.484+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:22.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:22.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:22.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:22.485+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:22.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:22.485+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:22.485876500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:23.653+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:24.294+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:24.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:24.295+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:24.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:24.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:24.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:24.295+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:24.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:24.295+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:24.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:24.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:24.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:24.296+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:24.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:24.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:24.296684500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:24.296+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:24.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:24.296+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:24.296684500] +2026-01-05T21:45:24.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:24.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:24.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:24.297397800] +2026-01-05T21:45:24.297+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:24.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:24.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:24.297+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:24.297397800] +2026-01-05T21:45:25.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:25.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:25.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:25.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:25.495+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:25.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:25.495+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:25.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:25.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:25.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:25.496+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:25.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:25.496+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:25.496329900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:28.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:28.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:28.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:28.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:28.508+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:28.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:28.508+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:28.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:28.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:28.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:28.509+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:28.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:28.509+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:28.509944300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:28.759+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:29.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:29.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:29.309+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:29.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:29.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:29.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:29.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:29.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:29.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:29.311206100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:29.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:29.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:29.311206100] +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:29.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:29.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:29.311915700] +2026-01-05T21:45:29.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:29.311+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:29.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:29.312+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:29.311915700] +2026-01-05T21:45:31.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:31.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:31.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:31.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:31.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:31.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:31.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:31.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:31.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:31.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:31.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:31.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:31.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:31.513964200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:33.849+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:34.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:34.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:34.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:34.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:34.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:34.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:34.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:34.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:34.318+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:34.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:34.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:34.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:34.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:34.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:34.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:34.319580100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:34.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:34.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:34.319+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:34.319580100] +2026-01-05T21:45:34.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:34.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:34.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:34.320181300] +2026-01-05T21:45:34.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:34.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:34.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:34.320+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:34.320181300] +2026-01-05T21:45:34.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:34.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:34.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:34.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:34.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:34.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:34.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:34.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:34.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:34.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:34.522+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:34.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:34.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:34.522293200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:37.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:37.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:37.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:37.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:37.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:37.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:37.525+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:37.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:37.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:37.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:37.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:37.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:37.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:37.526638700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:38.956+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:39.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:39.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:39.330+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:39.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:39.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:39.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:39.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:39.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:39.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:39.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:39.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:39.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:39.331+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:39.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:39.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:39.331965300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:39.331+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:39.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:39.331+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:39.331965300] +2026-01-05T21:45:39.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:39.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:39.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:39.332966700] +2026-01-05T21:45:39.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:39.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:39.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:39.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:39.332966700] +2026-01-05T21:45:40.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:40.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:40.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:40.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:40.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:40.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:40.530+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:40.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:40.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:40.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:40.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:40.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:40.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:40.531968300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:43.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:43.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:43.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:43.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:43.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:43.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:43.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:43.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:43.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:43.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:43.536+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:43.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:43.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:43.536063+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:44.060+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:44.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:44.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:44.341+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:44.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:44.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:44.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:44.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:44.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:44.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:44.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:44.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:44.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:44.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:44.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:44.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:44.342809500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:44.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:44.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:44.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:44.342809500] +2026-01-05T21:45:44.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:44.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:44.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:44.343524200] +2026-01-05T21:45:44.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:44.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:44.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:44.344+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:44.343524200] +2026-01-05T21:45:44.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:45:44.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:45:44.495+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:44.494740700] +2026-01-05T21:45:44.495+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:45:46.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:46.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:46.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:46.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:46.540+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:46.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:46.540+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:46.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:46.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:46.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:46.541+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:46.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:46.541+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:46.541591200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:49.161+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:49.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:49.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:49.348+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:49.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:49.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:49.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:49.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:49.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:49.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:49.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:49.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:49.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:49.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:49.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:49.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:49.349312+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:49.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:49.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:49.349+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:49.349312] +2026-01-05T21:45:49.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:49.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:49.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:49.349312] +2026-01-05T21:45:49.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:49.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:49.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:49.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:49.349312] +2026-01-05T21:45:49.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:49.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:49.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:49.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:49.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:49.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:49.549+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:49.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:49.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:49.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:49.550+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:49.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:49.550+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:49.550688100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:52.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:52.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:52.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:52.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:52.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:52.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:52.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:52.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:52.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:52.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:52.557+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:52.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:52.557+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:52.557912500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:54.258+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:54.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:54.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:54.351+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:54.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:54.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:54.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:54.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:54.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:54.352+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:54.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:54.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:54.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:54.353+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:54.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:54.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:54.353638+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:54.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:54.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:54.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:54.353638] +2026-01-05T21:45:54.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:54.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:54.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:54.354241500] +2026-01-05T21:45:54.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:54.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:54.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:54.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:54.354241500] +2026-01-05T21:45:55.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:55.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:55.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:55.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:55.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:55.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:55.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:55.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:55.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:55.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:55.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:55.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:55.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:55.568825800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:58.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:58.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:45:58.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:58.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:58.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:58.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:58.575+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:58.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:58.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:58.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:58.577+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:58.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:58.577+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:58.577358100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:59.353+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:45:59.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:45:59.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:45:59.369+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:45:59.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:45:59.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:59.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:59.369+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:45:59.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:45:59.369+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:45:59.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:45:59.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:45:59.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:45:59.370+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:45:59.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:45:59.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:45:59.370906600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:45:59.370+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:45:59.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:45:59.370+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:59.370906600] +2026-01-05T21:45:59.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:59.371+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:45:59.371+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:45:59.371518300] +2026-01-05T21:45:59.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:45:59.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:45:59.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:45:59.372+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:45:59.371518300] +2026-01-05T21:46:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:01.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:01.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:01.588+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:01.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:01.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:01.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:01.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:01.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:01.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:01.590136600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:04.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:04.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:04.379+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:04.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:04.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:04.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:04.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:04.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:04.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:04.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:04.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:04.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:04.381+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:04.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:04.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:04.381086+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:04.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:04.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:04.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:04.381086] +2026-01-05T21:46:04.381+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:04.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:04.381+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:04.381763] +2026-01-05T21:46:04.382+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:04.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:04.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:04.382+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:04.381763] +2026-01-05T21:46:04.456+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:04.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:04.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:04.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:04.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:04.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:04.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:04.597+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:04.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:04.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:04.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:04.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:04.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:04.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:04.598724800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:07.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:07.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:07.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:07.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:07.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:07.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:07.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:07.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:07.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:07.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:07.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:07.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:07.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:07.601448+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:09.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:09.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:09.386+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:09.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:09.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:09.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:09.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:09.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:09.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:09.388209300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:09.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:09.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:09.388209300] +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:09.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:09.388+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:09.388209300] +2026-01-05T21:46:09.388+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:09.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:09.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:09.389+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:09.388209300] +2026-01-05T21:46:09.559+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:10.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:10.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:10.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:10.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:10.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:10.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:10.604+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:10.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:10.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:10.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:10.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:10.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:10.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:10.605651700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:13.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:13.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:13.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:13.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:13.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:13.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:13.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:13.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:13.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:13.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:13.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:13.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:13.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:13.610699500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:14.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:14.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:14.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:14.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:14.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:14.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:14.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:14.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:14.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:14.394291300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:14.394291300] +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:14.394891500] +2026-01-05T21:46:14.394+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:14.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:14.394891500] +2026-01-05T21:46:14.503+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:46:14.503+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:46:14.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:14.501951500] +2026-01-05T21:46:14.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:46:14.652+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:16.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:16.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:16.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:16.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:16.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:16.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:16.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:16.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:16.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:16.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:16.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:16.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:16.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:16.616962100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:19.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:19.409+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:19.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:19.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:19.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:19.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:19.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:19.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:19.410+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:19.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:19.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:19.410874100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:19.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:19.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:19.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:19.410874100] +2026-01-05T21:46:19.410+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:19.410+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:19.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:19.410874100] +2026-01-05T21:46:19.411+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:19.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:19.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:19.411+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:19.410874100] +2026-01-05T21:46:19.625+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:19.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:19.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:19.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:19.626+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:19.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:19.626+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:19.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:19.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:19.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:19.627+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:19.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:19.627+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:19.627559800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:19.752+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:22.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:22.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:22.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:22.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:22.640+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:22.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:22.640+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:22.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:22.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:22.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:22.641+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:22.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:22.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:22.641652700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:24.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:24.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:24.416+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:24.416+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:24.417+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:24.417847600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:46:24.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:24.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:24.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:24.417847600] +2026-01-05T21:46:24.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:24.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:24.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:24.418365100] +2026-01-05T21:46:24.418+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:24.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:24.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:24.418+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:24.418365100] +2026-01-05T21:46:24.865+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:25.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:25.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:25.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:25.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:25.649+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:25.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:25.649+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:25.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:25.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:25.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:25.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:25.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:25.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:25.650419+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:28.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:28.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:28.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:28.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:28.655+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:28.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:28.655+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:28.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:28.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:28.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:28.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:28.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:28.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:28.656750800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:29.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:29.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:29.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:29.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:29.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:29.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:29.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:29.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:29.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:29.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:29.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:29.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:29.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:29.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:29.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:29.433095900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:29.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:29.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:29.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:29.433095900] +2026-01-05T21:46:29.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:29.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:29.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:29.433610100] +2026-01-05T21:46:29.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:29.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:29.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:29.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:29.433610100] +2026-01-05T21:46:29.957+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:31.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:31.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:31.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:31.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:31.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:31.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:31.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:31.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:31.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:31.672079+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:34.443+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:34.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:34.444+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:34.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:34.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:34.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:34.444+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:34.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:34.444+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:34.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:34.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:34.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:34.445+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:34.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:34.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:34.445526+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:34.445+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:34.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:34.445+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:34.445526] +2026-01-05T21:46:34.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:34.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:34.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:34.446096200] +2026-01-05T21:46:34.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:34.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:34.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:34.446+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:34.446096200] +2026-01-05T21:46:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:34.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:34.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:34.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:34.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:34.680411900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:35.050+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:37.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:37.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:37.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:37.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:37.682+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:37.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:37.682+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:37.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:37.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:37.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:37.684+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:37.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:37.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:37.684069500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:39.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:39.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:39.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:39.449955900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:39.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:39.449+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:39.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:39.449955900] +2026-01-05T21:46:39.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:39.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:39.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:39.450576300] +2026-01-05T21:46:39.451+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:39.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:39.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:39.451+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:39.450576300] +2026-01-05T21:46:40.165+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:40.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:40.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:40.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:40.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:40.696+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:40.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:40.696+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:40.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:40.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:40.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:40.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:40.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:40.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:40.697828100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:43.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:43.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:43.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:43.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:43.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:43.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:43.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:43.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:43.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:43.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:43.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:43.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:43.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:43.707020200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:44.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:44.455+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:44.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:44.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:44.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:44.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:44.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:44.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:44.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:44.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:44.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:44.456814300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:44.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:44.456+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:44.456+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:44.456814300] +2026-01-05T21:46:44.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:44.457+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:44.457+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:44.456814300] +2026-01-05T21:46:44.457+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:44.457+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:44.457+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:44.457+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:44.456814300] +2026-01-05T21:46:44.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:46:44.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:46:44.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:44.515377700] +2026-01-05T21:46:44.515+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:46:45.266+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:46.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:46.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:46.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:46.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:46.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:46.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:46.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:46.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:46.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:46.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:46.716+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:46.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:46.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:46.716538700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:49.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:49.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:49.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:49.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:49.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:49.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:49.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:49.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:49.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:49.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:49.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:49.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:49.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:49.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:49.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:49.462291800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:49.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:49.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:49.462+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:49.462291800] +2026-01-05T21:46:49.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:49.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:49.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:49.463292600] +2026-01-05T21:46:49.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:49.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:49.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:49.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:49.463292600] +2026-01-05T21:46:49.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:49.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:49.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:49.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:49.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:49.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:49.725+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:49.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:49.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:49.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:49.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:49.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:49.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:49.726270500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:50.362+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:52.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:52.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:52.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:52.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:52.729+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:52.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:52.729+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:52.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:52.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:52.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:52.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:52.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:52.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:52.731385200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:54.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:54.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:54.476+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:54.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:54.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:54.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:54.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:54.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:54.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:54.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:54.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:54.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:54.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:54.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:54.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:54.477613400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:54.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:54.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:54.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:54.477613400] +2026-01-05T21:46:54.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:54.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:54.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:54.478140700] +2026-01-05T21:46:54.478+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:54.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:54.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:54.478+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:54.478140700] +2026-01-05T21:46:55.455+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:46:55.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:55.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:55.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:55.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:55.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:55.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:55.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:55.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:55.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:55.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:55.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:55.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:55.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:55.737150300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:58.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:58.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:46:58.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:58.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:58.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:58.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:58.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:58.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:58.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:58.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:58.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:58.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:58.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:58.745378100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:59.487+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:46:59.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:46:59.488+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:46:59.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:46:59.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:59.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:59.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:46:59.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:46:59.488+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:46:59.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:46:59.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:46:59.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:46:59.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:46:59.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:46:59.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:46:59.489667700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:46:59.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:46:59.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:46:59.489+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:59.489667700] +2026-01-05T21:46:59.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:59.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:46:59.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:46:59.490228400] +2026-01-05T21:46:59.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:46:59.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:46:59.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:46:59.490+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:46:59.490228400] +2026-01-05T21:47:00.564+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:01.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:01.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:01.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:01.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:01.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:01.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:01.752+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:01.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:01.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:01.752859400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:04.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:04.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:04.505+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:04.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:04.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:04.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:04.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:04.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:04.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:04.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:04.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:04.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:04.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:04.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:04.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:04.506818200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:04.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:04.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:04.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:04.507356500] +2026-01-05T21:47:04.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:04.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:04.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:04.507356500] +2026-01-05T21:47:04.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:04.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:04.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:04.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:04.507356500] +2026-01-05T21:47:04.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:04.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:04.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:04.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:04.767+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:04.767+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:04.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:04.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:04.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:04.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:04.768+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:04.768+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:04.769+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:04.768956500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:05.653+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:07.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:07.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:07.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:07.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:07.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:07.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:07.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:07.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:07.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:07.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:07.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:07.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:07.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:07.772562300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:09.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:09.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:09.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:09.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:09.521976600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:09.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:09.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:09.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:09.521976600] +2026-01-05T21:47:09.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:09.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:09.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:09.522479500] +2026-01-05T21:47:09.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:09.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:09.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:09.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:09.522479500] +2026-01-05T21:47:10.756+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:10.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:10.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:10.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:10.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:10.788+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:10.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:10.788+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:10.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:10.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:10.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:10.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:10.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:10.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:10.789796+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:13.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:13.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:13.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:13.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:13.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:13.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:13.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:13.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:13.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:13.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:13.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:13.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:13.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:13.797742600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:14.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:47:14.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:47:14.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:14.523321900] +2026-01-05T21:47:14.523+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:47:14.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:14.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:14.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:14.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:14.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:14.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:14.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:14.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:14.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:14.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:14.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:14.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:14.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:14.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:14.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:14.526002100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:14.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:14.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:14.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:14.526533] +2026-01-05T21:47:14.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:14.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:14.526+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:14.526533] +2026-01-05T21:47:14.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:14.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:14.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:14.527+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:14.526533] +2026-01-05T21:47:15.866+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:16.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:16.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:16.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:16.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:16.802+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:16.802927300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:47:19.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:19.536+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:19.537+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:19.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:19.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:19.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:19.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:19.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:19.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:19.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:19.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:19.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:19.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:19.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:19.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:19.538139100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:19.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:19.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:19.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:19.538139100] +2026-01-05T21:47:19.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:19.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:19.538+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:19.538139100] +2026-01-05T21:47:19.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:19.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:19.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:19.539+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:19.538139100] +2026-01-05T21:47:19.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:19.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:19.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:19.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:19.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:19.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:19.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:19.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:19.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:19.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:19.817+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:19.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:19.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:19.817004800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:20.952+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:22.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:22.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:22.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:22.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:22.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:22.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:22.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:22.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:22.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:22.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:22.830+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:22.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:22.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:22.830378200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:24.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:24.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:24.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:24.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:24.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:24.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:24.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:24.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:24.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:24.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:24.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:24.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:24.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:24.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:24.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:24.548285200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:24.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:24.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:24.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:24.548285200] +2026-01-05T21:47:24.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:24.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:24.548+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:24.548812600] +2026-01-05T21:47:24.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:24.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:24.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:24.549+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:24.548812600] +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:25.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:25.836731700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:26.055+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:28.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:28.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:28.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:28.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:28.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:28.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:28.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:28.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:28.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:28.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:28.846+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:28.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:28.846+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:28.846162200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:29.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:29.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:29.560+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:29.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:29.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:29.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:29.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:29.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:29.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:29.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:29.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:29.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:29.562+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:29.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:29.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:29.562204300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:29.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:29.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:29.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:29.562204300] +2026-01-05T21:47:29.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:29.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:29.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:29.562915400] +2026-01-05T21:47:29.563+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:29.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:29.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:29.563+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:29.562915400] +2026-01-05T21:47:31.153+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:31.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:31.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:31.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:31.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:31.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:31.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:31.851+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:31.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:31.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:31.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:31.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:31.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:31.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:31.852980900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:34.564+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:34.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:34.565+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:34.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:34.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:34.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:34.565+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:34.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:34.565+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:34.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:34.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:34.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:34.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:34.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:34.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:34.567772300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:34.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:34.568+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:34.568+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:34.568292600] +2026-01-05T21:47:34.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:34.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:34.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:34.568811300] +2026-01-05T21:47:34.569+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:34.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:34.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:34.569+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:34.568811300] +2026-01-05T21:47:34.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:34.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:34.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:34.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:34.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:34.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:34.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:34.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:34.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:34.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:34.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:34.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:34.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:34.860013900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:36.260+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:37.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:37.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:37.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:37.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:37.867+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:37.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:37.867+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:37.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:37.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:37.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:37.869+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:37.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:37.869+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:37.869188400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:39.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:39.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:39.582+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:39.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:39.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:39.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:39.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:39.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:39.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:39.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:39.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:39.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:39.584+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:39.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:39.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:39.584411900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:39.584+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:39.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:39.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:39.584411900] +2026-01-05T21:47:39.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:39.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:39.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:39.585078] +2026-01-05T21:47:39.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:39.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:39.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:39.585+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:39.585078] +2026-01-05T21:47:40.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:40.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:40.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:40.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:40.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:40.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:40.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:40.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:40.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:40.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:40.880+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:40.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:40.880+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:40.880052400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:41.361+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:43.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:43.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:43.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:43.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:43.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:43.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:43.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:43.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:43.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:43.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:43.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:43.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:43.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:43.896205200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:44.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:47:44.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:47:44.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:44.533586100] +2026-01-05T21:47:44.534+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:47:44.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:44.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:44.594+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:44.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:44.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:44.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:44.594+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:44.594+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:44.595+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:44.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:44.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:44.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:44.596+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:44.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:44.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:44.596563800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:44.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:44.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:44.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:44.596563800] +2026-01-05T21:47:44.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:44.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:44.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:44.597087400] +2026-01-05T21:47:44.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:44.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:44.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:44.597+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:44.597087400] +2026-01-05T21:47:46.467+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:46.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:46.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:46.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:46.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:46.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:46.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:46.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:46.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:46.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:46.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:46.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:46.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:46.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:46.905273900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:49.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:49.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:49.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:49.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:49.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:49.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:49.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:49.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:49.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:49.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:49.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:49.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:49.607+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:49.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:49.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:49.607835800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:49.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:49.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:49.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:49.607835800] +2026-01-05T21:47:49.607+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:49.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:49.607+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:49.607835800] +2026-01-05T21:47:49.608+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:49.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:49.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:49.608+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:49.607835800] +2026-01-05T21:47:49.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:49.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:49.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:49.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:49.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:49.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:49.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:49.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:49.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:49.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:49.920+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:49.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:49.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:49.920373700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:51.556+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:52.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:52.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:52.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:52.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:52.931+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:52.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:52.931+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:52.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:52.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:52.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:52.932+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:52.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:52.932+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:52.932983+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:54.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:54.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:54.612+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:54.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:54.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:54.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:54.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:54.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:54.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:54.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:54.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:54.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:54.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:54.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:54.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:54.613705+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:47:54.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:54.613+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:54.613+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:54.613705] +2026-01-05T21:47:54.613+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:54.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:54.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:54.613705] +2026-01-05T21:47:54.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:54.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:54.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:54.614+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:54.613705] +2026-01-05T21:47:55.940+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:55.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:55.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:55.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:55.941+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:55.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:55.941+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:55.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:55.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:55.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:55.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:55.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:55.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:55.942465400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:56.655+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:47:58.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:58.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:47:58.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:58.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:58.950+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:58.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:58.950+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:58.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:58.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:58.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:58.951+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:58.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:58.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:58.951354500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:59.619+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:47:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:47:59.620+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:47:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:47:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:59.620+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:47:59.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:47:59.620+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:47:59.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:47:59.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:47:59.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:47:59.621+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:47:59.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:47:59.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:47:59.621683900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:47:59.621+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:47:59.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:47:59.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:59.621683900] +2026-01-05T21:47:59.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:59.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:47:59.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:47:59.622442800] +2026-01-05T21:47:59.622+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:47:59.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:47:59.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:47:59.622+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:47:59.622442800] +2026-01-05T21:48:01.759+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:01.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:01.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:01.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:01.961904200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:04.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:04.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:04.628+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:04.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:04.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:04.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:04.628+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:04.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:04.628+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:04.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:04.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:04.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:04.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:04.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:04.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:04.630405800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:04.630+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:04.630+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:04.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:04.630405800] +2026-01-05T21:48:04.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:04.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:04.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:04.631186200] +2026-01-05T21:48:04.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:04.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:04.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:04.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:04.631186200] +2026-01-05T21:48:04.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:04.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:04.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:04.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:04.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:04.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:04.973+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:04.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:04.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:04.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:04.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:04.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:04.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:04.974406500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:06.859+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:07.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:07.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:07.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:07.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:07.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:07.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:07.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:07.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:07.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:07.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:07.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:07.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:07.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:07.981470200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:09.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:09.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:09.643+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:09.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:09.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:09.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:09.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:09.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:09.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:09.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:09.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:09.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:09.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:09.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:09.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:09.644368600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:09.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:09.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:09.644+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:09.644368600] +2026-01-05T21:48:09.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:09.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:09.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:09.644368600] +2026-01-05T21:48:09.645+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:09.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:09.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:09.645+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:09.644368600] +2026-01-05T21:48:10.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:10.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:10.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:10.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:10.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:10.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:10.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:10.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:10.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:10.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:10.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:10.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:10.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:10.994189900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:11.965+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:14.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:14.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:14.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:14.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:14.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:14.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:14.004+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:14.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:14.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:14.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:14.005+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:14.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:14.005+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:14.005100500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:14.549+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:48:14.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:48:14.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:14.549104100] +2026-01-05T21:48:14.550+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:48:14.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:14.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:14.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:14.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:14.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:14.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:14.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:14.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:14.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:14.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:14.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:14.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:14.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:14.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:14.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:14.658204400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:14.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:14.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:14.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:14.658204400] +2026-01-05T21:48:14.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:14.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:14.658+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:14.658724900] +2026-01-05T21:48:14.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:14.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:14.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:14.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:14.658724900] +2026-01-05T21:48:17.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:17.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:17.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:17.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:17.007+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:17.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:17.007+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:17.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:17.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:17.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:17.008+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:17.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:17.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:17.008567400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:17.068+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:19.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:19.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:19.665+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:19.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:19.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:19.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:19.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:19.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:19.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:19.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:19.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:19.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:19.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:19.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:19.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:19.666215+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:19.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:19.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:19.666+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:19.666215] +2026-01-05T21:48:19.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:19.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:19.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:19.666215] +2026-01-05T21:48:19.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:19.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:19.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:19.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:19.666215] +2026-01-05T21:48:20.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:20.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:20.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:20.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:20.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:20.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:20.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:20.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:20.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:20.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:20.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:20.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:20.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:20.011763300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:22.158+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:23.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:23.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:23.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:23.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:23.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:23.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:23.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:23.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:23.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:23.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:23.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:23.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:23.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:23.027206+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:24.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:24.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:24.670+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:24.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:24.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:24.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:24.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:24.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:24.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:24.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:24.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:24.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:24.671+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:24.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:24.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:24.671652400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:24.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:24.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:24.671+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:24.671652400] +2026-01-05T21:48:24.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:24.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:24.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:24.672411300] +2026-01-05T21:48:24.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:24.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:24.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:24.672+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:24.672411300] +2026-01-05T21:48:26.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:26.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:26.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:26.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:26.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:26.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:26.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:26.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:26.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:26.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:26.036+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:26.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:26.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:26.036357400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:27.262+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:29.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:29.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:29.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:29.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:29.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:29.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:29.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:29.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:29.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:29.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:29.047+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:29.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:29.047+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:29.047298900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:29.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:29.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:29.673+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:29.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:29.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:29.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:29.673+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:29.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:29.673+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:29.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:29.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:29.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:29.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:29.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:29.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:29.675395400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:29.675+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:29.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:29.675+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:29.675395400] +2026-01-05T21:48:29.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:29.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:29.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:29.676016900] +2026-01-05T21:48:29.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:29.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:29.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:29.676+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:29.676016900] +2026-01-05T21:48:32.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:32.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:32.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:32.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:32.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:32.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:32.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:32.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:32.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:32.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:32.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:32.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:32.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:32.062286900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:32.358+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:34.679+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:34.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:34.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:34.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:34.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:34.680911100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:34.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:34.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:34.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:34.680911100] +2026-01-05T21:48:34.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:34.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:34.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:34.681431500] +2026-01-05T21:48:34.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:34.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:34.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:34.681+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:34.681431500] +2026-01-05T21:48:35.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:35.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:35.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:35.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:35.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:35.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:35.066+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:35.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:35.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:35.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:35.067+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:35.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:35.067+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:35.067635500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:37.462+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:38.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:38.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:38.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:38.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:38.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:38.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:38.073+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:38.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:38.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:38.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:38.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:38.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:38.074+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:38.074789100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:39.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:39.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:39.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:39.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:39.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:39.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:39.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:39.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:39.695+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:39.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:39.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:39.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:39.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:39.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:39.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:39.697150800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:39.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:39.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:39.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:39.697150800] +2026-01-05T21:48:39.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:39.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:39.697+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:39.697814800] +2026-01-05T21:48:39.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:39.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:39.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:39.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:39.697814800] +2026-01-05T21:48:41.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:41.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:41.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:41.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:41.077+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:41.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:41.077+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:41.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:41.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:41.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:41.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:41.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:41.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:41.079672900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:42.558+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:44.083+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:44.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:44.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:44.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:44.084+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:44.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:44.084+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:44.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:44.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:44.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:44.085+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:44.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:44.085+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:44.085232100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:44.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:48:44.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:48:44.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:44.565618600] +2026-01-05T21:48:44.566+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:48:44.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:44.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:44.705+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:44.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:44.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:44.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:44.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:44.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:44.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:44.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:44.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:44.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:44.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:44.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:44.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:44.706993900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:44.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:44.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:44.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:44.706993900] +2026-01-05T21:48:44.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:44.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:44.707+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:44.707646600] +2026-01-05T21:48:44.707+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:44.708+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:44.708+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:44.708+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:44.707646600] +2026-01-05T21:48:47.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:47.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:47.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:47.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:47.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:47.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:47.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:47.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:47.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:47.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:47.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:47.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:47.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:47.093043+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:47.666+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:49.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:49.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:49.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:49.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:49.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:49.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:49.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:49.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:49.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:49.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:49.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:49.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:49.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:49.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:49.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:49.724044500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:49.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:49.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:49.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:49.724044500] +2026-01-05T21:48:49.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:49.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:49.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:49.724044500] +2026-01-05T21:48:49.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:49.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:49.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:49.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:49.724044500] +2026-01-05T21:48:50.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:50.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:50.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:50.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:50.100+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:50.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:50.100+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:50.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:50.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:50.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:50.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:50.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:50.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:50.101480300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:52.761+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:53.104+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:53.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:53.104+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:53.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:53.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:53.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:53.105+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:53.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:53.105+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:53.105396400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:54.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:54.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:54.734+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:54.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:54.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:54.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:54.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:54.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:54.734+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:54.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:54.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:54.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:54.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:54.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:54.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:54.736502500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:54.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:54.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:54.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:54.736502500] +2026-01-05T21:48:54.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:54.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:54.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:54.737016300] +2026-01-05T21:48:54.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:54.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:54.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:54.737+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:54.737016300] +2026-01-05T21:48:56.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:56.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:56.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:56.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:56.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:56.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:56.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:56.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:56.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:56.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:56.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:56.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:56.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:56.108560300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:57.867+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:48:59.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:59.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:48:59.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:59.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:59.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:59.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:59.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:59.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:59.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:59.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:59.116+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:59.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:59.116+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:59.116491700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:59.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:48:59.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:48:59.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:48:59.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:48:59.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:59.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:59.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:48:59.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:48:59.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:48:59.744270800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:48:59.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:48:59.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:59.744270800] +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:59.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:48:59.744+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:48:59.744944300] +2026-01-05T21:48:59.744+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:48:59.745+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:48:59.745+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:48:59.745+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:48:59.744944300] +2026-01-05T21:49:02.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:02.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:02.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:02.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:02.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:02.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:02.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:02.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:02.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:02.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:02.128+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:02.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:02.128+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:02.128245300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:49:02.967+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:04.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:04.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:04.747+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:04.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:04.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:04.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:04.747+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:04.747+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:04.748+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:04.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:04.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:04.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:04.749+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:04.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:04.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:04.749248800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:04.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:04.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:04.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:04.749248800] +2026-01-05T21:49:04.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:04.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:04.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:04.749855500] +2026-01-05T21:49:04.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:04.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:04.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:04.750+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:04.749855500] +2026-01-05T21:49:05.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:05.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:05.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:05.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:05.136+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:05.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:05.136+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:05.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:05.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:05.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:05.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:05.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:05.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:05.137962500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:08.063+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:08.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:08.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:08.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:08.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:08.142+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:08.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:08.142+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:08.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:08.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:08.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:08.144+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:08.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:08.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:08.144141600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:09.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:09.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:09.755+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:09.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:09.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:09.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:09.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:09.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:09.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:09.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:09.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:09.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:09.756+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:09.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:09.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:09.756124100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:09.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:09.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:09.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:09.756124100] +2026-01-05T21:49:09.756+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:09.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:09.756+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:09.756124100] +2026-01-05T21:49:09.757+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:09.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:09.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:09.757+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:09.756124100] +2026-01-05T21:49:11.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:11.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:11.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:11.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:11.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:11.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:11.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:11.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:11.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:11.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:11.147+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:11.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:11.147+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:11.147595800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:13.166+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:14.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:14.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:14.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:14.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:14.154+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:14.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:14.154+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:14.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:14.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:14.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:14.155719200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:14.570+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:49:14.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:49:14.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:14.570244] +2026-01-05T21:49:14.570+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:49:14.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:14.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:14.772+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:14.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:14.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:14.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:14.772+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:14.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:14.772+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:14.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:14.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:14.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:14.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:14.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:14.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:14.773605200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:14.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:14.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:14.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:14.773605200] +2026-01-05T21:49:14.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:14.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:14.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:14.774282100] +2026-01-05T21:49:14.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:14.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:14.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:14.774+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:14.774282100] +2026-01-05T21:49:17.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:17.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:17.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:17.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:17.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:17.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:17.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:17.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:17.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:17.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:17.159+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:17.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:17.159+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:17.159365900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:18.259+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:19.784+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:19.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:19.785+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:19.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:19.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:19.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:19.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:19.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:19.785+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:19.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:19.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:19.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:19.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:19.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:19.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:19.786189900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:19.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:19.786+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:19.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:19.786189900] +2026-01-05T21:49:19.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:19.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:19.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:19.787195] +2026-01-05T21:49:19.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:19.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:19.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:19.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:19.787195] +2026-01-05T21:49:20.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:20.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:20.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:20.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:20.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:20.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:20.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:20.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:20.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:20.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:20.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:20.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:20.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:20.174973600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:23.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:23.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:23.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:23.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:23.185+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:23.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:23.185+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:23.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:23.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:23.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:23.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:23.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:23.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:23.187147800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:23.357+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:24.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:24.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:24.793+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:24.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:24.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:24.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:24.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:24.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:24.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:24.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:24.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:24.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:24.794+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:24.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:24.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:24.794658+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:24.794+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:24.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:24.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:24.794658] +2026-01-05T21:49:24.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:24.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:24.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:24.795288500] +2026-01-05T21:49:24.795+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:24.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:24.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:24.795+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:24.795288500] +2026-01-05T21:49:26.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:26.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:26.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:26.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:26.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:26.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:26.192+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:26.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:26.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:26.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:26.193+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:26.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:26.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:26.193867900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:28.466+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:29.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:29.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:29.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:29.197+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:29.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:29.198965400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:49:29.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:29.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:29.805+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:29.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:29.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:29.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:29.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:29.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:29.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:29.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:29.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:29.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:29.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:29.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:29.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:29.806880+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:29.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:29.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:29.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:29.806880] +2026-01-05T21:49:29.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:29.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:29.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:29.807514800] +2026-01-05T21:49:29.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:29.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:29.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:29.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:29.807514800] +2026-01-05T21:49:32.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:32.208+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:32.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:32.208+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:32.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:32.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:32.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:32.209+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:32.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:32.209+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:32.209406300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:33.562+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:34.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:34.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:34.822+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:34.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:34.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:34.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:34.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:34.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:34.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:34.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:34.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:34.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:34.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:34.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:34.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:34.823665600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:34.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:34.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:34.823+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:34.823665600] +2026-01-05T21:49:34.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:34.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:34.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:34.824273900] +2026-01-05T21:49:34.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:34.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:34.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:34.824+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:34.824273900] +2026-01-05T21:49:35.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:35.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:35.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:35.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:35.210+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:35.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:35.210+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:35.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:35.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:35.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:35.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:35.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:35.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:35.212065+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:38.221+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:38.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:38.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:38.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:38.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:38.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:38.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:38.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:38.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:38.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:38.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:38.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:38.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:38.223342700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:38.656+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:39.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:39.828626+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:39.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:39.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:39.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:39.828626] +2026-01-05T21:49:39.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:39.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:39.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:39.831013200] +2026-01-05T21:49:39.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:39.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:39.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:39.831+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:39.831013200] +2026-01-05T21:49:41.231+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:41.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:41.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:41.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:41.232+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:41.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:41.232+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:41.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:41.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:41.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:41.233+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:41.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:41.233+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:41.233646+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:43.758+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:44.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:44.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:44.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:44.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:44.243+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:44.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:44.243+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:44.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:44.244+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:44.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:44.245+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:44.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:44.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:44.245529+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:44.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:49:44.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:49:44.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:44.586146300] +2026-01-05T21:49:44.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:49:44.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:44.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:44.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:44.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:44.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:44.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:44.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:44.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:44.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:44.837+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:44.837412300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:44.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:44.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:44.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:44.837412300] +2026-01-05T21:49:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:44.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:44.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:44.838037200] +2026-01-05T21:49:44.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:44.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:44.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:44.838+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:44.838037200] +2026-01-05T21:49:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:47.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:47.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:47.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:47.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:47.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:47.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:47.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:47.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:47.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:47.253117900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:48.869+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:49.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:49.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:49.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:49.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:49.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:49.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:49.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:49.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:49.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:49.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:49.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:49.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:49.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:49.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:49.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:49.854764+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:49.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:49.854764] +2026-01-05T21:49:49.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:49.854+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:49.854764] +2026-01-05T21:49:49.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:49.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:49.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:49.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:49.854764] +2026-01-05T21:49:50.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:50.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:50.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:50.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:50.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:50.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:50.259+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:50.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:50.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:50.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:50.260+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:50.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:50.260+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:50.260867600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:53.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:53.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:53.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:53.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:53.272+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:53.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:53.272+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:53.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:53.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:53.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:53.273+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:53.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:53.273+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:53.273834100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:53.958+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:54.862+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:54.862+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:54.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:54.862+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:54.864+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:54.864276100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:54.864+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:54.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:54.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:54.864276100] +2026-01-05T21:49:54.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:54.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:54.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:54.865005500] +2026-01-05T21:49:54.865+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:54.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:54.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:54.865+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:54.865005500] +2026-01-05T21:49:56.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:56.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:56.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:56.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:56.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:56.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:56.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:56.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:56.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:56.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:56.283+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:56.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:56.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:56.283266800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:59.056+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:49:59.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:59.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:49:59.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:59.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:59.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:59.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:59.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:59.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:59.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:59.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:59.293+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:59.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:59.293+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:59.293768600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:59.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:49:59.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:49:59.868+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:49:59.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:49:59.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:59.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:59.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:49:59.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:49:59.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:49:59.870070600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:49:59.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:49:59.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:59.870070600] +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:59.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:49:59.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:49:59.870719900] +2026-01-05T21:49:59.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:49:59.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:49:59.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:49:59.870+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:49:59.870719900] +2026-01-05T21:50:02.298+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:02.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:02.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:02.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:02.299+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:02.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:02.299+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:02.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:02.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:02.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:02.300+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:02.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:02.300+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:02.300367600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:04.169+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:04.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:04.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:04.871+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:04.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:04.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:04.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:04.873981800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:04.873+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:04.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:04.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:04.873981800] +2026-01-05T21:50:04.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:04.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:04.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:04.874486300] +2026-01-05T21:50:04.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:04.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:04.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:04.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:04.874486300] +2026-01-05T21:50:05.307+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:05.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:05.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:05.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:05.308+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:05.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:05.308+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:05.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:05.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:05.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:05.309+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:05.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:05.309+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:05.309489600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:08.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:08.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:08.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:08.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:08.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:08.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:08.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:08.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:08.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:08.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:08.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:08.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:08.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:08.317853900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:09.267+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:09.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:09.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:09.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:09.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:09.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:09.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:09.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:09.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:09.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:09.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:09.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:09.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:09.890+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:09.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:09.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:09.890579500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:09.890+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:09.890+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:09.890+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:09.890579500] +2026-01-05T21:50:09.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:09.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:09.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:09.890579500] +2026-01-05T21:50:09.891+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:09.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:09.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:09.891+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:09.890579500] +2026-01-05T21:50:11.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:11.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:11.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:11.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:11.319+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:11.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:11.319+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:11.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:11.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:11.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:11.320+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:11.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:11.320+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:11.320641100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:14.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:14.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:14.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:14.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:14.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:14.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:14.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:14.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:14.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:14.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:14.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:14.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:14.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:14.334154600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:14.362+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:14.596+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:50:14.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:50:14.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:14.596648200] +2026-01-05T21:50:14.596+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:50:14.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:14.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:14.905+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:14.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:14.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:14.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:14.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:14.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:14.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:14.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:14.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:14.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:14.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:14.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:14.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:14.907108100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:14.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:14.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:14.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:14.907108100] +2026-01-05T21:50:14.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:14.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:14.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:14.907108100] +2026-01-05T21:50:14.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:14.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:14.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:14.907+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:14.907108100] +2026-01-05T21:50:17.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:17.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:17.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:17.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:17.344+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:17.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:17.344+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:17.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:17.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:17.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:17.346+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:17.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:17.346+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:17.346205500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:19.459+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:19.912+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:19.912+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:19.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:19.912+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:19.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:19.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:19.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:19.913+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:19.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:19.913+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:19.913164400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:19.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:19.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:19.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:19.914165100] +2026-01-05T21:50:19.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:19.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:19.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:19.914165100] +2026-01-05T21:50:19.914+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:19.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:19.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:19.914+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:19.914165100] +2026-01-05T21:50:20.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:20.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:20.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:20.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:20.347+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:20.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:20.347+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:20.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:20.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:20.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:20.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:20.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:20.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:20.348918100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:23.359+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:23.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:23.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:23.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:23.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:23.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:23.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:23.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:23.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:23.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:23.361+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:23.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:23.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:23.361301300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:24.559+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:24.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:24.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:24.918+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:24.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:24.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:24.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:24.918+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:24.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:24.918+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:24.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:24.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:24.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:24.919+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:24.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:24.919+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:24.919555800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:24.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:24.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:24.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:24.919555800] +2026-01-05T21:50:24.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:24.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:24.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:24.920080300] +2026-01-05T21:50:24.920+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:24.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:24.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:24.920+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:24.920080300] +2026-01-05T21:50:26.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:26.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:26.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:26.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:26.364+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:26.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:26.364+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:26.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:26.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:26.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:26.365+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:26.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:26.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:26.365308100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:29.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:29.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:29.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:29.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:29.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:29.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:29.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:29.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:29.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:29.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:29.373+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:29.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:29.373+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:29.373054500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:29.667+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:29.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:29.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:29.922+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:29.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:29.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:29.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:29.922+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:29.922+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:29.923+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:29.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:29.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:29.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:29.924+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:29.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:29.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:29.924185+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:29.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:29.924+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:29.924+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:29.924688900] +2026-01-05T21:50:29.924+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:29.924+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:29.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:29.924688900] +2026-01-05T21:50:29.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:29.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:29.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:29.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:29.924688900] +2026-01-05T21:50:32.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:32.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:32.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:32.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:32.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:32.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:32.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:32.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:32.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:32.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:32.380+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:32.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:32.380+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:32.380825300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:34.762+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:34.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:34.933+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:34.933+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:34.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:34.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:34.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:34.934+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:34.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:34.934+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:34.935156300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:34.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:34.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:34.935156300] +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:34.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:34.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:34.935687200] +2026-01-05T21:50:34.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:34.935+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:34.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:34.936+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:34.935687200] +2026-01-05T21:50:35.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:35.383+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:35.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:35.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:35.384+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:35.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:35.384+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:35.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:35.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:35.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:35.385+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:35.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:35.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:35.385076100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:38.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:38.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:38.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:38.398+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:38.399+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:38.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:38.399+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:38.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:38.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:38.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:38.400+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:38.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:38.400+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:38.400155300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:39.865+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:39.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:39.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:39.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:39.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:39.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:39.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:39.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:39.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:39.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:39.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:39.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:39.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:39.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:39.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:39.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:39.945654400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:39.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:39.945+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:39.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:39.945654400] +2026-01-05T21:50:39.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:39.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:39.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:39.946390300] +2026-01-05T21:50:39.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:39.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:39.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:39.946+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:39.946390300] +2026-01-05T21:50:41.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:41.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:41.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:41.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:41.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:41.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:41.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:41.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:41.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:41.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:41.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:41.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:41.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:41.415308200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:44.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:44.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:44.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:44.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:44.428+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:44.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:44.428+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:44.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:44.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:44.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:44.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:44.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:44.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:44.429199500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:44.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:50:44.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:50:44.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:44.599575700] +2026-01-05T21:50:44.599+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:50:44.956+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:44.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:44.957+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:44.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:44.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:44.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:44.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:44.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:44.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:44.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:44.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:44.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:44.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:44.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:44.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:44.958150700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:50:44.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:44.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:44.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:44.958675200] +2026-01-05T21:50:44.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:44.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:44.958+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:44.958675200] +2026-01-05T21:50:44.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:44.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:44.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:44.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:44.958675200] +2026-01-05T21:50:44.971+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:47.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:47.438982400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:49.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:49.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:49.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:49.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:49.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:49.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:49.962+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:49.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:49.962+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:49.963788400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:49.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:49.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:49.963788400] +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:49.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:49.963+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:49.963788400] +2026-01-05T21:50:49.963+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:49.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:49.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:49.964+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:49.963788400] +2026-01-05T21:50:50.069+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:50.446+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:50.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:50.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:50.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:50.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:50.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:50.447+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:50.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:50.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:50.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:50.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:50.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:50.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:50.448665300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:53.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:53.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:53.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:53.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:53.455+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:53.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:53.455+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:53.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:53.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:53.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:53.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:53.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:53.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:53.456995900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:54.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:54.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:54.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:54.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:54.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:54.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:54.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:54.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:54.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:54.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:54.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:54.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:54.967+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:54.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:54.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:54.967968+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:54.967+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:54.967+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:54.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:54.967968] +2026-01-05T21:50:54.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:54.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:54.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:54.968490700] +2026-01-05T21:50:54.969+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:54.969+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:54.969+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:54.969+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:54.968490700] +2026-01-05T21:50:55.169+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:50:56.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:56.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:56.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:56.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:56.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:56.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:56.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:56.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:56.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:56.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:56.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:56.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:56.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:56.462821400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:59.479+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:59.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:50:59.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:59.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:59.481+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:59.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:59.481+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:59.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:59.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:59.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:59.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:59.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:59.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:59.483930700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:50:59.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:50:59.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:50:59.977+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:50:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:50:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:59.977+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:50:59.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:50:59.977+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:50:59.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:50:59.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:50:59.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:50:59.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:50:59.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:50:59.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:50:59.979282700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:50:59.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:50:59.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:50:59.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:59.979282700] +2026-01-05T21:50:59.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:59.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:50:59.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:50:59.980490200] +2026-01-05T21:50:59.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:50:59.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:50:59.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:50:59.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:50:59.980490200] +2026-01-05T21:51:00.271+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:02.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:02.488+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:02.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:02.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:02.489+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:02.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:02.489+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:02.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:02.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:02.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:02.490+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:02.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:02.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:02.490023300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:04.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:04.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:04.984+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:04.984+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:04.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:04.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:04.985+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:04.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:04.985+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:04.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:04.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:04.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:04.986+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:04.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:04.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:04.986449800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:04.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:04.986+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:04.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:04.986449800] +2026-01-05T21:51:04.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:04.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:04.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:04.987098] +2026-01-05T21:51:04.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:04.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:04.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:04.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:04.987098] +2026-01-05T21:51:05.359+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:05.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:05.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:05.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:05.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:05.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:05.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:05.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:05.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:05.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:05.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:05.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:05.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:05.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:05.500398500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:08.511+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:08.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:08.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:08.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:08.512+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:08.512+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:08.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:08.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:08.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:08.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:08.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:08.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:08.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:08.513863+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:09.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:09.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:09.993+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:09.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:09.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:09.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:09.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:09.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:09.994+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:09.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:09.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:09.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:09.995+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:09.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:09.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:09.995539400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:09.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:09.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:09.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:09.995539400] +2026-01-05T21:51:09.995+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:09.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:09.995+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:09.995539400] +2026-01-05T21:51:09.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:09.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:09.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:09.996+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:09.995539400] +2026-01-05T21:51:10.459+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:11.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:11.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:11.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:11.525+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:11.526+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:11.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:11.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:11.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:11.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:11.526+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:11.527+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:11.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:11.527+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:11.527232700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:14.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:14.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:14.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:14.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:14.538+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:14.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:14.538+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:14.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:14.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:14.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:14.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:14.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:14.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:14.539518200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:14.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:51:14.617+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:51:14.617+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:14.616574900] +2026-01-05T21:51:14.617+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:51:15.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:15.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:15.001+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:15.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:15.002996600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:51:15.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:15.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:15.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:15.003524600] +2026-01-05T21:51:15.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:15.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:15.003+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:15.003524600] +2026-01-05T21:51:15.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:15.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:15.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:15.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:15.003524600] +2026-01-05T21:51:15.563+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:17.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:17.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:17.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:17.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:17.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:17.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:17.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:17.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:17.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:17.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:17.548+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:17.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:17.548+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:17.548170300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:20.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:20.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:20.011+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:20.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:20.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:20.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:20.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:20.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:20.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:20.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:20.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:20.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:20.013+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:20.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:20.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:20.013957600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:20.013+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:20.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:20.013+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:20.013957600] +2026-01-05T21:51:20.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:20.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:20.014+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:20.014600300] +2026-01-05T21:51:20.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:20.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:20.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:20.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:20.014600300] +2026-01-05T21:51:20.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:20.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:20.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:20.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:20.555+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:20.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:20.555+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:20.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:20.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:20.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:20.556+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:20.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:20.556+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:20.556429400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:20.663+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:23.566+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:23.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:23.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:23.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:23.567+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:23.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:23.567+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:23.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:23.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:23.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:23.568+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:23.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:23.568+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:23.568517600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:25.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:25.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:25.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:25.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:25.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:25.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:25.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:25.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:25.027+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:25.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:25.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:25.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:25.028+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:25.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:25.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:25.028762400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:51:25.028+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:25.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:25.028+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:25.028762400] +2026-01-05T21:51:25.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:25.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:25.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:25.029282800] +2026-01-05T21:51:25.029+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:25.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:25.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:25.029+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:25.029282800] +2026-01-05T21:51:25.761+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:26.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:26.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:26.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:26.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:26.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:26.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:26.571+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:26.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:26.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:26.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:26.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:26.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:26.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:26.572874+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:29.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:29.581+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:29.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:29.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:29.582+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:29.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:29.582+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:29.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:29.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:29.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:29.583+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:29.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:29.583+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:29.583978300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:30.036+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:30.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:30.037+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:30.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:30.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:30.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:30.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:30.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:30.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:30.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:30.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:30.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:30.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:30.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:30.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:30.038958900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:51:30.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:30.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:30.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:30.038958900] +2026-01-05T21:51:30.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:30.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:30.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:30.039479900] +2026-01-05T21:51:30.039+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:30.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:30.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:30.039+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:30.039479900] +2026-01-05T21:51:30.862+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:32.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:32.597+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:32.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:32.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:32.598+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:32.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:32.598+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:32.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:32.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:32.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:32.599+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:32.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:32.599+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:32.599222400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:35.054+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:35.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:35.055+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:35.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:35.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:35.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:35.055+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:35.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:35.055+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:35.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:35.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:35.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:35.056+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:35.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:35.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:35.056596700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:35.056+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:35.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:35.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:35.056596700] +2026-01-05T21:51:35.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:35.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:35.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:35.057117500] +2026-01-05T21:51:35.057+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:35.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:35.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:35.057+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:35.057117500] +2026-01-05T21:51:35.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:35.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:35.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:35.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:35.600+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:35.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:35.600+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:35.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:35.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:35.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:35.601+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:35.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:35.601+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:35.601538700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:35.962+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:38.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:38.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:38.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:38.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:38.609+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:38.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:38.609+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:38.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:38.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:38.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:38.610+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:38.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:38.610+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:38.610545300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:40.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:40.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:40.061+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:40.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:40.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:40.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:40.061+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:40.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:40.061+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:40.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:40.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:40.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:40.062+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:40.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:40.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:40.062866+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:40.062+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:40.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:40.062+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:40.062866] +2026-01-05T21:51:40.063+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:40.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:40.063+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:40.063563900] +2026-01-05T21:51:40.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:40.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:40.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:40.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:40.063563900] +2026-01-05T21:51:41.061+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:41.611+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:41.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:41.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:41.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:41.612+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:41.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:41.612+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:41.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:41.613+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:41.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:41.614+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:41.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:41.614+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:41.614264300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:44.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:44.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:44.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:44.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:44.629+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:44.629+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:44.630+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:44.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:44.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:44.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:44.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:44.631172300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:44.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:51:44.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:51:44.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:44.631172300] +2026-01-05T21:51:44.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:51:45.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:45.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:45.064+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:45.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:45.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:45.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:45.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:45.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:45.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:45.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:45.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:45.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:45.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:45.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:45.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:45.065682600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:51:45.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:45.065+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:45.065+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:45.065682600] +2026-01-05T21:51:45.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:45.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:45.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:45.066202800] +2026-01-05T21:51:45.066+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:45.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:45.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:45.066+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:45.066202800] +2026-01-05T21:51:46.170+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:47.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:47.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:47.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:47.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:47.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:47.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:47.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:47.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:47.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:47.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:47.636+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:47.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:47.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:47.636553500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:50.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:50.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:50.071+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:50.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:50.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:50.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:50.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:50.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:50.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:50.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:50.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:50.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:50.072+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:50.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:50.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:50.072631400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:50.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:50.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:50.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:50.072631400] +2026-01-05T21:51:50.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:50.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:50.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:50.073253300] +2026-01-05T21:51:50.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:50.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:50.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:50.073+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:50.073253300] +2026-01-05T21:51:50.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:50.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:50.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:50.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:50.647+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:50.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:50.647+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:50.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:50.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:50.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:50.648+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:50.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:50.648+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:50.648636800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:51.272+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:53.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:53.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:53.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:53.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:53.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:53.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:53.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:53.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:53.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:53.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:53.658+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:53.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:53.658+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:53.658989700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:55.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:55.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:51:55.088+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:51:55.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:51:55.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:55.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:55.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:55.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:55.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:55.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:55.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:55.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:55.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:55.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:55.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:55.090389900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:55.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:51:55.090+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:51:55.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:55.090389900] +2026-01-05T21:51:55.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:55.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:51:55.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:51:55.091015800] +2026-01-05T21:51:55.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:51:55.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:51:55.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:51:55.091+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:51:55.091015800] +2026-01-05T21:51:56.367+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:51:56.664+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:56.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:56.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:56.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:56.665+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:56.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:56.665+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:56.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:56.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:56.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:56.666+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:56.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:56.666+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:56.666563100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:51:59.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:51:59.671+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:51:59.672+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:51:59.672710800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:00.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:00.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:00.106+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:00.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:00.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:00.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:00.106+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:00.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:00.106+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:00.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:00.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:00.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:00.107+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:00.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:00.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:00.107916+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:00.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:00.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:00.107+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:00.107916] +2026-01-05T21:52:00.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:00.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:00.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:00.108522400] +2026-01-05T21:52:00.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:00.108+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:00.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:00.109+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:00.108522400] +2026-01-05T21:52:01.463+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:02.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:02.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:02.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:02.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:02.681+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:02.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:02.681+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:02.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:02.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:02.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:02.683+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:02.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:02.683+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:02.683480200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:05.111+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:05.112+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:05.112+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:05.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:05.112+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:05.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:05.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:05.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:05.113+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:05.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:05.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:05.113547300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:05.113+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:05.113+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:05.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:05.113547300] +2026-01-05T21:52:05.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:05.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:05.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:05.114215400] +2026-01-05T21:52:05.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:05.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:05.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:05.114+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:05.114215400] +2026-01-05T21:52:05.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:05.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:05.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:05.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:05.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:05.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:05.687+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:05.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:05.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:05.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:05.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:05.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:05.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:05.688624800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:06.560+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:08.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:08.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:08.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:08.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:08.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:08.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:08.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:08.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:08.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:08.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:08.700+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:08.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:08.700+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:08.700900300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:10.120+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:10.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:10.121+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:10.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:10.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:10.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:10.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:10.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:10.121+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:10.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:10.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:10.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:10.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:10.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:10.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:10.122353700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:10.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:10.122+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:10.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:10.122353700] +2026-01-05T21:52:10.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:10.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:10.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:10.123355700] +2026-01-05T21:52:10.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:10.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:10.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:10.123+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:10.123355700] +2026-01-05T21:52:11.663+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:11.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:11.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:11.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:11.709+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:11.710+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:11.710977400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:14.641+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:52:14.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:52:14.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:14.641007100] +2026-01-05T21:52:14.641+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:52:14.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:14.719+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:14.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:14.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:14.720+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:14.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:14.720+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:14.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:14.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:14.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:14.721+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:14.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:14.721+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:14.721359+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:15.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:15.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:15.137+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:15.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:15.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:15.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:15.137+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:15.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:15.137+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:15.139363200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:15.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:15.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:15.139363200] +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:15.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:15.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:15.139953200] +2026-01-05T21:52:15.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:15.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:15.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:15.139+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:15.139953200] +2026-01-05T21:52:16.771+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:17.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:17.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:17.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:17.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:17.722+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:17.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:17.722+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:17.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:17.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:17.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:17.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:17.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:17.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:17.724155300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:20.155+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:20.155+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:20.155+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:20.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:20.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:20.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:20.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:20.157+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:20.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:20.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:20.157495200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:20.157+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:20.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:20.157+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:20.157495200] +2026-01-05T21:52:20.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:20.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:20.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:20.157495200] +2026-01-05T21:52:20.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:20.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:20.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:20.158+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:20.157495200] +2026-01-05T21:52:20.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:20.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:20.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:20.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:20.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:20.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:20.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:20.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:20.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:20.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:20.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:20.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:20.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:20.727268+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:21.865+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:23.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:23.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:23.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:23.735251500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:25.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:25.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:25.167+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:25.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:25.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:25.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:25.167+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:25.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:25.167+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:25.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:25.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:25.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:25.168+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:25.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:25.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:25.168863200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:25.168+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:25.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:25.168+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:25.168863200] +2026-01-05T21:52:25.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:25.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:25.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:25.169581200] +2026-01-05T21:52:25.169+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:25.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:25.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:25.169+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:25.169581200] +2026-01-05T21:52:26.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:26.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:26.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:26.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:26.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:26.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:26.742+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:26.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:26.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:26.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:26.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:26.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:26.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:26.743531200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:26.974+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:29.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:29.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:29.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:29.750+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:29.751+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:29.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:29.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:29.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:29.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:29.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:29.751+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:29.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:29.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:29.752291600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:30.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:30.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:30.175+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:30.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:30.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:30.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:30.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:30.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:30.175+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:30.177191600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:30.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:30.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:30.177191600] +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:30.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:30.177+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:30.177837700] +2026-01-05T21:52:30.177+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:30.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:30.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:30.178+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:30.177837700] +2026-01-05T21:52:32.075+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:32.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:32.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:32.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:32.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:32.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:32.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:32.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:32.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:32.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:32.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:32.763+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:32.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:32.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:32.763058700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:35.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:35.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:35.187+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:35.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:35.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:35.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:35.187+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:35.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:35.187+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:35.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:35.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:35.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:35.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:35.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:35.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:35.188842500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:35.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:35.188+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:35.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:35.188842500] +2026-01-05T21:52:35.189+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:35.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:35.189+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:35.189497100] +2026-01-05T21:52:35.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:35.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:35.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:35.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:35.189497100] +2026-01-05T21:52:35.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:35.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:35.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:35.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:35.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:35.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:35.764+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:35.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:35.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:35.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:35.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:35.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:35.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:35.765611500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:37.164+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:38.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:38.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:38.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:38.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:38.774+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:38.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:38.774+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:38.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:38.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:38.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:38.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:38.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:38.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:38.775680100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:40.190+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:40.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:40.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:40.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:40.191+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:40.191955+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:40.191+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:40.191+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:40.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:40.191955] +2026-01-05T21:52:40.192+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:40.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:40.192+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:40.192701700] +2026-01-05T21:52:40.193+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:40.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:40.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:40.193+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:40.192701700] +2026-01-05T21:52:41.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:41.785+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:41.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:41.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:41.786+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:41.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:41.786+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:41.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:41.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:41.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:41.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:41.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:41.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:41.787645800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:42.269+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:44.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:52:44.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:52:44.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:44.656390100] +2026-01-05T21:52:44.656+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:52:44.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:44.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:44.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:44.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:44.796+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:44.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:44.796+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:44.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:44.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:44.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:44.797+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:44.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:44.797+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:44.797888600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:45.201+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:45.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:45.202+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:45.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:45.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:45.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:45.202+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:45.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:45.202+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:45.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:45.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:45.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:45.203+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:45.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:45.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:45.203948700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:45.203+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:45.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:45.203+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:45.203948700] +2026-01-05T21:52:45.204+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:45.204+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:45.204+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:45.204484800] +2026-01-05T21:52:45.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:45.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:45.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:45.205+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:45.204484800] +2026-01-05T21:52:47.364+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:47.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:47.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:47.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:47.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:47.801+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:47.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:47.801+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:47.802+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:47.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:47.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:47.803+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:47.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:47.803+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:47.803107600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:50.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:50.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:50.212+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:50.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:50.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:50.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:50.212+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:50.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:50.212+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:50.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:50.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:50.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:50.214+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:50.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:50.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:50.214126500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:50.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:50.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:50.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:50.214126500] +2026-01-05T21:52:50.214+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:50.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:50.214+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:50.214748700] +2026-01-05T21:52:50.215+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:50.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:50.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:50.215+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:50.214748700] +2026-01-05T21:52:50.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:50.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:50.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:50.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:50.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:50.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:50.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:50.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:50.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:50.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:50.805+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:50.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:50.805+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:50.805854600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:52.470+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:53.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:53.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:53.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:53.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:53.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:53.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:53.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:53.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:53.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:53.809579500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:55.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:55.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:52:55.222+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:52:55.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:52:55.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:55.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:55.222+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:55.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:55.222+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:55.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:55.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:55.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:55.223+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:55.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:55.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:55.223505100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:52:55.223+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:52:55.223+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:52:55.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:55.223505100] +2026-01-05T21:52:55.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:55.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:52:55.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:52:55.224301800] +2026-01-05T21:52:55.224+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:52:55.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:52:55.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:52:55.224+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:52:55.224301800] +2026-01-05T21:52:56.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:56.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:56.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:56.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:56.811+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:56.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:56.811+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:56.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:56.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:56.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:56.812+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:56.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:56.812+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:56.812241700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:52:57.577+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:52:59.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:52:59.821+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:52:59.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:59.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:59.822+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:52:59.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:52:59.822+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:52:59.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:52:59.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:52:59.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:52:59.823+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:52:59.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:52:59.823+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:52:59.823560300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:00.228+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:00.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:00.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:00.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:00.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:00.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:00.229+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:00.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:00.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:00.229709300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:00.229+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:00.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:00.229+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:00.229709300] +2026-01-05T21:53:00.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:00.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:00.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:00.230432700] +2026-01-05T21:53:00.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:00.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:00.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:00.230+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:00.230432700] +2026-01-05T21:53:02.674+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:02.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:02.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:02.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:02.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:02.831+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:02.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:02.831+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:02.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:02.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:02.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:02.832+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:02.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:02.832+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:02.832996300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:05.235+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:05.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:05.236+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:05.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:05.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:05.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:05.236+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:05.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:05.236+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:05.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:05.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:05.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:05.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:05.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:05.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:05.237452200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:05.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:05.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:05.237+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:05.237452200] +2026-01-05T21:53:05.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:05.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:05.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:05.238112500] +2026-01-05T21:53:05.238+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:05.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:05.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:05.238+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:05.238112500] +2026-01-05T21:53:05.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:05.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:05.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:05.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:05.844+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:05.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:05.844+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:05.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:05.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:05.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:05.845+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:05.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:05.845+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:05.845794100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:07.762+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:08.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:08.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:08.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:08.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:08.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:08.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:08.853+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:08.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:08.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:08.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:08.854+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:08.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:08.854+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:08.854884300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:10.245+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:10.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:10.246+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:10.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:10.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:10.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:10.246+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:10.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:10.246+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:10.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:10.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:10.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:10.247+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:10.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:10.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:10.247345300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:10.247+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:10.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:10.247+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:10.247345300] +2026-01-05T21:53:10.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:10.248+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:10.248+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:10.248343900] +2026-01-05T21:53:10.248+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:10.248+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:10.248+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:10.248+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:10.248343900] +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:11.868+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:11.868244+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:12.863+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:14.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:53:14.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:53:14.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:14.659814] +2026-01-05T21:53:14.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:53:14.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:14.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:14.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:14.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:14.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:14.879928500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:15.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:15.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:15.251+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:15.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:15.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:15.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:15.251+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:15.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:15.251+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:15.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:15.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:15.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:15.252+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:15.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:15.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:15.252822900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:15.252+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:15.252+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:15.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:15.252822900] +2026-01-05T21:53:15.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:15.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:15.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:15.253453500] +2026-01-05T21:53:15.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:15.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:15.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:15.253+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:15.253453500] +2026-01-05T21:53:17.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:17.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:17.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:17.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:17.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:17.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:17.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:17.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:17.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:17.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:17.889+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:17.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:17.889+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:17.889722700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:17.966+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:20.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:20.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:20.257+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:20.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:20.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:20.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:20.257+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:20.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:20.257+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:20.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:20.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:20.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:20.258+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:20.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:20.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:20.258746500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:20.258+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:20.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:20.258+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:20.258746500] +2026-01-05T21:53:20.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:20.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:20.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:20.259410200] +2026-01-05T21:53:20.259+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:20.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:20.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:20.259+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:20.259410200] +2026-01-05T21:53:20.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:20.892+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:20.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:20.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:20.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:20.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:20.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:20.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:20.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:20.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:20.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:20.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:20.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:20.894061+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:23.073+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:23.899+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:23.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:23.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:23.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:23.900+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:23.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:23.900+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:23.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:23.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:23.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:23.901+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:23.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:23.901+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:23.901943900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:25.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:25.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:25.268+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:25.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:25.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:25.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:25.268+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:25.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:25.268+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:25.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:25.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:25.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:25.270+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:25.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:25.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:25.270192600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:25.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:25.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:25.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:25.270192600] +2026-01-05T21:53:25.270+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:25.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:25.270+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:25.270932900] +2026-01-05T21:53:25.271+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:25.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:25.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:25.271+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:25.270932900] +2026-01-05T21:53:26.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:26.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:26.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:26.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:26.905+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:26.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:26.905+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:26.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:26.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:26.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:26.906+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:26.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:26.906+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:26.906997200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:28.163+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:29.915+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:29.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:29.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:29.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:29.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:29.916+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:29.916+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:29.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:29.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:29.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:29.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:29.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:29.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:29.917759500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:30.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:30.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:30.275+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:30.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:30.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:30.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:30.275+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:30.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:30.275+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:30.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:30.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:30.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:30.276+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:30.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:30.276+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:30.276968400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:30.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:30.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:30.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:30.277579200] +2026-01-05T21:53:30.277+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:30.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:30.277+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:30.277579200] +2026-01-05T21:53:30.278+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:30.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:30.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:30.278+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:30.277579200] +2026-01-05T21:53:32.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:32.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:32.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:32.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:32.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:32.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:32.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:32.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:32.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:32.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:32.928+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:32.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:32.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:32.928988200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:33.272+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:35.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:35.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:35.281+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:35.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:35.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:35.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:35.281+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:35.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:35.281+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:35.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:35.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:35.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:35.282+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:35.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:35.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:35.282684700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:35.282+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:35.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:35.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:35.282684700] +2026-01-05T21:53:35.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:35.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:35.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:35.283372200] +2026-01-05T21:53:35.283+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:35.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:35.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:35.283+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:35.283372200] +2026-01-05T21:53:35.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:35.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:35.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:35.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:35.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:35.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:35.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:35.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:35.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:35.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:35.937+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:35.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:35.937+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:35.937483300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:38.368+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:38.947+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:38.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:38.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:38.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:38.948+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:38.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:38.948+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:38.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:38.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:38.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:38.949+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:38.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:38.949+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:38.949125800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:40.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:40.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:40.287+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:40.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:40.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:40.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:40.287+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:40.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:40.287+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:40.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:40.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:40.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:40.288+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:40.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:40.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:40.288905600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:40.288+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:40.288+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:40.288+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:40.288905600] +2026-01-05T21:53:40.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:40.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:40.289+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:40.289620] +2026-01-05T21:53:40.289+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:40.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:40.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:40.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:40.289620] +2026-01-05T21:53:41.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:41.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:41.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:41.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:41.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:41.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:41.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:41.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:41.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:41.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:41.958+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:41.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:41.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:41.958906+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:43.466+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:44.667+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:53:44.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:53:44.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:44.667207] +2026-01-05T21:53:44.667+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:53:44.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:44.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:44.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:44.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:44.965+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:44.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:44.965+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:44.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:44.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:44.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:44.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:44.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:44.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:44.966934300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:45.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:45.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:45.290+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:45.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:45.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:45.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:45.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:45.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:45.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:45.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:45.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:45.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:45.292+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:45.292117600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:45.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:45.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:45.292117600] +2026-01-05T21:53:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:45.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:45.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:45.292117600] +2026-01-05T21:53:45.292+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:45.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:45.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:45.292+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:45.292117600] +2026-01-05T21:53:47.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:47.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:47.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:47.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:47.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:47.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:47.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:47.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:47.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:47.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:47.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:47.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:47.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:47.981307100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:48.572+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:50.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:50.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:50.304+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:50.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:50.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:50.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:50.304+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:50.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:50.304+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:50.306260400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:50.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:50.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:50.306260400] +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:50.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:50.306+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:50.306885] +2026-01-05T21:53:50.306+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:50.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:50.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:50.307+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:50.306885] +2026-01-05T21:53:50.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:50.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:50.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:50.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:50.996+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:50.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:50.996+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:50.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:50.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:50.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:50.997+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:50.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:50.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:50.997874100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:53.665+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:53:54.008+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:54.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:54.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:54.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:54.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:54.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:54.009+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:54.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:54.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:54.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:54.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:54.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:54.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:54.010054100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:55.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:55.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:53:55.316+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:53:55.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:53:55.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:55.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:55.316+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:55.316+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:55.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:55.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:55.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:55.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:55.317+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:55.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:55.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:55.317853100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:55.317+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:53:55.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:53:55.317+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:55.317853100] +2026-01-05T21:53:55.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:55.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:53:55.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:53:55.318570300] +2026-01-05T21:53:55.318+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:53:55.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:53:55.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:53:55.318+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:53:55.318570300] +2026-01-05T21:53:57.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:53:57.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:53:57.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:57.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:57.012+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:53:57.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:53:57.012+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:53:57.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:53:57.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:53:57.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:53:57.014+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:53:57.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:53:57.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:53:57.014158500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:53:58.772+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:00.023+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:00.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:00.024964300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:00.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:00.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:00.321+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:00.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:00.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:00.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:00.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:00.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:00.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:00.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:00.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:00.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:00.323+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:00.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:00.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:00.323513+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:00.323+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:00.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:00.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:00.323513] +2026-01-05T21:54:00.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:00.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:00.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:00.324191300] +2026-01-05T21:54:00.324+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:00.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:00.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:00.324+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:00.324191300] +2026-01-05T21:54:03.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:03.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:03.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:03.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:03.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:03.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:03.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:03.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:03.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:03.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:03.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:03.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:03.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:03.033705700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:03.874+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:05.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:05.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:05.332+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:05.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:05.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:05.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:05.332+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:05.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:05.332+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:05.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:05.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:05.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:05.334+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:05.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:05.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:05.334434500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:05.334+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:05.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:05.334+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:05.334434500] +2026-01-05T21:54:05.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:05.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:05.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:05.335184300] +2026-01-05T21:54:05.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:05.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:05.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:05.335+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:05.335184300] +2026-01-05T21:54:06.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:06.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:06.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:06.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:06.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:06.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:06.038+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:06.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:06.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:06.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:06.040+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:06.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:06.040+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:06.040175400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:08.966+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:09.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:09.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:09.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:09.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:09.044+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:09.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:09.044+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:09.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:09.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:09.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:09.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:09.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:09.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:09.045952400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:10.340+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:10.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:10.341+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:10.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:10.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:10.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:10.341+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:10.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:10.341+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:10.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:10.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:10.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:10.342+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:10.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:10.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:10.342239200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:10.342+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:10.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:10.342+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:10.342239200] +2026-01-05T21:54:10.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:10.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:10.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:10.342239200] +2026-01-05T21:54:10.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:10.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:10.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:10.343+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:10.342239200] +2026-01-05T21:54:12.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:12.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:12.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:12.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:12.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:12.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:12.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:12.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:12.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:12.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:12.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:12.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:12.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:12.060958300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:14.073+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:14.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:54:14.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:54:14.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:14.680592800] +2026-01-05T21:54:14.680+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:54:15.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:15.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:15.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:15.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:15.070+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:15.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:15.070+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:15.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:15.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:15.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:15.071+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:15.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:15.071+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:15.071964500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:15.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:15.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:15.350+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:15.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:15.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:15.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:15.350+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:15.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:15.350+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:15.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:15.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:15.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:15.351+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:15.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:15.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:15.351965400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:15.351+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:15.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:15.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:15.351965400] +2026-01-05T21:54:15.352+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:15.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:15.352+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:15.352636500] +2026-01-05T21:54:15.353+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:15.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:15.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:15.353+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:15.352636500] +2026-01-05T21:54:18.072+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:18.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:18.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:18.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:18.073+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:18.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:18.074+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:18.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:18.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:18.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:18.075+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:18.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:18.075+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:18.075131800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:19.163+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:20.354+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:20.354+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:20.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:20.354+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:20.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:20.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:20.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:20.355+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:20.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:20.355+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:20.355832600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:20.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:20.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:20.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:20.356336500] +2026-01-05T21:54:20.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:20.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:20.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:20.356336500] +2026-01-05T21:54:20.356+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:20.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:20.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:20.356+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:20.356336500] +2026-01-05T21:54:21.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:21.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:21.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:21.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:21.090+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:21.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:21.090+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:21.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:21.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:21.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:21.092+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:21.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:21.092+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:21.092051600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:24.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:24.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:24.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:24.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:24.093+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:24.093+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:24.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:24.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:24.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:24.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:24.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:24.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:24.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:24.094999100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:24.277+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:25.357+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:25.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:25.358+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:25.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:25.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:25.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:25.358+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:25.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:25.358+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:25.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:25.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:25.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:25.360+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:25.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:25.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:25.360039700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:25.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:25.360+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:25.360+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:25.360039700] +2026-01-05T21:54:25.360+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:25.360+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:25.360+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:25.360762100] +2026-01-05T21:54:25.361+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:25.361+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:25.361+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:25.361+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:25.360762100] +2026-01-05T21:54:27.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:27.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:27.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:27.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:27.101+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:27.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:27.101+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:27.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:27.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:27.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:27.102+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:27.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:27.102+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:27.102550200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:29.372+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:30.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:30.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:30.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:30.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:30.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:30.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:30.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:30.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:30.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:30.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:30.110+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:30.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:30.110+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:30.110561600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:30.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:30.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:30.375+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:30.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:30.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:30.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:30.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:30.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:30.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:30.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:30.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:30.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:30.376+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:30.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:30.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:30.376741400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:30.376+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:30.376+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:30.376+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:30.376741400] +2026-01-05T21:54:30.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:30.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:30.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:30.377357] +2026-01-05T21:54:30.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:30.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:30.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:30.377+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:30.377357] +2026-01-05T21:54:33.121+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:33.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:33.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:33.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:33.122+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:33.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:33.122+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:33.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:33.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:33.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:33.123+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:33.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:33.123+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:33.123657400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:34.474+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:35.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:35.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:35.391+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:35.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:35.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:35.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:35.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:35.392854400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:35.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:35.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:35.392+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:35.392854400] +2026-01-05T21:54:35.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:35.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:35.393+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:35.393520700] +2026-01-05T21:54:35.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:35.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:35.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:35.394+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:35.393520700] +2026-01-05T21:54:36.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:36.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:36.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:36.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:36.138+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:36.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:36.138+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:36.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:36.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:36.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:36.139+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:36.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:36.139+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:36.139559800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:39.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:39.144+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:39.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:39.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:39.145+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:39.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:39.145+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:39.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:39.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:39.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:39.146+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:39.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:39.146+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:39.146676200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:39.577+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:40.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:40.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:40.405+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:40.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:40.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:40.405+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:40.406+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:40.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:40.406+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:40.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:40.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:40.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:40.407+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:40.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:40.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:40.407089+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:40.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:40.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:40.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:40.407089] +2026-01-05T21:54:40.407+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:40.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:40.407+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:40.407715100] +2026-01-05T21:54:40.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:40.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:40.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:40.408+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:40.407715100] +2026-01-05T21:54:42.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:42.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:42.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:42.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:42.156+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:42.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:42.156+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:42.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:42.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:42.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:42.158+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:42.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:42.158+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:42.158048600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:44.664+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:44.695+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:54:44.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:54:44.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:44.695347700] +2026-01-05T21:54:44.695+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:54:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:45.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:45.173+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:45.173+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:45.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:45.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:45.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:45.174+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:45.174+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:45.175+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:45.174484400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:45.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:45.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:45.422+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:45.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:45.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:45.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:45.422+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:45.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:45.422+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:45.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:45.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:45.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:45.424+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:45.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:45.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:45.424373100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:45.424+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:45.424+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:45.424+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:45.424373100] +2026-01-05T21:54:45.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:45.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:45.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:45.425097400] +2026-01-05T21:54:45.425+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:45.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:45.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:45.425+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:45.425097400] +2026-01-05T21:54:48.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:48.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:48.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:48.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:48.188+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:48.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:48.188+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:48.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:48.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:48.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:48.190+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:48.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:48.190+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:48.190202100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:49.776+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:50.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:50.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:50.431+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:50.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:50.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:50.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:50.431+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:50.431+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:50.432+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:50.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:50.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:50.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:50.433+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:50.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:50.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:50.433067900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:50.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:50.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:50.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:50.433067900] +2026-01-05T21:54:50.433+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:50.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:50.433+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:50.433067900] +2026-01-05T21:54:50.434+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:50.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:50.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:50.434+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:50.433067900] +2026-01-05T21:54:51.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:51.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:51.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:51.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:51.198+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:51.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:51.198+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:51.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:51.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:51.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:51.200+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:51.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:51.200+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:51.200072600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:54.205+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:54.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:54.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:54.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:54.206+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:54.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:54.206+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:54.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:54.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:54.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:54.207+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:54.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:54.207+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:54.207781600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:54.875+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:54:55.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:55.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:54:55.436+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:54:55.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:54:55.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:55.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:55.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:55.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:55.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:55.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:55.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:55.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:55.438+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:55.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:55.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:55.438127800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:55.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:54:55.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:54:55.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:55.438651100] +2026-01-05T21:54:55.438+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:55.438+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:54:55.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:54:55.438651100] +2026-01-05T21:54:55.439+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:54:55.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:54:55.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:54:55.439+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:54:55.438651100] +2026-01-05T21:54:57.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:54:57.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:54:57.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:57.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:57.218+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:54:57.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:54:57.218+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:54:57.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:54:57.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:54:57.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:54:57.220+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:54:57.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:54:57.220+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:54:57.220042400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:54:59.978+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:00.228+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:00.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:00.228+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:00.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:00.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:00.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:00.230+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:00.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:00.230+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:00.230154900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:00.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:00.447+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:00.447+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:00.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:00.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:00.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:00.448+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:00.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:00.448+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:00.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:00.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:00.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:00.449+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:00.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:00.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:00.449620100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:00.449+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:00.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:00.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:00.449620100] +2026-01-05T21:55:00.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:00.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:00.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:00.450305400] +2026-01-05T21:55:00.450+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:00.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:00.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:00.450+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:00.450305400] +2026-01-05T21:55:03.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:03.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:03.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:03.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:03.237+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:03.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:03.237+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:03.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:03.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:03.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:03.239+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:03.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:03.239+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:03.239714900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:05.075+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:05.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:05.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:05.461+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:05.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:05.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:05.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:05.461+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:05.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:05.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:05.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:05.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:05.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:05.463+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:05.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:05.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:05.463247400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:05.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:05.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:05.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:05.463247400] +2026-01-05T21:55:05.463+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:05.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:05.463+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:05.463895400] +2026-01-05T21:55:05.464+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:05.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:05.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:05.464+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:05.463895400] +2026-01-05T21:55:06.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:06.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:06.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:06.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:06.253+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:06.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:06.253+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:06.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:06.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:06.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:06.254+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:06.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:06.254+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:06.254815+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:09.265+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:09.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:09.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:09.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:09.266+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:09.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:09.266+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:09.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:09.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:09.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:09.267+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:09.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:09.267+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:09.267426500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:10.170+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:10.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:10.471+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:10.471+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:10.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:10.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:10.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:10.472+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:10.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:10.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:10.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:10.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:10.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:10.474+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:10.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:10.474+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:10.474834700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 3 ms +2026-01-05T21:55:10.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:10.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:10.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:10.475839400] +2026-01-05T21:55:10.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:10.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:10.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:10.475839400] +2026-01-05T21:55:10.475+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:10.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:10.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:10.475+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:10.475839400] +2026-01-05T21:55:12.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:12.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:12.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:12.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:12.279+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:12.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:12.279+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:12.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:12.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:12.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:12.280+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:12.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:12.280+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:12.280917500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:14.698+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:55:14.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:55:14.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:14.697863400] +2026-01-05T21:55:14.698+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:55:15.273+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:15.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:15.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:15.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:15.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:15.290+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:15.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:15.290+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:15.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:15.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:15.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:15.291+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:15.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:15.291+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:15.291878600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:15.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:15.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:15.491+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:15.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:15.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:15.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:15.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:15.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:15.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:15.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:15.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:15.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:15.493+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:15.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:15.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:15.493298900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:15.493+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:15.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:15.493+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:15.493298900] +2026-01-05T21:55:15.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:15.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:15.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:15.494021400] +2026-01-05T21:55:15.494+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:15.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:15.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:15.494+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:15.494021400] +2026-01-05T21:55:18.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:18.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:18.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:18.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:18.301+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:18.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:18.301+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:18.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:18.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:18.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:18.302+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:18.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:18.302+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:18.302777300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:20.374+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:20.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:20.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:20.499+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:20.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:20.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:20.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:20.499+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:20.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:20.499+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:20.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:20.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:20.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:20.500+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:20.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:20.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:20.500712900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:20.500+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:20.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:20.500+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:20.500712900] +2026-01-05T21:55:20.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:20.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:20.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:20.501289600] +2026-01-05T21:55:20.501+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:20.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:20.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:20.501+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:20.501289600] +2026-01-05T21:55:21.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:21.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:21.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:21.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:21.310+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:21.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:21.310+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:21.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:21.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:21.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:21.311+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:21.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:21.311+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:21.311606+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:24.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:24.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:24.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:24.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:24.321+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:24.321+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:24.322+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:24.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:24.322+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:24.322792600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:25.472+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:25.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:25.504+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:25.504+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:25.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:25.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:25.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:25.505+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:25.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:25.505+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:25.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:25.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:25.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:25.506+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:25.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:25.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:25.506297900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:25.506+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:25.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:25.506+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:25.506297900] +2026-01-05T21:55:25.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:25.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:25.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:25.507031300] +2026-01-05T21:55:25.507+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:25.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:25.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:25.507+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:25.507031300] +2026-01-05T21:55:27.328+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:27.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:27.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:27.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:27.329+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:27.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:27.329+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:27.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:27.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:27.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:27.330+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:27.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:27.330+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:27.330308500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:30.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:30.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:30.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:30.333+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:30.335+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:30.335764300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:30.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:30.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:30.520+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:30.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:30.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:30.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:30.520+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:30.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:30.520+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:30.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:30.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:30.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:30.521+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:30.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:30.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:30.521492800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:30.521+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:30.521+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:30.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:30.521492800] +2026-01-05T21:55:30.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:30.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:30.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:30.522118900] +2026-01-05T21:55:30.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:30.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:30.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:30.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:30.522118900] +2026-01-05T21:55:30.565+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:33.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:33.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:33.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:33.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:33.343+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:33.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:33.343+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:33.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:33.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:33.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:33.345+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:33.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:33.345+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:33.345003800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:35.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:35.522+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:35.522+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:35.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:35.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:35.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:35.523+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:35.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:35.523+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:35.524263600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:35.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:35.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:35.524263600] +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:35.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:35.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:35.524784500] +2026-01-05T21:55:35.524+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:35.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:35.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:35.524+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:35.524784500] +2026-01-05T21:55:35.678+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:36.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:36.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:36.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:36.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:36.348+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:36.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:36.348+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:36.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:36.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:36.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:36.349+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:36.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:36.349+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:36.349863200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:39.365+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:39.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:39.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:39.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:39.366+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:39.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:39.366+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:39.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:39.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:39.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:39.367+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:39.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:39.367+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:39.367413500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:40.530+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:40.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:40.531+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:40.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:40.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:40.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:40.531+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:40.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:40.531+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:40.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:40.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:40.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:40.532+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:40.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:40.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:40.532728100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:40.532+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:40.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:40.532+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:40.532728100] +2026-01-05T21:55:40.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:40.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:40.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:40.533254800] +2026-01-05T21:55:40.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:40.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:40.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:40.533+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:40.533254800] +2026-01-05T21:55:40.765+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:42.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:42.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:42.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:42.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:42.371+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:42.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:42.371+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:42.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:42.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:42.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:42.372+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:42.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:42.372+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:42.372792100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:44.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:55:44.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:55:44.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:44.706162900] +2026-01-05T21:55:44.706+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:55:45.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:45.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:45.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:45.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:45.374+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:45.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:45.374+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:45.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:45.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:45.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:45.375+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:45.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:45.375+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:45.375899800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:45.545+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:45.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:45.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:45.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:45.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:45.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:45.546+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:45.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:45.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:45.546724400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:45.546+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:45.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:45.546+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:45.546724400] +2026-01-05T21:55:45.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:45.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:45.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:45.547420] +2026-01-05T21:55:45.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:45.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:45.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:45.547+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:45.547420] +2026-01-05T21:55:45.871+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:48.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:48.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:48.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:48.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:48.377+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:48.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:48.377+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:48.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:48.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:48.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:48.379+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:48.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:48.379+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:48.379353300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:50.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:50.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:50.559+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:50.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:50.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:50.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:50.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:50.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:50.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:50.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:50.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:50.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:50.561+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:50.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:50.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:50.561367600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:50.561+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:50.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:50.561+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:50.561367600] +2026-01-05T21:55:50.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:50.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:50.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:50.562112500] +2026-01-05T21:55:50.562+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:50.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:50.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:50.562+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:50.562112500] +2026-01-05T21:55:50.965+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:51.385+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:51.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:51.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:51.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:51.386+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:51.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:51.386+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:51.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:51.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:51.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:51.387+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:51.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:51.387+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:51.387805200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:54.391+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:54.392+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:54.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:54.392+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:54.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:54.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:54.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:54.393+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:54.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:54.393+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:54.393431400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:55.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:55.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:55:55.572+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:55:55.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:55:55.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:55.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:55.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:55.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:55.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:55.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:55.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:55.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:55.574+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:55.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:55.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:55.574471800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:55:55.574+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:55:55.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:55:55.574+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:55.574471800] +2026-01-05T21:55:55.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:55.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:55:55.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:55:55.575167700] +2026-01-05T21:55:55.575+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:55:55.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:55:55.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:55:55.575+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:55:55.575167700] +2026-01-05T21:55:56.071+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:55:57.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:55:57.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:55:57.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:57.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:57.408+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:55:57.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:55:57.408+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:55:57.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:55:57.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:55:57.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:55:57.409+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:55:57.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:55:57.409+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:55:57.409717800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:00.413+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:00.414+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:00.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:00.414+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:00.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:00.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:00.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:00.415+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:00.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:00.415+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:00.415750500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:00.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:00.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:00.586+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:00.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:00.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:00.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:00.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:00.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:00.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:00.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:00.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:00.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:00.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:00.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:00.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:00.587631800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:00.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:00.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:00.587+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:00.587631800] +2026-01-05T21:56:00.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:00.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:00.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:00.588220700] +2026-01-05T21:56:00.588+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:00.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:00.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:00.588+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:00.588220700] +2026-01-05T21:56:01.180+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:03.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:03.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:03.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:03.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:03.426+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:03.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:03.426+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:03.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:03.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:03.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:03.427+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:03.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:03.427+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:03.427804900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:05.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:05.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:05.602+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:05.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:05.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:05.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:05.602+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:05.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:05.602+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:05.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:05.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:05.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:05.603+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:05.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:05.603+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:05.603938500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:05.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:05.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:05.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:05.603938500] +2026-01-05T21:56:05.604+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:05.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:05.604+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:05.604723800] +2026-01-05T21:56:05.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:05.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:05.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:05.605+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:05.604723800] +2026-01-05T21:56:06.271+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:06.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:06.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:06.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:06.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:06.429+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:06.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:06.429+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:06.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:06.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:06.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:06.430+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:06.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:06.430+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:06.430819+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:09.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:09.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:09.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:09.435+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:09.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:09.436+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:09.436+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:09.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:09.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:09.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:09.437+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:09.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:09.437+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:09.437869400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:10.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:10.616+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:10.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:10.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:10.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:10.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:10.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:10.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:10.617+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:10.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:10.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:10.617826600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:10.617+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:10.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:10.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:10.617826600] +2026-01-05T21:56:10.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:10.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:10.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:10.618359800] +2026-01-05T21:56:10.618+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:10.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:10.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:10.618+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:10.618359800] +2026-01-05T21:56:11.380+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:12.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:12.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:12.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:12.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:12.454+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:12.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:12.454+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:12.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:12.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:12.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:12.456+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:12.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:12.456+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:12.456094+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:14.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:56:14.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:56:14.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:14.715789700] +2026-01-05T21:56:14.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:56:15.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:15.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:15.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:15.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:15.460+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:15.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:15.461+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:15.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:15.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:15.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:15.462+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:15.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:15.462+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:15.462968800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 2 ms +2026-01-05T21:56:15.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:15.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:15.631+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:15.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:15.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:15.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:15.631+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:15.631+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:15.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:15.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:15.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:15.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:15.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:15.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:15.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:15.633599300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:15.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:15.634+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:15.634+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:15.633599300] +2026-01-05T21:56:15.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:15.634+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:15.634+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:15.634378300] +2026-01-05T21:56:15.634+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:15.634+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:15.634+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:15.634+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:15.634378300] +2026-01-05T21:56:16.474+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:18.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:18.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:18.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:18.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:18.470+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:18.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:18.470+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:18.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:18.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:18.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:18.473+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:18.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:18.473+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:18.473268800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:20.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:20.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:20.635+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:20.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:20.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:20.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:20.635+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:20.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:20.635+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:20.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:20.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:20.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:20.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:20.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:20.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:20.637482300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:20.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:20.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:20.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:20.637482300] +2026-01-05T21:56:20.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:20.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:20.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:20.638194700] +2026-01-05T21:56:20.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:20.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:20.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:20.638+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:20.638194700] +2026-01-05T21:56:21.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:21.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:21.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:21.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:21.476+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:21.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:21.476+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:21.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:21.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:21.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:21.477+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:21.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:21.477+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:21.477969100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:21.569+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:24.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:24.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:24.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:24.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:24.480+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:24.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:24.480+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:24.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:24.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:24.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:24.483+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:24.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:24.483+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:24.483008500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:25.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:25.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:25.651+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:25.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:25.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:25.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:25.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:25.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:25.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:25.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:25.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:25.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:25.652+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:25.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:25.652+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:25.652927100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:25.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:25.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:25.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:25.653442200] +2026-01-05T21:56:25.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:25.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:25.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:25.653442200] +2026-01-05T21:56:25.653+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:25.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:25.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:25.653+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:25.653442200] +2026-01-05T21:56:26.680+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:27.490+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:27.491+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:27.491239+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:30.502+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:30.502489200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:30.657+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:30.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:30.657217600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:30.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:30.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:30.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:30.657217600] +2026-01-05T21:56:30.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:30.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:30.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:30.659139500] +2026-01-05T21:56:30.659+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:30.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:30.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:30.659+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:30.659139500] +2026-01-05T21:56:31.781+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:33.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:33.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:33.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:33.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:33.513+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:33.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:33.513+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:33.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:33.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:33.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:33.515+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:33.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:33.515+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:33.515050100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:35.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:35.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:35.674+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:35.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:35.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:35.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:35.674+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:35.674+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:35.675+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:35.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:35.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:35.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:35.676+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:35.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:35.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:35.676508500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:35.676+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:35.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:35.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:35.676508500] +2026-01-05T21:56:35.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:35.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:35.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:35.677311300] +2026-01-05T21:56:35.677+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:35.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:35.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:35.677+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:35.677311300] +2026-01-05T21:56:36.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:36.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:36.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:36.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:36.518+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:36.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:36.518+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:36.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:36.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:36.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:36.519+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:36.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:36.519+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:36.519721800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:36.875+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:39.533+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:39.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:39.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:39.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:39.534+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:39.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:39.534+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:39.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:39.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:39.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:39.535+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:39.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:39.535+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:39.535603500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:40.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:40.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:40.689+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:40.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:40.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:40.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:40.689+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:40.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:40.689+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:40.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:40.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:40.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:40.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:40.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:40.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:40.690684900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:40.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:40.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:40.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:40.690684900] +2026-01-05T21:56:40.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:40.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:40.690+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:40.690684900] +2026-01-05T21:56:40.691+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:40.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:40.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:40.691+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:40.690684900] +2026-01-05T21:56:41.977+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:42.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:42.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:42.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:42.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:42.537+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:42.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:42.537+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:42.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:42.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:42.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:42.539+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:42.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:42.539+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:42.539336+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:44.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:56:44.726+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:56:44.726+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:44.725459900] +2026-01-05T21:56:44.726+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:56:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:45.545+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:45.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:45.545+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:45.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:45.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:45.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:45.547+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:45.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:45.547+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:45.547041800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:45.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:45.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:45.701+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:45.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:45.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:45.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:45.701+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:45.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:45.701+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:45.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:45.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:45.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:45.703+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:45.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:45.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:45.703299900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:45.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:45.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:45.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:45.703299900] +2026-01-05T21:56:45.703+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:45.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:45.703+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:45.703974500] +2026-01-05T21:56:45.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:45.704+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:45.704+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:45.704+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:45.703974500] +2026-01-05T21:56:47.079+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:48.558+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:48.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:48.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:48.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:48.559+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:48.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:48.559+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:48.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:48.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:48.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:48.560+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:48.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:48.560+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:48.560664300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:50.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:50.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:50.714+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:50.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:50.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:50.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:50.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:50.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:50.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:50.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:50.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:50.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:50.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:50.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:50.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:50.715968100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:50.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:50.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:50.715+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:50.715968100] +2026-01-05T21:56:50.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:50.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:50.716+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:50.716624600] +2026-01-05T21:56:50.716+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:50.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:50.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:50.717+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:50.716624600] +2026-01-05T21:56:51.571+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:51.572+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:51.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:51.572+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:51.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:51.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:51.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:51.573+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:51.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:51.573+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:51.573462900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:52.176+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:54.585+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:54.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:54.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:54.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:54.586+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:54.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:54.586+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:54.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:54.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:54.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:54.587+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:54.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:54.587+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:54.587198100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:55.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:55.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:56:55.723+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:56:55.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:56:55.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:55.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:55.723+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:55.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:55.723+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:55.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:55.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:55.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:55.724+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:55.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:55.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:55.724529600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:56:55.724+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:56:55.724+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:56:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:55.724529600] +2026-01-05T21:56:55.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:56:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:56:55.725232400] +2026-01-05T21:56:55.725+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:56:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:56:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:56:55.725+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:56:55.725232400] +2026-01-05T21:56:57.277+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:56:57.589+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:56:57.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:56:57.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:57.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:57.590+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:56:57.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:56:57.590+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:56:57.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:56:57.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:56:57.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:56:57.591+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:56:57.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:56:57.591+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:56:57.591151+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:00.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:00.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:00.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:00.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:00.605+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:00.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:00.605+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:00.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:00.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:00.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:00.606+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:00.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:00.606+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:00.606563300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:00.730+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:00.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:00.731+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:00.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:00.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:00.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:00.731+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:00.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:00.731+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:00.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:00.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:00.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:00.732+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:00.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:00.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:00.732789700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:00.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:00.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:00.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:00.732789700] +2026-01-05T21:57:00.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:00.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:00.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:00.733480500] +2026-01-05T21:57:00.733+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:00.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:00.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:00.733+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:00.733480500] +2026-01-05T21:57:02.367+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:03.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:03.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:03.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:03.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:03.615+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:03.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:03.615+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:03.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:03.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:03.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:03.616+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:03.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:03.616+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:03.616895400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:05.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:05.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:05.743+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:05.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:05.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:05.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:05.743+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:05.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:05.743+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:05.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:05.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:05.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:05.745+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:05.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:05.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:05.745317100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:05.745+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:05.745+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:05.745+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:05.745317100] +2026-01-05T21:57:05.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:05.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:05.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:05.746053400] +2026-01-05T21:57:05.746+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:05.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:05.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:05.746+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:05.746053400] +2026-01-05T21:57:06.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:06.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:06.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:06.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:06.632+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:06.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:06.632+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:06.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:06.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:06.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:06.633+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:06.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:06.633+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:06.633557200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:07.468+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:09.636+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:09.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:09.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:09.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:09.637+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:09.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:09.637+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:09.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:09.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:09.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:09.638+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:09.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:09.638+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:09.638217900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:10.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:10.760+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:10.760+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:10.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:10.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:10.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:10.761+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:10.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:10.761+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:10.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:10.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:10.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:10.762+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:10.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:10.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:10.762351+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:10.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:10.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:10.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:10.762351] +2026-01-05T21:57:10.762+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:10.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:10.762+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:10.762983500] +2026-01-05T21:57:10.763+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:10.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:10.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:10.763+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:10.762983500] +2026-01-05T21:57:12.580+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-17] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:12.642+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:12.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:12.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:12.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:12.643+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:12.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:12.643+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:12.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:12.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:12.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:12.644+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:12.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:12.644+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:12.644718800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:14.732+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:57:14.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:57:14.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:14.732463400] +2026-01-05T21:57:14.732+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:57:15.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:15.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:15.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:15.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:15.650+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:15.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:15.650+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:15.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:15.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:15.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:15.651+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:15.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:15.651+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:15.651956300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:15.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:15.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:15.775+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:15.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:15.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:15.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:15.775+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:15.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:15.775+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:15.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:15.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:15.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:15.776+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:15.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:15.776+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:15.776964400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:15.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:15.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:15.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:15.777484900] +2026-01-05T21:57:15.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:15.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:15.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:15.777484900] +2026-01-05T21:57:15.777+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:15.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:15.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:15.777+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:15.777484900] +2026-01-05T21:57:17.675+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-18] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:18.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:18.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:18.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:18.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:18.656+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:18.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:18.656+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:18.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:18.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:18.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:18.657+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:18.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:18.657+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:18.657388500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:20.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:20.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:20.787+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:20.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:20.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:20.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:20.787+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:20.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:20.787+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:20.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:20.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:20.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:20.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:20.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:20.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:20.789130100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:20.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:20.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:20.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:20.789130100] +2026-01-05T21:57:20.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:20.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:20.789+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:20.789755700] +2026-01-05T21:57:20.790+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:20.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:20.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:20.790+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:20.789755700] +2026-01-05T21:57:21.660+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:21.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:21.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:21.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:21.661+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:21.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:21.661+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:21.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:21.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:21.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:21.662+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:21.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:21.662+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:21.662780300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:22.768+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-19] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:24.668+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:24.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:24.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:24.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:24.669+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:24.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:24.669+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:24.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:24.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:24.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:24.670+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:24.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:24.670+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:24.670085800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:25.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:25.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:25.804+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:25.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:25.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:25.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:25.804+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:25.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:25.804+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:25.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:25.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:25.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:25.806+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:25.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:25.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:25.806370700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:25.806+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:25.806+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:25.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:25.806370700] +2026-01-05T21:57:25.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:25.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:25.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:25.807084600] +2026-01-05T21:57:25.807+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:25.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:25.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:25.807+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:25.807084600] +2026-01-05T21:57:27.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:27.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:27.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:27.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:27.679+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:27.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:27.679+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:27.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:27.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:27.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:27.680+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:27.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:27.680+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:27.680842400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:27.879+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-20] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:30.684+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:30.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:30.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:30.685+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:30.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:30.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:30.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:30.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:30.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:30.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:30.686+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:30.686+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:30.687+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:30.686916+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:30.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:30.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:30.808+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:30.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:30.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:30.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:30.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:30.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:30.808+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:30.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:30.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:30.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:30.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:30.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:30.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:30.809596+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:30.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:30.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:30.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:30.810121200] +2026-01-05T21:57:30.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:30.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:30.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:30.810121200] +2026-01-05T21:57:30.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:30.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:30.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:30.810+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:30.810121200] +2026-01-05T21:57:32.970+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-21] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:33.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:33.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:33.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:33.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:33.688+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:33.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:33.688+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:33.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:33.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:33.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:33.690+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:33.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:33.690+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:33.690638800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:35.814+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:35.814+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:35.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:35.815+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:35.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:35.815+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:35.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:35.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:35.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:35.816+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:35.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:35.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:35.816213500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:35.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:35.816213500] +2026-01-05T21:57:35.816+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:35.816+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:35.816850800] +2026-01-05T21:57:35.817+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:35.817+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:35.817+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:35.817+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:35.816850800] +2026-01-05T21:57:36.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:36.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:36.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:36.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:36.697+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:36.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:36.697+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:36.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:36.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:36.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:36.699+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:36.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:36.699+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:36.699142200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:38.080+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-22] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:39.704+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:39.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:39.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:39.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:39.705+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:39.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:39.705+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:39.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:39.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:39.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:39.706+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:39.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:39.706+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:39.706090700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:40.827+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:40.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:40.828+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:40.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:40.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:40.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:40.828+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:40.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:40.828+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:40.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:40.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:40.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:40.829+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:40.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:40.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:40.829351200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:40.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:40.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:40.829+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:40.829351200] +2026-01-05T21:57:40.829+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:40.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:40.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:40.829351200] +2026-01-05T21:57:40.830+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:40.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:40.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:40.830+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:40.829351200] +2026-01-05T21:57:42.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:42.713+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:42.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:42.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:42.714+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:42.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:42.714+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:42.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:42.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:42.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:42.715+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:42.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:42.715+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:42.715643400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:43.181+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-23] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:44.742+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:57:44.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:57:44.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:44.742529200] +2026-01-05T21:57:44.742+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:57:45.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:45.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:45.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:45.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:45.726+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:45.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:45.726+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:45.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:45.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:45.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:45.727+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:45.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:45.727+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:45.727740500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:45.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:45.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:45.835+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:45.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:45.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:45.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:45.835+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:45.835+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:45.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:45.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:45.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:45.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:45.836+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:45.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:45.836+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:45.836694800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:45.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:45.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:45.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:45.837203500] +2026-01-05T21:57:45.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:45.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:45.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:45.837203500] +2026-01-05T21:57:45.837+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:45.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:45.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:45.837+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:45.837203500] +2026-01-05T21:57:48.281+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-24] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:48.734+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:48.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:48.735+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:48.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:48.736+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:48.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:48.736+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:48.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:48.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:48.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:48.737+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:48.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:48.737+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:48.737302800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:50.851+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:50.851+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:50.852752200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:50.852+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:50.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:50.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:50.852752200] +2026-01-05T21:57:50.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:50.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:50.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:50.853345700] +2026-01-05T21:57:50.853+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:50.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:50.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:50.853+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:50.853345700] +2026-01-05T21:57:51.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:51.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:51.753+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:51.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:51.754+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:51.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:51.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:51.754+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:51.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:51.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:51.755+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:51.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:51.755+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:51.755341100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:53.375+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-25] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:57:54.764+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:54.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:54.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:54.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:54.765+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:54.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:54.765+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:54.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:54.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:54.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:54.766+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:54.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:54.766+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:54.766431+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:57:55.855+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:57:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:57:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:55.855+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:55.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:55.855+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:55.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:55.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:55.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:55.857+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:55.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:55.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:55.857025200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:55.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:57:55.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:57:55.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:55.857025200] +2026-01-05T21:57:55.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:55.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:57:55.857+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:57:55.857531800] +2026-01-05T21:57:55.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:57:55.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:57:55.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:57:55.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:57:55.857531800] +2026-01-05T21:57:57.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:57:57.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:57:57.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:57.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:57.771+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:57:57.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:57:57.771+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:57:57.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:57:57.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:57:57.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:57:57.773+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:57:57.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:57:57.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:57:57.773237600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:57:58.475+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-26] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:00.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:00.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:00.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:00.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:00.780+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:00.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:00.780+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:00.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:00.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:00.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:00.782+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:00.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:00.782+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:00.782185500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:00.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:00.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:00.858+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:00.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:00.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:00.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:00.858+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:00.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:00.858+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:00.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:00.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:00.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:00.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:00.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:00.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:00.859959+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:00.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:00.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:00.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:00.860495300] +2026-01-05T21:58:00.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:00.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:00.860+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:00.860495300] +2026-01-05T21:58:00.861+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:00.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:00.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:00.861+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:00.860495300] +2026-01-05T21:58:03.569+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-27] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:03.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:03.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:03.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:03.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:03.789+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:03.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:03.789+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:03.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:03.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:03.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:03.791+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:03.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:03.791+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:03.791035400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:05.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:05.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:05.872+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:05.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:05.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:05.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:05.872+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:05.872+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:05.873+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:05.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:05.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:05.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:05.874+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:05.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:05.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:05.874273500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:05.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:05.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:05.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:05.874273500] +2026-01-05T21:58:05.874+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:05.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:05.874+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:05.874927900] +2026-01-05T21:58:05.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:05.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:05.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:05.875+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:05.874927900] +2026-01-05T21:58:06.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:06.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:06.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:06.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:06.792+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:06.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:06.792+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:06.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:06.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:06.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:06.793+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:06.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:06.793+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:06.793914700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:08.675+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-28] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:09.798+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:09.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:09.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:09.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:09.799+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:09.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:09.799+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:09.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:09.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:09.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:09.800+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:09.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:09.800+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:09.800399700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:10.875+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:10.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:10.876+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:10.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:10.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:10.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:10.876+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:10.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:10.876+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:10.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:10.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:10.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:10.877+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:10.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:10.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:10.877331700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:10.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:10.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:10.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:10.877331700] +2026-01-05T21:58:10.877+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:10.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:10.877+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:10.877331700] +2026-01-05T21:58:10.878+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:10.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:10.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:10.878+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:10.877331700] +2026-01-05T21:58:12.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:12.808+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:12.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:12.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:12.809+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:12.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:12.809+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:12.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:12.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:12.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:12.810+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:12.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:12.810+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:12.810720700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:13.776+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-29] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:14.749+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:58:14.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:58:14.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:14.749967200] +2026-01-05T21:58:14.749+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:58:15.824+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:15.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:15.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:15.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:15.825+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:15.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:15.825+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:15.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:15.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:15.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:15.826+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:15.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:15.826+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:15.826467500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:15.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:15.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:15.886+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:15.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:15.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:15.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:15.886+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:15.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:15.886+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:15.888219900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:15.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:15.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:15.888219900] +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:15.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:15.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:15.888955600] +2026-01-05T21:58:15.888+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:15.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:15.888+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:15.889+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:15.888955600] +2026-01-05T21:58:18.838+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:18.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:18.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:18.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:18.839+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:18.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:18.839+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:18.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:18.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:18.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:18.840+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:18.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:18.840+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:18.840497800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:58:18.869+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-30] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:20.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:20.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:20.895+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:20.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:20.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:20.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:20.895+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:20.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:20.895+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:20.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:20.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:20.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:20.896+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:20.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:20.896+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:20.896757300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:20.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:20.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:20.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:20.897280900] +2026-01-05T21:58:20.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:20.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:20.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:20.897280900] +2026-01-05T21:58:20.897+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:20.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:20.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:20.897+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:20.897280900] +2026-01-05T21:58:21.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:21.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:21.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:21.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:21.842+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:21.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:21.842+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:21.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:21.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:21.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:21.843+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:21.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:21.843+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:21.843601500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:23.980+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-31] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:24.857+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:24.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:24.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:24.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:24.859+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:24.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:24.859+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:24.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:24.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:24.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:24.860+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:24.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:24.860+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:24.860001600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:25.907+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:25.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:25.908+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:25.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:25.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:25.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:25.908+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:25.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:25.908+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:25.910036700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:25.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:25.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:25.910036700] +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:25.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:25.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:25.910604400] +2026-01-05T21:58:25.910+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:25.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:25.910+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:25.911+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:25.910604400] +2026-01-05T21:58:27.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:27.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:27.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:27.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:27.870+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:27.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:27.870+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:27.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:27.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:27.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:27.871+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:27.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:27.871+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:27.871394500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:29.070+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-1] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:30.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:30.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:30.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:30.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:30.879+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:30.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:30.879+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:30.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:30.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:30.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:30.881+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:30.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:30.881+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:30.881242700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:30.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:30.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:30.925+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:30.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:30.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:30.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:30.925+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:30.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:30.925+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:30.927018400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:30.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:30.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:30.927018400] +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:30.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:30.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:30.927533400] +2026-01-05T21:58:30.927+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:30.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:30.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:30.927+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:30.927533400] +2026-01-05T21:58:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:33.893+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:33.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:33.893+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:33.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:33.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:33.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:33.894+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:33.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:33.894+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:33.894849+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:34.170+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-32] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:35.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:35.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:35.942+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:35.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:35.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:35.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:35.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:35.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:35.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:35.944239500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:35.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:35.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:35.944239500] +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:35.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:35.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:35.944859100] +2026-01-05T21:58:35.944+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:35.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:35.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:35.944+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:35.944859100] +2026-01-05T21:58:36.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:36.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:36.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:36.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:36.903+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:36.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:36.903+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:36.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:36.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:36.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:36.904+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:36.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:36.904+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:36.904235400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:39.273+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-2] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:39.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:39.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:39.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:39.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:39.916+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:39.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:39.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:39.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:39.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:39.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:39.917+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:39.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:39.917+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:39.917884+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:40.958+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:40.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:40.959+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:40.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:40.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:40.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:40.959+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:40.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:40.959+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:40.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:40.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:40.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:40.960+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:40.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:40.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:40.960530900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:40.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:40.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:40.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:40.960530900] +2026-01-05T21:58:40.960+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:40.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:40.960+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:40.960530900] +2026-01-05T21:58:40.961+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:40.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:40.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:40.961+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:40.960530900] +2026-01-05T21:58:42.928+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:42.929+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:42.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:42.929+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:42.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:42.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:42.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:42.930+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:42.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:42.930+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:42.930566500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:44.378+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-3] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:44.752+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:58:44.752+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:58:44.752+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:44.752487200] +2026-01-05T21:58:44.752+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:58:45.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:45.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:45.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:45.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:45.935+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:45.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:45.935+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:45.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:45.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:45.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:45.936+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:45.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:45.936+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:45.936903400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:45.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:45.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:45.966+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:45.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:45.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:45.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:45.966+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:45.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:45.966+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:45.968003200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:45.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:45.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:45.968003200] +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:45.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:45.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:45.968003200] +2026-01-05T21:58:45.968+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:45.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:45.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:45.968+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:45.968003200] +2026-01-05T21:58:48.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:48.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:48.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:48.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:48.942+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:48.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:48.942+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:48.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:48.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:48.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:48.943+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:48.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:48.943+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:48.943842800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:49.473+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-4] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:50.973+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:50.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:50.974+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:50.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:50.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:50.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:50.974+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:50.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:50.974+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:50.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:50.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:50.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:50.975+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:50.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:50.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:50.975529+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:50.975+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:50.975+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:50.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:50.975529] +2026-01-05T21:58:50.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:50.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:50.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:50.976185800] +2026-01-05T21:58:50.976+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:50.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:50.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:50.976+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:50.976185800] +2026-01-05T21:58:51.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:51.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:51.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:51.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:51.945+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:51.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:51.945+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:51.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:51.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:51.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:51.946+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:51.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:51.946+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:51.946647200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:54.579+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-5] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:58:54.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:54.951+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:54.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:54.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:54.952+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:54.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:54.952+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:54.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:54.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:54.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:54.953+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:54.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:54.953+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:54.953812900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:55.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:55.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:58:55.979+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:58:55.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:58:55.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:55.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:55.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:55.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:55.979+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:55.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:55.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:55.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:55.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:55.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:55.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:55.980699300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:55.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:58:55.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:58:55.980+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:55.980699300] +2026-01-05T21:58:55.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:55.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:58:55.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:58:55.981487900] +2026-01-05T21:58:55.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:58:55.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:58:55.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:58:55.981+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:58:55.981487900] +2026-01-05T21:58:57.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:58:57.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:58:57.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:57.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:57.955+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:58:57.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:58:57.955+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:58:57.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:58:57.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:58:57.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:58:57.957+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:58:57.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:58:57.957+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:58:57.957152600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:58:59.671+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-6] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:00.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:00.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:00.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:00.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:00.971+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:00.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:00.971+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:00.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:00.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:00.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:00.972+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:00.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:00.972+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:00.972993600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:00.986+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:00.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:00.987+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:00.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:00.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:00.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:00.987+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:00.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:00.987+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:00.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:00.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:00.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:00.988+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:00.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:00.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:00.988261700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:00.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:00.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:00.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:00.988261700] +2026-01-05T21:59:00.988+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:00.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:00.988+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:00.988834300] +2026-01-05T21:59:00.989+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:00.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:00.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:00.989+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:00.988834300] +2026-01-05T21:59:03.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:03.979+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:03.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:03.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:03.980+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:03.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:03.980+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:03.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:03.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:03.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:03.981+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:03.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:03.981+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:03.981689700+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:04.778+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-7] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:05.992+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:05.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:05.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:05.992+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:05.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:05.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:05.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:05.993+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:05.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:05.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:05.993718400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:05.993+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:05.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:05.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:05.993718400] +2026-01-05T21:59:05.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:05.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:05.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:05.994393200] +2026-01-05T21:59:05.994+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:05.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:05.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:05.994+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:05.994393200] +2026-01-05T21:59:06.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:06.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:06.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:06.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:06.990+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:06.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:06.990+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:06.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:06.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:06.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:06.991+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:06.991+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:06.992+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:06.992253600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:09.873+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-8] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:09.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:09.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:10.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:10.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:10.000+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:10.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:10.000+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:10.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:10.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:10.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:10.001+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:10.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:10.001+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:10.001696500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:10.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:10.997+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:10.997+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:10.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:10.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:10.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:10.998+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:10.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:10.998+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:10.999701600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:10.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:10.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:10.999701600] +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:10.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:10.999+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:10.999701600] +2026-01-05T21:59:10.999+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:11.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:11.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:11.000+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:10.999701600] +2026-01-05T21:59:13.009+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:13.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:13.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:13.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:13.010+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:13.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:13.010+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:13.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:13.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:13.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:13.011+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:13.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:13.011+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:13.011351+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:14.758+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:59:14.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:59:14.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:14.758649700] +2026-01-05T21:59:14.758+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:59:14.977+09:00 DEBUG 19232 --- [b2st] [isson-netty-4-9] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:16.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:16.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:16.002+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:16.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:16.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:16.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:16.002+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:16.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:16.002+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:16.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:16.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:16.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:16.003+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:16.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:16.003+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:16.003785400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:16.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:16.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:16.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:16.003785400] +2026-01-05T21:59:16.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:16.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:16.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:16.004481100] +2026-01-05T21:59:16.004+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:16.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:16.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:16.004+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:16.004481100] +2026-01-05T21:59:16.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:16.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:16.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:16.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:16.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:16.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:16.017+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:16.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:16.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:16.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:16.018+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:16.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:16.018+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:16.018509600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:59:19.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:19.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:19.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:19.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:19.031+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:19.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:19.031+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:19.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:19.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:19.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:19.032+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:19.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:19.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:19.032275900+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:20.075+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-10] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:21.014+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:21.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:21.015+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:21.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:21.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:21.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:21.015+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:21.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:21.015+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:21.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:21.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:21.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:21.016+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:21.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:21.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:21.016140400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:21.016+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:21.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:21.016+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:21.016140400] +2026-01-05T21:59:21.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:21.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:21.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:21.017139900] +2026-01-05T21:59:21.017+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:21.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:21.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:21.017+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:21.017139900] +2026-01-05T21:59:22.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:22.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:22.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:22.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:22.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:22.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:22.042+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:22.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:22.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:22.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:22.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:22.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:22.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:22.043713500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:25.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:25.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:25.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:25.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:25.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:25.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:25.058+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:25.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:25.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:25.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:25.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:25.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:25.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:25.060196400+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:25.183+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-11] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:26.024+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:26.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:26.025+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:26.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:26.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:26.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:26.025+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:26.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:26.025+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:26.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:26.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:26.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:26.026+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:26.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:26.026+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:26.026743800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:26.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:26.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:26.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:26.027255500] +2026-01-05T21:59:26.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:26.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:26.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:26.027255500] +2026-01-05T21:59:26.027+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:26.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:26.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:26.027+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:26.027255500] +2026-01-05T21:59:28.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:28.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:28.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:28.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:28.064+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:28.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:28.064+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:28.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:28.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:28.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:28.065+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:28.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:28.065+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:28.065430500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:30.281+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-12] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:31.032+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:31.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:31.033+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:31.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:31.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:31.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:31.033+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:31.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:31.033+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:31.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:31.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:31.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:31.034+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:31.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:31.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:31.034610200+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:31.034+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:31.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:31.034+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:31.034610200] +2026-01-05T21:59:31.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:31.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:31.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:31.034610200] +2026-01-05T21:59:31.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:31.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:31.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:31.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:31.034610200] +2026-01-05T21:59:31.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:31.078+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:31.079+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:31.079831800+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 0 ms +2026-01-05T21:59:34.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:34.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:34.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:34.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:34.087+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:34.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:34.087+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:34.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:34.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:34.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:34.088+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:34.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:34.088+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:34.088358100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:35.371+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-13] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:36.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:36.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:36.035+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:36.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:36.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:36.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:36.035+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:36.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:36.035+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:36.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:36.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:36.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:36.037+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:36.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:36.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:36.037427+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:36.037+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:36.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:36.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:36.037427] +2026-01-05T21:59:36.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:36.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:36.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:36.038106500] +2026-01-05T21:59:36.038+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:36.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:36.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:36.038+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:36.038106500] +2026-01-05T21:59:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:37.089+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:37.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:37.089+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:37.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:37.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:37.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:37.091+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:37.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:37.091+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:37.091464600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:40.094+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:40.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:40.094+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:40.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:40.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:40.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:40.096+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:40.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:40.096+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:40.096903100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:40.471+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-14] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:41.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:41.042+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:41.042+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:41.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:41.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:41.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:41.043+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:41.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:41.043+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:41.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:41.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:41.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:41.045+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:41.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:41.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:41.045634600+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:41.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:41.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:41.045+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:41.045634600] +2026-01-05T21:59:41.045+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:41.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:41.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:41.045634600] +2026-01-05T21:59:41.046+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:41.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:41.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:41.046+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:41.045634600] +2026-01-05T21:59:43.107+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:43.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:43.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:43.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:43.108+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:43.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:43.108+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:43.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:43.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:43.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:43.109+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:43.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:43.109+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:43.109516500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:44.773+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +Hibernate: + select + qe1_0.queue_entry_id, + qe1_0.completed_at, + qe1_0.created_at, + qe1_0.created_by, + qe1_0.enterable_at, + qe1_0.entry_token, + qe1_0.expires_at, + qe1_0.joined_at, + qe1_0.modified_at, + qe1_0.modified_by, + qe1_0.queue_id, + qe1_0.status, + qe1_0.user_id + from + queue_entries qe1_0 + where + qe1_0.status=? + and qe1_0.expires_at is not null + and qe1_0.expires_at<=? + order by + qe1_0.expires_at + fetch + first ? rows only +2026-01-05T21:59:44.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [ENTERABLE] +2026-01-05T21:59:44.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:44.773656600] +2026-01-05T21:59:44.773+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:INTEGER) <- [500] +2026-01-05T21:59:45.571+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-15] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:46.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:46.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:46.051+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:46.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:46.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:46.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:46.051+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:46.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:46.051+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:46.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:46.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:46.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:46.052+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:46.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:46.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:46.052951100+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:46.052+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:46.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:46.052+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:46.052951100] +2026-01-05T21:59:46.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:46.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:46.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:46.053623500] +2026-01-05T21:59:46.053+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:46.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:46.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:46.053+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:46.053623500] +2026-01-05T21:59:46.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:46.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:46.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:46.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:46.114+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:46.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:46.114+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:46.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:46.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:46.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:46.115+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:46.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:46.115+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:46.115279500+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:49.124+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:49.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#cleanupExpiredEnterable' +2026-01-05T21:59:49.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:49.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:49.125+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:49.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:49.125+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:49.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:49.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:49.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:49.126+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZREMRANGEBYSCORE, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:49.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:49.126+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:49.126315+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:50.671+09:00 DEBUG 19232 --- [b2st] [sson-netty-4-16] org.redisson.connection.DNSMonitor : localhost resolved to [redis://127.0.0.1:6379] +2026-01-05T21:59:51.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 +2026-01-05T21:59:51.058+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +Hibernate: + select + q1_0.queue_id, + q1_0.created_at, + q1_0.created_by, + q1_0.entry_ttl_minutes, + q1_0.max_active_users, + q1_0.modified_at, + q1_0.modified_by, + q1_0.performance_id, + q1_0.queue_type + from + queues q1_0 + where + q1_0.queue_id=? +2026-01-05T21:59:51.058+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2026-01-05T21:59:51.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.s.c.c.CircuitBreakerAspect : Created or retrieved circuit breaker 'queueRedis' with failure rate '70.0' for method: 'com.back.b2st.domain.queue.repository.QueueRedisRepository#getTotalWaitingCount' +2026-01-05T21:59:51.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] io.lettuce.core.RedisChannelHandler : dispatching command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:51.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() writeAndFlush command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:51.059+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.lettuce.core.protocol.DefaultEndpoint : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1] write() done +2026-01-05T21:59:51.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) +2026-01-05T21:59:51.059+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandEncoder : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=ZCARD, output=IntegerOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Received: 4 bytes, 1 commands in the stack +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Stack contains: 1 commands +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.l.core.protocol.RedisStateMachine : Decode done, empty stack: true +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ioEventLoop-9-1] i.lettuce.core.protocol.CommandHandler : [channel=0x01ced2e2, /127.0.0.1:52548 -> localhost/127.0.0.1:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=ZCARD, output=IntegerOutput [output=0, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : CircuitBreaker 'queueRedis' succeeded: +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] i.g.r.c.i.CircuitBreakerStateMachine : Event SUCCESS published: 2026-01-05T21:59:51.060280300+09:00[Asia/Seoul]: CircuitBreaker 'queueRedis' recorded a successful call. Elapsed time: 1 ms +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +Hibernate: + select + r1_0.reservation_id + from + reservation r1_0 + where + r1_0.status=? + and r1_0.expires_at is not null + and r1_0.expires_at<=? +2026-01-05T21:59:51.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [PENDING] +2026-01-05T21:59:51.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:51.060280300] +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + select + ss1_0.schedule_id, + ss1_0.seat_id + from + schedule_seat ss1_0 + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:51.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [HOLD] +2026-01-05T21:59:51.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:TIMESTAMP) <- [2026-01-05T21:59:51.060280300] +2026-01-05T21:59:51.060+09:00 DEBUG 19232 --- [b2st] [ scheduling-1] org.hibernate.SQL : + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +Hibernate: + update + schedule_seat ss1_0 + set + status=?, + hold_expired_at=null + where + ss1_0.status=? + and ss1_0.hold_expired_at is not null + and ss1_0.hold_expired_at<=? +2026-01-05T21:59:51.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (1:ENUM) <- [AVAILABLE] +2026-01-05T21:59:51.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (2:ENUM) <- [HOLD] +2026-01-05T21:59:51.060+09:00 TRACE 19232 --- [b2st] [ scheduling-1] org.hibernate.orm.jdbc.bind : binding parameter (3:TIMESTAMP) <- [2026-01-05T21:59:51.060280300] diff --git a/src/main/java/com/back/b2st/domain/lottery/entry/service/LotteryEntryService.java b/src/main/java/com/back/b2st/domain/lottery/entry/service/LotteryEntryService.java index 4da212ede..74de3789a 100644 --- a/src/main/java/com/back/b2st/domain/lottery/entry/service/LotteryEntryService.java +++ b/src/main/java/com/back/b2st/domain/lottery/entry/service/LotteryEntryService.java @@ -23,6 +23,7 @@ import com.back.b2st.domain.performance.repository.PerformanceRepository; import com.back.b2st.domain.performanceschedule.entity.BookingType; import com.back.b2st.domain.performanceschedule.repository.PerformanceScheduleRepository; +import com.back.b2st.domain.queue.service.QueueAccessService; import com.back.b2st.domain.seat.grade.entity.SeatGradeType; import com.back.b2st.domain.seat.seat.dto.response.SeatInfoRes; import com.back.b2st.domain.seat.seat.service.SeatService; @@ -45,11 +46,16 @@ public class LotteryEntryService { private final PerformanceRepository performanceRepository; private final SeatService seatService; private final PerformanceScheduleRepository performanceScheduleRepository; + private final QueueAccessService queueAccessService; /** * 선택한 회차의 좌석 배치도 전달 + * + * 대기열 검증 추가: 입장 권한이 있는 사용자만 좌석 배치 조회 가능 */ public List getSeatLayout(Long memberId, Long performanceId) { + queueAccessService.assertEnterable(performanceId, memberId); + validateMember(memberId); Long venudId = validatePerformance(performanceId); List seatInfo = seatService.getSeatInfoByVenueId(venudId); @@ -143,4 +149,4 @@ private void validateEntryNotDuplicated(Long memberId, Long performanceId, Long throw new BusinessException(LotteryEntryErrorCode.DUPLICATE_ENTRY); } } -} +} \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8a865db38..5e6815211 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: dev + default: dev application: name: b2st diff --git a/src/test/java/com/back/b2st/domain/queue/controller/QueueControllerIntegrationTest.java b/src/test/java/com/back/b2st/domain/queue/controller/QueueControllerIntegrationTest.java new file mode 100644 index 000000000..4112b4e2d --- /dev/null +++ b/src/test/java/com/back/b2st/domain/queue/controller/QueueControllerIntegrationTest.java @@ -0,0 +1,213 @@ +package com.back.b2st.domain.queue.controller; + +import com.back.b2st.domain.queue.entity.Queue; +import com.back.b2st.domain.queue.repository.QueueRepository; +import com.back.b2st.security.UserPrincipal; +import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.DisplayName; +import org.junit.jupiter.api.Test; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureMockMvc; +import org.springframework.http.MediaType; +import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; +import org.springframework.security.core.Authentication; +import org.springframework.test.context.ActiveProfiles; +import org.springframework.test.web.servlet.MockMvc; +import org.springframework.transaction.annotation.Transactional; + +import static org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.authentication; +import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.delete; +import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get; +import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post; +import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath; +import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; + +/** + * QueueController 전체 플로우 통합 테스트 + * + * 실제 HTTP 요청/응답 검증 + */ +@SpringBootTest +@AutoConfigureMockMvc +@ActiveProfiles("test") +@Transactional +@DisplayName("QueueController 통합 테스트") +class QueueControllerIntegrationTest { + + @Autowired + private MockMvc mockMvc; + + @Autowired + private QueueRepository queueRepository; + + private Authentication memberAuth; + private Long memberId; + private Long queueId; + private Long scheduleId; + + @BeforeEach + void setup() { + memberId = 100L; + scheduleId = 1L; + + // 인증 설정 + UserPrincipal member = UserPrincipal.builder() + .id(memberId) + .email("test@test.com") + .role("ROLE_MEMBER") + .build(); + memberAuth = new UsernamePasswordAuthenticationToken(member, null, null); + + // 테스트 대기열 생성 + Queue queue = Queue.builder() + .performanceId(1L) + .maxActiveUsers(100) + .entryTtlMinutes(10) + .build(); + queue = queueRepository.save(queue); + queueId = queue.getId(); + } + + @Test + @DisplayName("예매 시작 API - 성공") + void testStartBookingApi() throws Exception { + mockMvc.perform(post("/api/queues/start-booking/{scheduleId}", scheduleId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isCreated()) + .andExpect(jsonPath("$.code").value(201)) + .andExpect(jsonPath("$.data.queueId").exists()) + .andExpect(jsonPath("$.data.performanceId").value(1)) + .andExpect(jsonPath("$.data.scheduleId").value(scheduleId)) + .andExpect(jsonPath("$.data.entry.userId").value(memberId)) + .andExpect(jsonPath("$.data.entry.status").value("WAITING")); + } + + @Test + @DisplayName("예매 시작 API - 멱등성 (중복 호출)") + void testStartBookingApiIdempotent() throws Exception { + // 첫 번째 호출 + mockMvc.perform(post("/api/queues/start-booking/{scheduleId}", scheduleId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isCreated()); + + // 두 번째 호출 - 예외 발생하지 않고 현재 상태 반환 + mockMvc.perform(post("/api/queues/start-booking/{scheduleId}", scheduleId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isCreated()) + .andExpect(jsonPath("$.code").value(201)) + .andExpect(jsonPath("$.data.entry.status").exists()); + } + + @Test + @DisplayName("대기 순번 조회 API - WAITING 상태") + void testGetPositionApi() throws Exception { + // Given: 대기열 진입 + mockMvc.perform(post("/api/queues/start-booking/{scheduleId}", scheduleId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isCreated()); + + // When & Then: 순번 조회 + mockMvc.perform(get("/api/queues/{queueId}/position", queueId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isOk()) + .andExpect(jsonPath("$.code").value(200)) + .andExpect(jsonPath("$.data.queueId").value(queueId)) + .andExpect(jsonPath("$.data.userId").value(memberId)) + .andExpect(jsonPath("$.data.status").value("WAITING")) + .andExpect(jsonPath("$.data.myRank").isNumber()) + .andExpect(jsonPath("$.data.aheadCount").isNumber()); + } + + @Test + @DisplayName("대기 순번 조회 API - 대기열에 없는 경우") + void testGetPositionApiNotInQueue() throws Exception { + mockMvc.perform(get("/api/queues/{queueId}/position", queueId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isOk()) + .andExpect(jsonPath("$.code").value(200)) + .andExpect(jsonPath("$.data.status").value("NOT_IN_QUEUE")); + } + + @Test + @DisplayName("대기열 나가기 API - 성공") + void testExitQueueApi() throws Exception { + // Given: 대기열 진입 + mockMvc.perform(post("/api/queues/start-booking/{scheduleId}", scheduleId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isCreated()); + + // When & Then: 나가기 + mockMvc.perform(delete("/api/queues/{queueId}/exit", queueId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isOk()) + .andExpect(jsonPath("$.code").value(200)); + + // 나간 후 상태 확인 + mockMvc.perform(get("/api/queues/{queueId}/position", queueId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isOk()) + .andExpect(jsonPath("$.data.status").value("NOT_IN_QUEUE")); + } + + @Test + @DisplayName("존재하지 않는 대기열 조회 - 404") + void testQueueNotFoundApi() throws Exception { + Long invalidQueueId = 999L; + + mockMvc.perform(get("/api/queues/{queueId}/position", invalidQueueId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isNotFound()) + .andExpect(jsonPath("$.code").value(404)) + .andExpect(jsonPath("$.message").value("존재하지 않는 대기열입니다.")); + } + + @Test + @DisplayName("인증 없이 접근 - 401") + void testUnauthorizedAccessApi() throws Exception { + mockMvc.perform(post("/api/queues/start-booking/{scheduleId}", scheduleId) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isUnauthorized()); + } + + @Test + @DisplayName("전체 플로우 - 입장 → 순번조회 → 나가기") + void testCompleteFlowApi() throws Exception { + // 1. 예매 시작 + mockMvc.perform(post("/api/queues/start-booking/{scheduleId}", scheduleId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isCreated()) + .andExpect(jsonPath("$.data.entry.status").value("WAITING")); + + // 2. 순번 조회 + mockMvc.perform(get("/api/queues/{queueId}/position", queueId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isOk()) + .andExpect(jsonPath("$.data.status").value("WAITING")); + + // 3. 나가기 + mockMvc.perform(delete("/api/queues/{queueId}/exit", queueId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isOk()); + + // 4. 나간 후 확인 + mockMvc.perform(get("/api/queues/{queueId}/position", queueId) + .with(authentication(memberAuth)) + .contentType(MediaType.APPLICATION_JSON)) + .andExpect(status().isOk()) + .andExpect(jsonPath("$.data.status").value("NOT_IN_QUEUE")); + } +} \ No newline at end of file diff --git a/src/test/java/com/back/b2st/domain/queue/service/QueueServiceIntegrationTest.java b/src/test/java/com/back/b2st/domain/queue/service/QueueServiceIntegrationTest.java new file mode 100644 index 000000000..be1a44e23 --- /dev/null +++ b/src/test/java/com/back/b2st/domain/queue/service/QueueServiceIntegrationTest.java @@ -0,0 +1,248 @@ +package com.back.b2st.domain.queue.service; + +import com.back.b2st.domain.queue.dto.response.QueuePositionRes; +import com.back.b2st.domain.queue.dto.response.StartBookingRes; +import com.back.b2st.domain.queue.entity.Queue; +import com.back.b2st.domain.queue.error.QueueErrorCode; +import com.back.b2st.domain.queue.repository.QueueRepository; +import com.back.b2st.global.error.exception.BusinessException; +import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.DisplayName; +import org.junit.jupiter.api.Test; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.test.context.ActiveProfiles; +import org.springframework.transaction.annotation.Transactional; + +import static org.assertj.core.api.Assertions.assertThat; +import static org.assertj.core.api.Assertions.assertThatThrownBy; + +/** + * QueueService 통합 테스트 + * + * 대기열 전체 플로우 검증 + */ +@SpringBootTest +@ActiveProfiles("test") +@Transactional +@DisplayName("QueueService 통합 테스트") +class QueueServiceIntegrationTest { + + @Autowired + private QueueService queueService; + + @Autowired + private QueueRepository queueRepository; + + private Queue testQueue; + private Long queueId; + private Long userId; + private Long scheduleId; + + @BeforeEach + void setup() { + // 테스트용 대기열 생성 + testQueue = Queue.builder() + .performanceId(1L) + .maxActiveUsers(100) + .entryTtlMinutes(10) + .build(); + testQueue = queueRepository.save(testQueue); + + queueId = testQueue.getId(); + userId = 100L; + scheduleId = 1L; + } + + @Test + @DisplayName("예매 시작 - 정상 플로우") + void testStartBookingSuccess() { + // When + StartBookingRes response = queueService.startBooking(scheduleId, userId); + + // Then + assertThat(response).isNotNull(); + assertThat(response.queueId()).isEqualTo(queueId); + assertThat(response.performanceId()).isEqualTo(1L); + assertThat(response.scheduleId()).isEqualTo(scheduleId); + assertThat(response.entry()).isNotNull(); + assertThat(response.entry().userId()).isEqualTo(userId); + assertThat(response.entry().status()).isEqualTo("WAITING"); + } + + @Test + @DisplayName("예매 시작 - 멱등성 (중복 호출 시 현재 상태 반환)") + void testStartBookingIdempotent() { + // Given: 첫 번째 호출 + StartBookingRes firstResponse = queueService.startBooking(scheduleId, userId); + + // When: 같은 사용자가 다시 호출 + StartBookingRes secondResponse = queueService.startBooking(scheduleId, userId); + + // Then: 예외 발생하지 않고 현재 상태 반환 + assertThat(secondResponse).isNotNull(); + assertThat(secondResponse.queueId()).isEqualTo(firstResponse.queueId()); + assertThat(secondResponse.entry().status()).isIn("WAITING", "ENTERABLE"); + } + + @Test + @DisplayName("대기 순번 조회 - WAITING 상태") + void testGetMyPositionWaiting() { + // Given + queueService.startBooking(scheduleId, userId); + + // When + QueuePositionRes position = queueService.getMyPosition(queueId, userId); + + // Then + assertThat(position).isNotNull(); + assertThat(position.queueId()).isEqualTo(queueId); + assertThat(position.userId()).isEqualTo(userId); + assertThat(position.status()).isEqualTo("WAITING"); + assertThat(position.myRank()).isGreaterThan(0); + } + + @Test + @DisplayName("대기 순번 조회 - 대기열에 없는 경우") + void testGetMyPositionNotInQueue() { + // When + QueuePositionRes position = queueService.getMyPosition(queueId, 999L); + + // Then + assertThat(position).isNotNull(); + assertThat(position.status()).isEqualTo("NOT_IN_QUEUE"); + } + + @Test + @DisplayName("입장 가능으로 이동") + void testMoveToEnterable() { + // Given + queueService.startBooking(scheduleId, userId); + + // When + queueService.moveToEnterable(queueId, userId); + + // Then + QueuePositionRes position = queueService.getMyPosition(queueId, userId); + assertThat(position.status()).isEqualTo("ENTERABLE"); + } + + @Test + @DisplayName("예매 완료 처리") + void testCompleteEntry() { + // Given + queueService.startBooking(scheduleId, userId); + queueService.moveToEnterable(queueId, userId); + + // When + queueService.completeEntry(queueId, userId); + + // Then + QueuePositionRes position = queueService.getMyPosition(queueId, userId); + assertThat(position.status()).isEqualTo("COMPLETED"); + } + + @Test + @DisplayName("예매 완료 실패 - 입장 가능 상태 아님") + void testCompleteEntryFailureNotEnterable() { + // Given: WAITING 상태 + queueService.startBooking(scheduleId, userId); + + // When & Then + assertThatThrownBy(() -> queueService.completeEntry(queueId, userId)) + .isInstanceOf(BusinessException.class) + .satisfies(ex -> { + BusinessException bex = (BusinessException) ex; + assertThat(bex.getErrorCode()).isEqualTo(QueueErrorCode.QUEUE_ENTRY_EXPIRED); + }); + } + + @Test + @DisplayName("대기열 나가기 - WAITING 상태에서") + void testExitQueueFromWaiting() { + // Given + queueService.startBooking(scheduleId, userId); + + // When + queueService.exitQueue(queueId, userId); + + // Then + QueuePositionRes position = queueService.getMyPosition(queueId, userId); + assertThat(position.status()).isEqualTo("NOT_IN_QUEUE"); + } + + @Test + @DisplayName("대기열 나가기 - ENTERABLE 상태에서") + void testExitQueueFromEnterable() { + // Given + queueService.startBooking(scheduleId, userId); + queueService.moveToEnterable(queueId, userId); + + // When + queueService.exitQueue(queueId, userId); + + // Then + QueuePositionRes position = queueService.getMyPosition(queueId, userId); + assertThat(position.status()).isIn("EXPIRED", "NOT_IN_QUEUE"); + } + + @Test + @DisplayName("존재하지 않는 대기열 조회 - 예외 발생") + void testQueueNotFound() { + // Given + Long invalidQueueId = 999L; + + // When & Then + assertThatThrownBy(() -> queueService.getMyPosition(invalidQueueId, userId)) + .isInstanceOf(BusinessException.class) + .satisfies(ex -> { + BusinessException bex = (BusinessException) ex; + assertThat(bex.getErrorCode()).isEqualTo(QueueErrorCode.QUEUE_NOT_FOUND); + }); + } + + @Test + @DisplayName("여러 사용자 동시 입장") + void testMultipleUsersEnterQueue() { + // Given + Long user1 = 100L; + Long user2 = 200L; + Long user3 = 300L; + + // When + queueService.startBooking(scheduleId, user1); + queueService.startBooking(scheduleId, user2); + queueService.startBooking(scheduleId, user3); + + // Then + QueuePositionRes pos1 = queueService.getMyPosition(queueId, user1); + QueuePositionRes pos2 = queueService.getMyPosition(queueId, user2); + QueuePositionRes pos3 = queueService.getMyPosition(queueId, user3); + + assertThat(pos1.myRank()).isLessThan(pos2.myRank()); + assertThat(pos2.myRank()).isLessThan(pos3.myRank()); + } + + @Test + @DisplayName("전체 플로우 - 입장 → 대기 → 입장가능 → 완료") + void testCompleteFlow() { + // 1. 예매 시작 (입장) + StartBookingRes startResponse = queueService.startBooking(scheduleId, userId); + assertThat(startResponse.entry().status()).isEqualTo("WAITING"); + + // 2. 순번 확인 + QueuePositionRes waitingPosition = queueService.getMyPosition(queueId, userId); + assertThat(waitingPosition.status()).isEqualTo("WAITING"); + assertThat(waitingPosition.myRank()).isGreaterThan(0); + + // 3. 입장 가능으로 이동 + queueService.moveToEnterable(queueId, userId); + QueuePositionRes enterablePosition = queueService.getMyPosition(queueId, userId); + assertThat(enterablePosition.status()).isEqualTo("ENTERABLE"); + + // 4. 예매 완료 + queueService.completeEntry(queueId, userId); + QueuePositionRes completedPosition = queueService.getMyPosition(queueId, userId); + assertThat(completedPosition.status()).isEqualTo("COMPLETED"); + } +} \ No newline at end of file